I’m using the EG915Q-NA cellular module from Quectel with Supersim from Twilio
In my application when I try to establish an mqtt connection, I see that the module logs are showing CGREG/CEREG status as registered and
CEREG: 0, 5
CGREG: 0, 5
AT+COPS also shows the connected carrier name as Verizon
+COPS: 0,0,"Verizon Wireless",7^M
But When I try to establish an MQTT connection or use ping 8.8.8.8 fails
When I discussed the same with the Twilio team, they checked the state of the SIM at that particular instance and shared the following
So their final message is that SIM is getting deregistered but from the module side, it is showing that it is still registered.
I want to know whether is it possible? The value update we got through AT cmd should be a real-time value right? If yes Why I’m seeing two different states one from SIM log another from module log?