NAS-RAI (Non-Access Stratum RAI) used on NB-IoT with nRF9161/51

Hello,

NAS-RAI (Non-Access Stratum RAI) used on NB-IoT Control Plane : on nRF9160 it was controllable via the AT%XRAI command, using the <rai> parameter :

0 – Undefined, default

3 – Control plane one response

4 – Control plane no response

Is this NAS-RAI over NB-IoT feature also available with latest nRF9161/51 version (SDK 2.6.1) ?

What is the equivalent AT command(s) on nRF9161/51 ?

Parents Reply
  • What is the equivalent AT command(s) on nRF9161/51 ?

    Using %RAI is enough. Modem will then, depending on active system and NW support, use either AS-RAI, CP-RAI (referred as NAS-RAI) or both of them when possible.

    %RAI contains internal improvements compared to %XRAI.

    Achim Kraus said:

    Yes, RAI functionality counts on the fact that application always configures socket option “NO_DATA” after all data has been sent (possibly with the RAI socket option) and a response from server containing user data (i.e. delivered via socket) is not expected.

    But RAI depends also on network support and the protocols used, starting from TCP or UDP and everything above that.

Children
No Data
Related