I need help extending the LWM2M sample to use PSM to optimize the power consumption of LWM2M.
Scenario:
1. Enable PSM on the LWM2M sample.
2. Set the Lifetime of the LWM2M connection to slightly longer than the PSM sleep cycle
3. Trigger the LWM2M update on the pre-wake LTE event so that we send the update when the PSM timer wakes up.
4. Hold all notifications for the PSM wake periods so we are only transmitting during the wake cycles.
For a first step, we can change the PSM settings at compile time, but we would like to be able to use LWM2M object 10 as well (version 1.1 as PSM settings).