Hi,
Greetings!
I am using below setup
nRF52832
Mesh SDK 4.0.0
SDK 16.0.0
Application Example: light_switch_client_nrf52832_xxAA_s132_7.0.1
Issue:
Using above setup, I use sensor server model publish the Sensing sampling data,The Sensor device work fine about a month.From yesterday,the Sensor device do not publish sensor data.I try debug and find the NRF_ERROR_FORBIDDEN error from:
[net_state.c] net_state_iv_index_and_seqnum_alloc
00> [15074:app_sensor_utils.c:298] Formatted trigger: current: 129, previous: 0, delta up: 0, delta down: 0, diff: 129
00> [15074:access.c:406] packet_tx,status:0
00> [15074:net_state.c:595] net_state_iv_index_and_seqnum_alloc,seqnum:16777216,seqnum_max_available:16777216
00> [15074:net_state.c:631] net_state_iv_index_and_seqnum_alloc,status:15
00> [15074:network.c:116] allocate_packet,status:15
00> [15074:transport.c:586] upper_trs_packet_alloc,status:15
00> [15075:access.c:424] packet_tx,status:15
00> [15075:access.c:467] packet_alloc_and_tx,status:15
00> [15075:main.c:1047] pub_status_cb,status:15
00> [15075:main.c:1058] tx_fail_count:2,status:15
00> [15075:app_sensor_utils.c:488] ERR: publication failed (0x000F (15)) = (status)
How to resolve this issue?
Thanks in advance.
Regards,
Kai