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

LTE Link connecting is blocking?

Hi

In the mqtt_simple example there is a line "modem_configure();" which establishes the LTE Link connection. If connecting the LTE link is not possible (for example no signal), this function never returns.

1. Is this the intention of this function or is there a possibility to configure a timeout?

2. Is it normal, that this function needs several minutes to establish the LTE link, if a provider is present?

regards

ExAg

  • I got a reply:

    "Delays in these new logs are caused by SIM Refresh.
    In most logs only the third profile is able to register, first two got reject with cause #14 or #15.
    It's up to the SIM card how quickly it will change the profile.

    cause #14
    IMSI: 901430000623824
    Mobile Country Code (MCC): International Mobile, shared code (901)
    Mobile Network Code (MNC): EMnify GmbH (43)

    cause #15
    IMSI: 206018874001895
    Mobile Country Code (MCC): Belgium (206)
    Mobile Network Code (MNC): Proximus (01)

    OK
    IMSI: 295050900053251
    Mobile Country Code (MCC): Liechtenstein (295)
    Mobile Network Code (MNC): Telecom Liechtenstein AG (05)"

    Hopefully, this helped you.

    Best regards,

    Simon

Related