At start disable the GSM network, the LM940 not support that ! 3G and 4G only are support. ROS command:
/interface lte set lte1 network-mode=3g,lte
Maybe that ROS try enable GSM=2G who is not supported create you a problem.
Page 66, SIM/PIN status by
/interface lte at-chat lte1 input=“AT+CPIN?”
Page 55, Registration in network by
“enable network registration unsolicited result code”
/interface lte at-chat lte1 input=“AT+CREG=1”
+CREG:
Where:
0 - not registered, ME is not currently searching a new operator to register to
1 - registered, home network
2 - not registered, but ME is currently searching a new operator to register to
3 - registration denied
4 - unknown
5 - registered, roaming
Wait some time and repeat by
/interface lte at-chat lte1 input=“AT+CREG?”
+CREG: 0,2 (the MODULE is in network searching state)
+CREG: 0,1 (the MODULE is registered)