Hi, We are using RAK7268C gateways with Cellular network connectivity for our LoRaWAN network, but are experiencing problems with the cellular connectivity sometimes not reconnecting after reboot.
We perform a daily reboot of the gateway using the command sleep 70 && touch /etc/banner && reboot
(taken from the OpenWRT guide) scheduled with cron-tab but sometimes after the reboot the gateway doesn’t reconnect to the Cellular network (even though it had a perfect connection before the reboot).
We are using the latest WisGateOS firmware (WisGateOS 1.3.5_RAK 20221008 b135), and the APN is set up correctly according to the SIM-card provider.
Why could this be happening? Are we rebooting incorrectly?
Thanks in advance!