Greetings,
One query on the very useful eDRx notifications in NB-IoT mode (nRF9160 SDK running 1.3.1 FW, used with MoSh app) :
I have just noticed that sometimes when I change the eDRx settings (below example change : from PTW=2.56s to 10.24s) the Modem Sleep enter/exit notifications are no longer displayed by the SDK. Is this a known issue ? Or did we miss something ?
I have tried to unsubscribe then subscribe after the PTW value change, but UE still does not display seelp notifications anylonger.
Are those Modem Sleep Notifications only available for a subset of the eDRxcycle&PTW timer values?
link msleep --subscribe
link msleep --subscribe
Subscribed to modem sleep notifications
link edrx -e -n -x 0010 -w 0000
link edrx -e -n -x 0010 -w 0000
[2022-05-25 08:54:38.800] eDRX enabled
[2022-05-25 08:54:39.286] RRC mode: Connected
[2022-05-25 08:54:40.000] eDRX parameter update: eDRX: 20.480000, PTW: 2.560000
[2022-05-25 08:54:40.009] RRC mode: Idle
[2022-05-25 08:54:40.895] Modem sleep enter: time: 15.00 seconds, type: RF inactivity
[2022-05-25 08:54:51.295] Modem sleep exit pre-warning: time: 5.00 seconds, type: RF inactivity
[2022-05-25 08:54:56.297] Modem sleep exit: time: 0.00 seconds, type: RF inactivity
[2022-05-25 08:55:01.375] Modem sleep enter: time: 15.00 seconds, type: RF inactivity
*** eDRx sleep enter/exit notifications visible as expected, and consistent with eDRx settings
link edrx -e -n -x 0010 -w 0011
link edrx -e -n -x 0010 -w 0011
[2022-05-25 08:55:11.147] eDRX enabled
[2022-05-25 08:55:11.175] Modem sleep exit: time: 0.00 seconds, type: RF inactivity
[2022-05-25 08:55:11.518] RRC mode: Connected
[2022-05-25 08:55:11.000] eDRX parameter update: eDRX: 20.480000, PTW: 10.240000
[2022-05-25 08:55:11.040] RRC mode: Idle
*** eDRx sleep enter/exit notifications no longer visible after PTW value modification… ?
link msleep --unsubscribe
link msleep --unsubscribe
[2022-05-25 09:05:04.790] Unsubscribed from modem sleep notifications
link msleep --subscribe
link msleep --subscribe
[2022-05-25 09:05:09.319] Subscribed to modem sleep notifications
*** still no visible sleep notifications…