I am trying to modify the asset_tracker application to work without PSM mode since we cannot get PSM mode granted from the local network here.
My plan is to switch the modem to GPS-only mode get a position fix, then switch the LTE-M only mode and send the data to the network.
The GPS part seems to be working but I'm having trouble with the LTE connection.
The LTE network connection seems to work (nrfcloud reports the device as connected) but the cloud_event_handler() is not called in my code. The cloud_connect() function returns without error but the cloud_event_handler() registered with the cloud_init() function isn't called. This could be a configuration mistake on my end or a lack of sending the right command to the network to elicit a response.
What causes the network to send events to the cloud_event_handler()?