how to change Esim profile for nbiot fall back

Hi,

I'm using nrf9160custom board using sdk version 2.0.0
our Esim has 2 profiles one is for LTE and another one is for NB-IoT. Present i have tested tested LTE network and its working fine but i need to work on NB-IoT.

i have no idea how to do fallback for LTE to NB-IoT.

our Esim provider given fallback APDU command.

i have refered below document too but i don't have any how to send AT+CSIM command

https://infocenter.nordicsemi.com/index.jsp?topic=%2Fref_at_commands%2FREF%2Fat_commands%2Faccess_uicc%2Faccess_uicc.html

Thank you

Parents Reply
  • HI

    I just noticed that in your nbiot_connect AT command, you set the Act to 7, meaning LTE-M. What happens if you set it to 9 instead?

    i have tried by changing "9" when i change its not even resister to the network and system mode is in NBIOT

    please check the below logs  when modem is in both LET and NB-IoT mode 

    > at%xsystemmode?
    %XSYSTEMMODE: 1,0,0,0
    
    > AT+COPS=?
    +COPS: (2,"","","26201",7),(1,"","","26203",7),(1,"","","26202",7)
    OK
    
    > at+cops?
    +COPS: 0,2,"26201",7
    OK
    
    > at+cereg?
    +CEREG: 5,5,"05D7","019C4600",7,,,"00000001","01011111"
    OK
    
    > at+cfun=0
    OK
    
    > at%xsystemmode=0,1,0,0
    OK
    
    > at+cfun=1
    OK
    
    > at+cereg?
    +CEREG: 0,4
    OK
    
    > at+cereg?
    +CEREG: 0,2,"089A","0052C0DF",9
    OK
    
    
    > ATCOPS=?
    +COPS: (1,"","","26203",9),(1,"","","26201",9),(1,"","","26202",9)
    OK
    
    > at+cereg?
    +CEREG: 0,2,"C2F0","00273265",9
    OK
    
    > at+cops=0,2,"26203",9
    OK
    
    > at+cops?
    +COPS: 0
    OK
    
    > at+cereg?
    +CEREG: 0,2
    OK
    
    > at+cgdcont?
    +CGDCONT: 0,"","","",0,0
    OK
    
    > at+cereg?
    +CEREG: 0,2
    OK

Children
Related