Hello
We are developing a new product using the nRF54LM20 as a main MCU and nRF9151 as the modem. We are looking into using the IP-stack in the main MCU, so running the modem in CMUX/PPP mode using the serial modem application provided by you (https://github.com/nrfconnect/ncs-serial-modem).
I have a few questions regarding this:
- To my understanding, the only API for RAI is the socket option API (nrf_setsockopt exposed via #XSOCKETOPT). This makes it impossible to use RAI in combination with PPP since there are no sockets on the modem, right?
- The modem aggregates the RAI statuses from all sockets and determines what to do (request release from network or not). In principle, it should be possible to let the user do its own aggregation and signal if more data is expected or not to the modem, via for example an AT-command. Do you have any plans to extend the RAI functionality so RAI can be used in combination with CMUX/PPP?
- Are there any other reasons why we should avoid using the CMUX/PPP approach?
Best regards
Mattias