HI Team
The COPS doesn't have parameter to specify the ACT. If customer want to select ACT7, how to select it?
Thank you
Victor
HI Team
The COPS doesn't have parameter to specify the ACT. If customer want to select ACT7, how to select it?
Thank you
Victor
Hello Victor,
The AT+COPS command does not select the LTE mode for the modem. This is handled by the AT%XSYSTEMMODE command in the nRF9160 modem. In order to select access
technology (AcT) 7 connecting to Evolved Terrestrial Radio Access Network (E-UTRAN) using LTE-M, you should use the command
AT%XSYSTEMMODE=1,0,1,0 (
%XSYSTEMMODE=<LTE_M_support>,<NB_IoT_support>,<GNSS_support>,<LTE_preference>)
Kind regards,
Øyvind