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
  • Not sure, if Please consolidate nRF9160 documentation about CP-RAI and AS-RAI is valid for mfw-2.0.1.

    If so, the below table may help to migrate the CP-RAI (NAS-RAI?) options to AS-RAI.

    RAi option AS-RAI AS-RAI using CP-RAI implicit (fallback)
    RAI_SO_LAST works works
    RAI_SO_ONE_RESP doesn't work works
    RAI_SO_NO_DATA works doesn't work

    Especially in the case of CP-RAI/ONE_RESPONSE you need both, "ONE_RESPONSE" (before sending the message) and "NO_DATA" (after receiving the response), otherwise it would fail either with CP-RAI or AS-RAI. And you may need to  check the times between the last sent/received message and RRC Idle to see, if it works as intended.

  •  have you been able to get your hands on a newer nRF9161 to test mfw 2.0.1?

  • Yes, I have a nRF9161-DK.

    Unfortunately, with the decision of Nordic, not to provide the explicit info to the application, what according RAI is supported by network (e.g. which RAI socket option gets active and which is silently ignored) it's not too easy to test it. Currently I'm too short of time, so for now I have to postpone these tests.

    (I'm also not aware, that Nordic has consolidated the documentation about RAI (and the pitfalls using it). In my opinion, quite a lot of users here in the forum fail to use RAI successful. Therefore I put the old table in my comment. In the old version "NO_DATA" wasn't enough, because CP-RAI would have silently ignored it.)

  • I've tried to test with a nRF9161-DK v0.9.1, nRF9161 LACA ADA, mfw_nrf91x1_2.0.1.

    That combination is not able to register at 26202 using LTE-M (the only Rel 14 network here in south germany).

    +CEREG: 2,"B982","031D7801",7
    I 02.836 : LTE cell changed: n.a
    I 02.836 : LTE Mode: none
    +CEREG: 2

    Using the same SIM card, a nRF9160-DK, v1.1.0, nRF9160 SICA B1A, mfw_nrf9160_1.3.5, that combination registers in that network.

    +CEREG: 5,"B982","031D7801",7,,,"00000000","00111001"

    So I'm only able to test the behavior with Rel 13. CP-RAI.

    (Not sure, seems, that is not longer possible to drag&drop a modem mtrace. My browser shows "An error occurred. Please try again or contact your administrator". I tried it a couple of times and I consider, it's an issues on Nordic's side.)

  • Achim Kraus said:
    That combination is not able to register at 26202 using LTE-M (the only Rel 14 network here in south germany).

    That's interesting. Could you please register a new DevZone ticket and provide the steps that you used, i.e. what app, what SIM? 


    Achim Kraus said:
    Not sure, seems, that is not longer possible to drag&drop a modem mtrace

    I've seen this issue before. Will report to our admin right away, as this should not be an issue. What happens if you choose Insert --> Image/Video/File and manually insert it?

Reply
  • Achim Kraus said:
    That combination is not able to register at 26202 using LTE-M (the only Rel 14 network here in south germany).

    That's interesting. Could you please register a new DevZone ticket and provide the steps that you used, i.e. what app, what SIM? 


    Achim Kraus said:
    Not sure, seems, that is not longer possible to drag&drop a modem mtrace

    I've seen this issue before. Will report to our admin right away, as this should not be an issue. What happens if you choose Insert --> Image/Video/File and manually insert it?

Children
Related