I am receiving repeated POLLHUP and reboot on my nrf91DK board (see attached log).
1) I have loaded the modem firmware with mfw_nrf9160_1.1.1.zip. (I also tried version 1.1.0, same problem)
2) I loaded the processor with the AT image in the latest release nrf9160dk_fw_2019-11-29_d3130d77.zip with the hex file images_full/nrf9160dk_at_client_2019-11-29_d3130d77.hex and then generated new Device certificates and successfully loaded them to the board.
3) I loaded the processor with the asset tracker image in the latest release nrf9160dk_fw_2019-11-29_d3130d77.zip with the hex file images_full/nrf9160dk_asset_tracker_2019-11-29_d3130d77.hex
4) I started a serial monitor on the COM port to capture the output, and then started the board.
The board starts dfu, which then starts the secure software, which then starts the application, all as expected. Next the application attempts to connect to the LTE network, it finds the nearest Telus tower (Kanata ON, Canada) and connects. After 4 seconds the POLLHUP message is received (this is expected on the first boot) and the board reboots starting at DFU again. This loop repeats indefinitely.
Connecting to LTE network. This may take several minutes.
[00:00:01.958,190] <dbg> lte_lc.w_lte_lc_connect: Network mode: AT%XSYSTEMMODE=1,0,1,0
+CEREG: 2,"2D8A","01D0FD0A",7,0,0,"11100000","11100000"
[00:00:03.425,628] <dbg> lte_lc.parse_nw_reg_status: Network registration status: 2
+CEREG: 5,"2D8A","01D0FD0A",7,,,"11100000","11100000"
[00:00:04.832,305] <dbg> lte_lc.parse_nw_reg_status: Network registration status: 5
Connected to LTE network
[00:00:05.197,540] <dbg> nrf_cloud_transport.nct_connect: IPv4 Address 0x9578e222
Socket error: POLLHUP
LTE link disconnect
+CEREG: 0,"2D8A","01D0FD0A",7,0,0,"11100000","11100000"
Shutdown modem
Between receiving the IPv4 Address and the LTE link disconnect is about 4 second pause. What am I doing incorrectly?
***** Booting Zephyr OS build v2.0.99-ncs1 *****
[00:00:00.003,967] <inf> mcuboot: Starting bootloader
[00:00:00.010,437] <inf> mcuboot: Primary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
[00:00:00.020,599] <inf> mcuboot: Scratch: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
[00:00:00.030,242] <inf> mcuboot: Boot source: primary slot
[00:00:00.039,031] <inf> mcuboot: Swap type: none
[00:00:00.401,214] <inf> mcuboot: Bootloader chainload address offset: 0xc000
[00:00:00.408,966] <inf> mcuboot: Jumping to the first image slot
***** Booting Zephyr OS build v2.0.99-ncs1 *****
Flash region Domain Permissions
00 0x00000 0x08000 Secure rwxl
01 0x08000 0x10000 Secure rwxl
02 0x10000 0x18000 Secure rwxl
03 0x18000 0x20000 Non-Secure rwxl
04 0x20000 0x28000 Non-Secure rwxl
05 0x28000 0x30000 Non-Secure rwxl
06 0x30000 0x38000 Non-Secure rwxl
07 0x38000 0x40000 Non-Secure rwxl
08 0x40000 0x48000 Non-Secure rwxl
09 0x48000 0x50000 Non-Secure rwxl
10 0x50000 0x58000 Non-Secure rwxl
11 0x58000 0x60000 Non-Secure rwxl
12 0x60000 0x68000 Non-Secure rwxl
13 0x68000 0x70000 Non-Secure rwxl
14 0x70000 0x78000 Non-Secure rwxl
15 0x78000 0x80000 Non-Secure rwxl
16 0x80000 0x88000 Non-Secure rwxl
17 0x88000 0x90000 Non-Secure rwxl
18 0x90000 0x98000 Non-Secure rwxl
19 0x98000 0xa0000 Non-Secure rwxl
20 0xa0000 0xa8000 Non-Secure rwxl
21 0xa8000 0xb0000 Non-Secure rwxl
22 0xb0000 0xb8000 Non-Secure rwxl
23 0xb8000 0xc0000 Non-Secure rwxl
24 0xc0000 0xc8000 Non-Secure rwxl
25 0xc8000 0xd0000 Non-Secure rwxl
26 0xd0000 0xd8000 Non-Secure rwxl
27 0xd8000 0xe0000 Non-Secure rwxl
28 0xe0000 0xe8000 Non-Secure rwxl
29 0xe8000 0xf0000 Non-Secure rwxl
30 0xf0000 0xf8000 Non-Secure rwxl
31 0xf8000 0x100000 Non-Secure rwxl
Non-secure callable region 0 placed in flash region 2 with size 32.
SRAM region Domain Permissions
00 0x00000 0x02000 Secure rwxl
01 0x02000 0x04000 Secure rwxl
02 0x04000 0x06000 Secure rwxl
03 0x06000 0x08000 Secure rwxl
04 0x08000 0x0a000 Secure rwxl
05 0x0a000 0x0c000 Secure rwxl
06 0x0c000 0x0e000 Secure rwxl
07 0x0e000 0x10000 Secure rwxl
08 0x10000 0x12000 Non-Secure rwxl
09 0x12000 0x14000 Non-Secure rwxl
10 0x14000 0x16000 Non-Secure rwxl
11 0x16000 0x18000 Non-Secure rwxl
12 0x18000 0x1a000 Non-Secure rwxl
13 0x1a000 0x1c000 Non-Secure rwxl
14 0x1c000 0x1e000 Non-Secure rwxl
15 0x1e000 0x20000 Non-Secure rwxl
16 0x20000 0x22000 Non-Secure rwxl
17 0x22000 0x24000 Non-Secure rwxl
18 0x24000 0x26000 Non-Secure rwxl
19 0x26000 0x28000 Non-Secure rwxl
20 0x28000 0x2a000 Non-Secure rwxl
21 0x2a000 0x2c000 Non-Secure rwxl
22 0x2c000 0x2e000 Non-Secure rwxl
23 0x2e000 0x30000 Non-Secure rwxl
24 0x30000 0x32000 Non-Secure rwxl
25 0x32000 0x34000 Non-Secure rwxl
26 0x34000 0x36000 Non-Secure rwxl
27 0x36000 0x38000 Non-Secure rwxl
28 0x38000 0x3a000 Non-Secure rwxl
29 0x3a000 0x3c000 Non-Secure rwxl
30 0x3c000 0x3e000 Non-Secure rwxl
31 0x3e000 0x40000 Non-Secure rwxl
Peripheral Domain Status
00 NRF_P0 Non-Secure OK
01 NRF_CLOCK Non-Secure OK
02 NRF_RTC1 Non-Secure OK
03 NRF_NVMC Non-Secure OK
04 NRF_UARTE1 Non-Secure OK
05 NRF_UARTE2 Secure SKIP
06 NRF_TWIM2 Non-Secure OK
07 NRF_SPIM3 Non-Secure OK
08 NRF_TIMER0 Non-Secure OK
09 NRF_TIMER1 Non-Secure OK
10 NRF_TIMER2 Non-Secure OK
11 NRF_SAADC Non-Secure OK
12 NRF_PWM0 Non-Secure OK
13 NRF_PWM1 Non-Secure OK
14 NRF_PWM2 Non-Secure OK
15 NRF_PWM3 Non-Secure OK
16 NRF_WDT Secure SKIP
17 NRF_IPC Non-Secure OK
18 NRF_VMC Non-Secure OK
19 NRF_FPU Non-Secure OK
20 NRF_EGU1 Non-Secure OK
21 NRF_EGU2 Non-Secure OK
22 NRF_DPPIC Non-Secure OK
23 NRF_GPIOTE1 Non-Secure OK
24 NRF_REGULATORS Secure SKIP
SPM: NS image at 0x18200
SPM: NS MSP at 0x2002e5a0
SPM: NS reset vector at 0x23a79
SPM: prepare to jump to Non-Secure image.
***** Booting Zephyr OS build v2.0.99-ncs1 *****
[00:00:00.390,136] <dbg> nrf9160_gps.init: MAGPIO set: AT%XMAGPIO=1,0,0,1,1,1574,1577
[00:00:00.405,273] <dbg> nrf9160_gps.init: COEX0 set: AT%XCOEX0=1,1,1570,1580
Asset tracker started
[00:00:00.422,241] <dbg> nrf_cloud_transport.nct_client_id_get: client_id = nrf-352656100045874
[00:00:00.431,610] <dbg> nrf_cloud_transport.nct_topics_populate: shadow_base_t
+CEREG: 2,"2D8A","01D0FD0A",7,0,0,"11100000","11100000"
[00:00:02.274,139] <dbg> lte_lc.parse_nw_reg_status: Network registration status: 2
+CEREG: 5,"2D8A","01D0FD0A",7,,,"11100000","11100000"
[00:00:03.882,019] <dbg> lte_lc.parse_nw_reg_status: Network registration status: 5
Connected to LTE network
[00:00:04.169,799] <dbg> nrf_cloud_transport.nct_connect: IPv4 Address 0x9578e222
Socket error: POLLHUP
LTE link disconnect
+CEREG: 0,"2D8A","01D0FD0A",7,0,0,"11100000","11100000"
Shutdown modem
***** Booting Zephyr OS build v2.0.99-ncs1 *****
[00:00:00.003,967] <inf> mcuboot: Starting bootloader
[00:00:00.010,437] <inf> mcuboot: Primary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
[00:00:00.020,599] <inf> mcuboot: Scratch: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
[00:00:00.030,212] <inf> mcuboot: Boot source: primary slot
[00:00:00.039,001] <inf> mcuboot: Swap type: none
[00:00:00.401,000] <inf> mcuboot: Bootloader chainload address offset: 0xc000
[00:00:00.408,721] <inf> mcuboot: Jumping to the first image slot
***** Booting Zephyr OS build v2.0.99-ncs1 *****
Flash region Domain Permissions
00 0x00000 0x08000 Secure rwxl
01 0x08000 0x10000 Secure rwxl
02 0x10000 0x18000 Secure rwxl
03 0x18000 0x20000 Non-Secure rwxl
04 0x20000 0x28000 Non-Secure rwxl
05 0x28000 0x30000 Non-Secure rwxl
06 0x30000 0x38000 Non-Secure rwxl
07 0x38000 0x40000 Non-Secure rwxl
08 0x40000 0x48000 Non-Secure rwxl
09 0x48000 0x50000 Non-Secure rwxl
10 0x50000 0x58000 Non-Secure rwxl
11 0x58000 0x60000 Non-Secure rwxl
12 0x60000 0x68000 Non-Secure rwxl
13 0x68000 0x70000 Non-Secure rwxl
14 0x70000 0x78000 Non-Secure rwxl
15 0x78000 0x80000 Non-Secure rwxl
16 0x80000 0x88000 Non-Secure rwxl
17 0x88000 0x90000 Non-Secure rwxl
18 0x90000 0x98000 Non-Secure rwxl
19 0x98000 0xa0000 Non-Secure rwxl
20 0xa0000 0xa8000 Non-Secure rwxl
21 0xa8000 0xb0000 Non-Secure rwxl
22 0xb0000 0xb8000 Non-Secure rwxl
23 0xb8000 0xc0000 Non-Secure rwxl
24 0xc0000 0xc8000 Non-Secure rwxl
25 0xc8000 0xd0000 Non-Secure rwxl
26 0xd0000 0xd8000 Non-Secure rwxl
27 0xd8000 0xe0000 Non-Secure rwxl
28 0xe0000 0xe8000 Non-Secure rwxl
29 0xe8000 0xf0000 Non-Secure rwxl
30 0xf0000 0xf8000 Non-Secure rwxl
31 0xf8000 0x100000 Non-Secure rwxl
Non-secure callable region 0 placed in flash region 2 with size 32.
SRAM region Domain Permissions
00 0x00000 0x02000 Secure rwxl
01 0x02000 0x04000 Secure rwxl
02 0x04000 0x06000 Secure rwxl
03 0x06000 0x08000 Secure rwxl
04 0x08000 0x0a000 Secure rwxl
05 0x0a000 0x0c000 Secure rwxl
06 0x0c000 0x0e000 Secure rwxl
07 0x0e000 0x10000 Secure rwxl
08 0x10000 0x12000 Non-Secure rwxl
09 0x12000 0x14000 Non-Secure rwxl
10 0x14000 0x16000 Non-Secure rwxl
11 0x16000 0x18000 Non-Secure rwxl
12 0x18000 0x1a000 Non-Secure rwxl
13 0x1a000 0x1c000 Non-Secure rwxl
14 0x1c000 0x1e000 Non-Secure rwxl
15 0x1e000 0x20000 Non-Secure rwxl
16 0x20000 0x22000 Non-Secure rwxl
17 0x22000 0x24000 Non-Secure rwxl
18 0x24000 0x26000 Non-Secure rwxl
19 0x26000 0x28000 Non-Secure rwxl
20 0x28000 0x2a000 Non-Secure rwxl
21 0x2a000 0x2c000 Non-Secure rwxl
22 0x2c000 0x2e000 Non-Secure rwxl
23 0x2e000 0x30000 Non-Secure rwxl
24 0x30000 0x32000 Non-Secure rwxl
25 0x32000 0x34000 Non-Secure rwxl
26 0x34000 0x36000 Non-Secure rwxl
27 0x36000 0x38000 Non-Secure rwxl
28 0x38000 0x3a000 Non-Secure rwxl
29 0x3a000 0x3c000 Non-Secure rwxl
30 0x3c000 0x3e000 Non-Secure rwxl
31 0x3e000 0x40000 Non-Secure rwxl
Peripheral Domain Status
00 NRF_P0 Non-Secure OK
01 NRF_CLOCK Non-Secure OK
02 NRF_RTC1 Non-Secure OK
03 NRF_NVMC Non-Secure OK
04 NRF_UARTE1 Non-Secure OK
05 NRF_UARTE2 Secure SKIP
06 NRF_TWIM2 Non-Secure OK
07 NRF_SPIM3 Non-Secure OK
08 NRF_TIMER0 Non-Secure OK
09 NRF_TIMER1 Non-Secure OK
10 NRF_TIMER2 Non-Secure OK
11 NRF_SAADC Non-Secure OK
12 NRF_PWM0 Non-Secure OK
13 NRF_PWM1 Non-Secure OK
14 NRF_PWM2 Non-Secure OK
15 NRF_PWM3 Non-Secure OK
16 NRF_WDT Secure SKIP
17 NRF_IPC Non-Secure OK
18 NRF_VMC Non-Secure OK
19 NRF_FPU Non-Secure OK
20 NRF_EGU1 Non-Secure OK
21 NRF_EGU2 Non-Secure OK
22 NRF_DPPIC Non-Secure OK
23 NRF_GPIOTE1 Non-Secure OK
24 NRF_REGULATORS Secure SKIP
SPM: NS image at 0x18200
SPM: NS MSP at 0x2002e5a0
SPM: NS reset vector at 0x23a79
SPM: prepare to jump to Non-Secure image.
***** Booting Zephyr OS build v2.0.99-ncs1 *****
[00:00:01.829,711] <dbg> nrf9160_gps.init: MAGPIO set: AT%XMAGPIO=1,0,0,1,1,1574,1577
[00:00:01.844,818] <dbg> nrf9160_gps.init: COEX0 set: AT%XCOEX0=1,1,1570,1580
Asset tracker started
[00:00:01.861,816] <dbg> nrf_cloud_transport.nct_client_id_get: client_id = nrf-352656100045874
[00:00:01.871,185] <dbg> nrf_cloud_transport.nct_topics_populate: shadow_base_topic: $aws/things/nrf-352656100045874/shadow
[00:00:01.883,056] <dbg> nrf_cloud_transport.nct_topics_populate: accepted_topic: nrf-352656100045874/shadow/get/accepted
[00:00:01.894,714] <dbg> nrf_cloud_transport.nct_topics_populate: rejected_topic: $aws/things/nrf-352656100045874/shadow/get/rejected
[00:00:01.907,470] <dbg> nrf_cloud_transport.nct_topics_populate: update_delta_topic: $aws/things/nrf-352656100045874/shadow/update/delta
[00:00:01.920,562] <dbg> nrf_cloud_transport.nct_topics_populate: update_topic: $aws/things/nrf-352656100045874/shadow/update
[00:00:01.932,617] <dbg> nrf_cloud_transport.nct_topics_populate: shadow_get_topic: $aws/things/nrf-352656100045874/shadow/get
Connecting to LTE network. This may take several minutes.
[00:00:01.958,190] <dbg> lte_lc.w_lte_lc_connect: Network mode: AT%XSYSTEMMODE=1,0,1,0
+CEREG: 2,"2D8A","01D0FD0A",7,0,0,"11100000","11100000"
[00:00:03.425,628] <dbg> lte_lc.parse_nw_reg_status: Network registration status: 2
+CEREG: 5,"2D8A","01D0FD0A",7,,,"11100000","11100000"
[00:00:04.832,305] <dbg> lte_lc.parse_nw_reg_status: Network registration status: 5
Connected to LTE network
[00:00:05.197,540] <dbg> nrf_cloud_transport.nct_connect: IPv4 Address 0x9578e222
Socket error: POLLHUP
LTE link disconnect
+CEREG: 0,"2D8A","01D0FD0A",7,0,0,"11100000","11100000"
Shutdown modem
***** Booting Zephyr OS build v2.0.99-ncs1 *****
[00:00:00.003,936] <inf> mcuboot: Starting bootloader
[00:00:00.010,437] <inf> mcuboot: Primary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
[00:00:00.020,599] <inf> mcuboot: Scratch: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
[00:00:00.030,212] <inf> mcuboot: Boot source: primary slot
[00:00:00.039,001] <inf> mcuboot: Swap type: none
[00:00:00.400,939] <inf> mcuboot: Bootloader chainload address offset: 0xc000
[00:00:00.408,691] <inf> mcuboot: Jumping to the first image slot
***** Booting Zephyr OS build v2.0.99-ncs1 *****
Flash region Domain Permissions
00 0x00000 0x08000 Secure rwxl
01 0x08000 0x10000 Secure rwxl
02 0x10000 0x18000 Secure rwxl
03 0x18000 0x20000 Non-Secure rwxl
04 0x20000 0x28000 Non-Secure rwxl
05 0x28000 0x30000 Non-Secure rwxl
06 0x30000 0x38000 Non-Secure rwxl
07 0x38000 0x40000 Non-Secure rwxl
08 0x40000 0x48000 Non-Secure rwxl
09 0x48000 0x50000 Non-Secure rwxl
10 0x50000 0x58000 Non-Secure rwxl
11 0x58000 0x60000 Non-Secure rwxl
12 0x60000 0x68000 Non-Secure rwxl
13 0x68000 0x70000 Non-Secure rwxl
14 0x70000 0x78000 Non-Secure rwxl
15 0x78000 0x80000 Non-Secure rwxl
16 0x80000 0x88000 Non-Secure rwxl
17 0x88000 0x90000 Non-Secure rwxl
18 0x90000 0x98000 Non-Secure rwxl
19 0x98000 0xa0000 Non-Secure rwxl
20 0xa0000 0xa8000 Non-Secure rwxl
21 0xa8000 0xb0000 Non-Secure rwxl
22 0xb0000 0xb8000 Non-Secure rwxl
23 0xb8000 0xc0000 Non-Secure rwxl
24 0xc0000 0xc8000 Non-Secure rwxl
25 0xc8000 0xd0000 Non-Secure rwxl
26 0xd0000 0xd8000 Non-Secure rwxl
27 0xd8000 0xe0000 Non-Secure rwxl
28 0xe0000 0xe8000 Non-Secure rwxl
29 0xe8000 0xf0000 Non-Secure rwxl
30 0xf0000 0xf8000 Non-Secure rwxl
31 0xf8000 0x100000 Non-Secure rwxl
Non-secure callable region 0 placed in flash region 2 with size 32.
SRAM region Domain Permissions
00 0x00000 0x02000 Secure rwxl
01 0x02000 0x04000 Secure rwxl
02 0x04000 0x06000 Secure rwxl
03 0x06000 0x08000 Secure rwxl
04 0x08000 0x0a000 Secure rwxl
05 0x0a000 0x0c000 Secure rwxl
06 0x0c000 0x0e000 Secure rwxl
07 0x0e000 0x10000 Secure rwxl
08 0x10000 0x12000 Non-Secure rwxl
09 0x12000 0x14000 Non-Secure rwxl
10 0x14000 0x16000 Non-Secure rwxl
11 0x16000 0x18000 Non-Secure rwxl
12 0x18000 0x1a000 Non-Secure rwxl
13 0x1a000 0x1c000 Non-Secure rwxl
14 0x1c000 0x1e000 Non-Secure rwxl
15 0x1e000 0x20000 Non-Secure rwxl
16 0x20000 0x22000 Non-Secure rwxl
17 0x22000 0x24000 Non-Secure rwxl
18 0x24000 0x26000 Non-Secure rwxl
19 0x26000 0x28000 Non-Secure rwxl
20 0x28000 0x2a000 Non-Secure rwxl
21 0x2a000 0x2c000 Non-Secure rwxl
22 0x2c000 0x2e000 Non-Secure rwxl
23 0x2e000 0x30000 Non-Secure rwxl
24 0x30000 0x32000 Non-Secure rwxl
25 0x32000 0x34000 Non-Secure rwxl
26 0x34000 0x36000 Non-Secure rwxl
27 0x36000 0x38000 Non-Secure rwxl
28 0x38000 0x3a000 Non-Secure rwxl
29 0x3a000 0x3c000 Non-Secure rwxl
30 0x3c000 0x3e000 Non-Secure rwxl
31 0x3e000 0x40000 Non-Secure rwxl
Peripheral Domain Status
00 NRF_P0 Non-Secure OK
01 NRF_CLOCK Non-Secure OK
02 NRF_RTC1 Non-Secure OK
03 NRF_NVMC Non-Secure OK
04 NRF_UARTE1 Non-Secure OK
05 NRF_UARTE2 Secure SKIP
06 NRF_TWIM2 Non-Secure OK
07 NRF_SPIM3 Non-Secure OK
08 NRF_TIMER0 Non-Secure OK
09 NRF_TIMER1 Non-Secure OK
10 NRF_TIMER2 Non-Secure OK
11 NRF_SAADC Non-Secure OK
12 NRF_PWM0 Non-Secure OK
13 NRF_PWM1 Non-Secure OK
14 NRF_PWM2 Non-Secure OK
15 NRF_PWM3 Non-Secure OK
16 NRF_WDT Secure SKIP
17 NRF_IPC Non-Secure OK
18 NRF_VMC Non-Secure OK
19 NRF_FPU Non-Secure OK
20 NRF_EGU1 Non-Secure OK
21 NRF_EGU2 Non-Secure OK
22 NRF_DPPIC Non-Secure OK
23 NRF_GPIOTE1 Non-Secure OK
24 NRF_REGULATORS Secure SKIP
SPM: NS image at 0x18200
SPM: NS MSP at 0x2002e5a0
SPM: NS reset vector at 0x23a79
SPM: prepare to jump to Non-Secure image.
***** Booting Zephyr OS build v2.0.99-ncs1 *****
[00:00:01.767,028] <dbg> nrf9160_gps.init: MAGPIO set: AT%XMAGPIO=1,0,0,1,1,1574,1577
[00:00:01.782,135] <dbg> nrf9160_gps.init: COEX0 set: AT%XCOEX0=1,1,1570,1580
Asset tracker started
[00:00:01.799,133] <dbg> nrf_cloud_transport.nct_client_id_get: client_id = nrf-352656100045874
[00:00:01.808,502] <dbg> nrf_cloud_transport.nct_topics_populate: shadow_base_topic: $aws/things/nrf-352656100045874/shadow
[00:00:01.820,343] <dbg> nrf_cloud_transport.nct_topics_populate: accepted_topic: nrf-352656100045874/shadow/get/accepted
[00:00:01.832,031] <dbg> nrf_cloud_transport.nct_topics_populate: rejected_topic: $aws/things/nrf-352656100045874/shadow/get/rejected
[00:00:01.844,757] <dbg> nrf_cloud_transport.nct_topics_populate: update_delta_topic: $aws/things/nrf-352656100045874/shadow/update/delta
[00:00:01.857,849] <dbg> nrf_cloud_transport.nct_topics_populate: update_topic: $aws/things/nrf-352656100045874/shadow/update
[00:00:01.869,903] <dbg> nrf_cloud_transport.nct_topics_populate: shadow_get_topic: $aws/things/nrf-352656100045874/shadow/get
Connecting to LTE network. This may take several minutes.
[00:00:01.895,477] <dbg> lte_lc.w_lte_lc_connect: Network mode: AT%XSYSTEMMODE=1,0,1,0
+CEREG: 2,"2D8A","01D0FD0A",7,0,0,"11100000","11100000"
[00:00:03.741,790] <dbg> lte_lc.parse_nw_reg_status: Network registration status: 2
+CEREG: 5,"2D8A","01D0FD0A",7,,,"11100000","11100000"
[00:00:05.351,257] <dbg> lte_lc.parse_nw_reg_status: Network registration status: 5
Connected to LTE network
[00:00:05.878,601] <dbg> nrf_cloud_transport.nct_connect: IPv4 Address 0x3af90734