Connection Manager - Network Registration

This is a new install so using latest Sixfab install files. sudo pon works OK and a ppp connection established with no issues. My problem is the ppp connection manager service. It doesn’t seem to be getting a return from atcom? Modem: Quectel UC20 module.

Blockquote pi@openplotter:~ $ sudo systemctl status ppp_connection_manager.service
● ppp_connection_manager.service - PPP Connection Manager
Loaded: loaded (/etc/systemd/system/ppp_connection_manager.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2021-07-22 07:40:02 NZST; 5min ago
Main PID: 485 (bash)
Tasks: 3 (limit: 2062)
CGroup: /system.slice/ppp_connection_manager.service
├─ 485 /bin/bash ppp_connection_manager.sh
├─ 493 bash configure_modem.sh
└─2472 sleep 2

Jul 22 07:44:52 openplotter bash[485]: 2021/07/22->07:44:51 SIM Status: 2021/07/22->07:44:51 Network Registration Status:
Jul 22 07:44:52 openplotter bash[485]: 2021/07/22->07:44:52 Retrying network registration…
Jul 22 07:44:55 openplotter bash[485]: 2021/07/22->07:44:54 SIM Status: 2021/07/22->07:44:55 Network Registration Status:
Jul 22 07:44:55 openplotter bash[485]: 2021/07/22->07:44:55 Retrying network registration…
Jul 22 07:44:58 openplotter bash[485]: 2021/07/22->07:44:57 SIM Status: 2021/07/22->07:44:58 Network Registration Status:
Jul 22 07:44:58 openplotter bash[485]: 2021/07/22->07:44:58 Retrying network registration…
Jul 22 07:45:02 openplotter bash[485]: 2021/07/22->07:45:00 SIM Status: 2021/07/22->07:45:01 Network Registration Status:
Jul 22 07:45:02 openplotter bash[485]: 2021/07/22->07:45:02 Retrying network registration…
Jul 22 07:45:05 openplotter bash[485]: 2021/07/22->07:45:04 SIM Status: 2021/07/22->07:45:04 Network Registration Status:
Jul 22 07:45:05 openplotter bash[485]: 2021/07/22->07:45:05 Retrying network registration…

Blockquote