Inquiry on Setting Up Interrupt for UDP Reception on nRF9160

I am currently working on a project using the nRF9160 DK and I am implementing CoAP communication. In my application, I would like to trigger an interrupt on the firmware side whenever the modem receives a UDP packet, in order to call function for processing the received data.

I understand that using the LTE link control (lte_lc) library, I can handle events such as changes in the RRC connection mode. However, for optimal implementation, I am specifically interested in setting up an interrupt or event that directly corresponds to the reception of a UDP packet by the modem.

Could you please provide guidance on whether it is possible to configure such an interrupt for UDP packet reception? If it is not directly supported, are there any recommended alternative approaches to achieve this functionality?

Toshi

Related