I have a Quectel EC25 modem and I do not plug the SIM card. When I want to set a different technology (2G, 3G, 4G) or different operator (MNC) using the following commands, "servingcell" is still the previous one.
AT+QENG="servingcell"
+QENG: "servingcell","LIMSRV","WCDMA",432,35,5962,9C58AFF,2993,453,1,-57,-11,-,-,-,-,-
OK
AT+COPS=1,2,"43235",0
OK
AT+QENG="servingcell"
+QENG: "servingcell","LIMSRV","WCDMA",432,35,5962,9C58AFF,2993,453,1,-57,-5,-,-,-,-,-
OK
AT+COPS=1,2,"43211",2
OK
AT+QENG="servingcell"
+QENG: "servingcell","LIMSRV","WCDMA",432,35,5962,9C58AFF,2993,453,1,-60,-6,-,-,-,-,-
OK
How can I apply the above locking on the modem? Is there a memory or similar concept which the current serving cell information is stored and I have to reset or clear before/after locking on the MNC or technology? Is there a complementary command to satisfy the locking conditions?