nRF9151 - callback function for receiver channel (MT data)

I would like to create either a receiver thread that only monitors incoming/MT data OR setup a callback function to receive all incoming messages. Does such a thing exists?

I currently send a message and use recv() to receive messages - which is good for testing but not practical for production.

Parents Reply
  • SDK Version: nRF Connect SDK v3.0.1

    Toolchain: nrF Connect SDK Toolchain v3.0.2

    fyi... The modem has PSM mode enabled.

    I would like to have a UDP listener always listening for incoming Mobile Terminated messages independent of Mobile Originated data. 

    I believe i've solved it by creating a Receiver Thread that calls recv() function as it pends on incoming message. I am not sure of the impact it'll have on power consumption. Any insights here will be appreciated. 

Children
Related