This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NB-IoT is configured, but LTE-M is selected

Hi

I have two custom build boards based on nRF9160-SICA. Both boards also have a nrf52840 running application code. The nr91's are running identical firmware (slightly modified serial_lte_modem sample).

Both boards have the same config (see below), but one connect using NB-IoT and one with LTE-M. This is verified with at+cereg? giving "9 – E-UTRAN NB-S1" and "7 – E-UTRAN" respectively. Even when CONFIG_LTE_NETWORK_USE_FALLBACK is set to n, this happens. Both modems are running modem firmware ver.1.2.0. Why the difference? Could it be that some configuration in the eSIM's override the configuration? eSIM's are not from same batch, but from same operator.

CONFIG_LTE_LINK_CONTROL=y
# CONFIG_LTE_AUTO_INIT_AND_CONNECT is not set
# CONFIG_LTE_LOCK_BANDS is not set
# CONFIG_LTE_LOCK_PLMN is not set
# CONFIG_LTE_UNLOCK_PLMN is not set
CONFIG_LTE_PSM_REQ_RPTAU="00000011"
CONFIG_LTE_PSM_REQ_RAT="00100001"
# CONFIG_LTE_EDRX_REQ is not set
CONFIG_LTE_EDRX_REQ_VALUE="1001"
# CONFIG_LTE_LEGACY_PCO_MODE is not set
# CONFIG_LTE_PDP_CMD is not set
# CONFIG_LTE_PDN_AUTH_CMD is not set
# CONFIG_LTE_NETWORK_MODE_LTE_M is not set
# CONFIG_LTE_NETWORK_MODE_LTE_M_GPS is not set
CONFIG_LTE_NETWORK_MODE_NBIOT=y
# CONFIG_LTE_NETWORK_MODE_NBIOT_GPS is not set
CONFIG_LTE_NETWORK_USE_FALLBACK=y
CONFIG_LTE_NETWORK_TIMEOUT=600
# CONFIG_LTE_LINK_CONTROL_LOG_LEVEL_OFF is not set
# CONFIG_LTE_LINK_CONTROL_LOG_LEVEL_ERR is not set
# CONFIG_LTE_LINK_CONTROL_LOG_LEVEL_WRN is not set
CONFIG_LTE_LINK_CONTROL_LOG_LEVEL_INF=y
# CONFIG_LTE_LINK_CONTROL_LOG_LEVEL_DBG is not set
CONFIG_LTE_LINK_CONTROL_LOG_LEVEL=3

Parents Reply
  • Hi again! They are requesting the modem response when you send "AT+CEREG=3". Please also set the CONFIG_LTE_NETWORK_USE_FALLBACK to n before doing this and for any future testing they request. 

    And for the modem trace, it should be the same procedure as from the DK. Do you have access to UART1 on the device? And you might need to unselect the "auto device/port filter" in the trace collector application. 

    The modem does not change the system mode by itself nor due to any SIM configuration. So the question still open is that one of the HW cannot find the NB cell? Unless modem logs are provided (AT command log might help too), we cannot be sure. There may be some reject from the network.

    Best regards,

    Heidi

Children
No Data
Related