Could I use net_state_iv_index_set() to set the iv index at application layer?

Hi Nordic,

nRF5 sdk for mesh 5.0, s132, SES

In the mesh network, there are transmitters and receivers. The receivers only receive messages and there are no messages to be transmited out from the receivers. So the iv index of the receiver will not exhaust its sequence number for ever.  Apparently the transmitter will exhaust its sequence number sometime, and the transmitter cannot initiate the iv update since it is a LPN node. So I want to use net_state_iv_index_set() to set both the iv index and sequence number to 0 periodically. 

Is it feasible? If I do like this, what should I consider?

Related