nRF9160 connection to Telenet network

I fail to connect an nRF9160DK (and thingy) to the Telenet network.

I know that telenet does not support LTE-M everywhere, NB-IOT is the general supported network.

This requires the network mode to be altered in the KConfig files.

The board/modem identifies the Telenet network as being available, but does not establishes a connection.

The Proximus network is directly recognised and connected to.

Parents Reply
  • Sigurd,

    I can confirm that the PND indeed requires to be configured.

    These two settings did it for me:

    CONFIG_PDN=y
    CONFIG_PDN_LEGACY_PCO=y

    And making sure the modem uses NB-IOT.

    I got it working now.

    The main reason for my issues is VS code, and how KConfig is handled.

    Somehow VS Code resets settings you make in the KConfig menu at build.

    So each time something in the code changed, the system reverted back to the standard where NB-IOT is not used, only LTE. Telenet deployed NB-IOT nationwide, not LTE.

    I have it working using the new MQTT application, on a recent board.

    As time allows I will go through the functionality of other applications and older boards

    Any advice how we can create a new setting set, overriding the standards, that is kept over a pristine build?

Children
Related