This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Mesh seqnum reached maximum

Hi,

I am using sdk for mesh 1.0.0v and have been running some tests on the mesh network. I have been getting an error within the function net_state_seqnum_alloc(), which is preventing any further transmissions due the fact that m_net_state.seqnum < m_net_state.seqnum_max_availableis returning false and triggering the error NRF_ERROR_FORBIDDEN.

I am unsure what the seqnum and seqnum_max_available in the network_state_t are referring to.

What can be done rectify this problem without erasing the device and re-provisioning the mesh?

Thanks,

Richard

Related