UMTS/HSPA Module Series
WCDMA UGxx AT Commands Manual
WCDMA_UGxx_AT_Commands_Manual Confidential / Released 106 / 247
OK
AT+QECCNUM=1,0,"110","234" //Add "110" and "234" into the type of ECC numbers without SIM
OK
AT+QECCNUM=0,0 //Query the ECC numbers without SIM
+QECCNUM: 1, "00","08","110","999","118","119","234"
OK
AT+QECCNUM=2,0,"110" //Delete "110" from the type of ECC numbers without SIM
OK
AT+QECCNUM=0,0 //Query the ECC numbers without SIM
+QECCNUM: 1, "00","08","999","118","119","234"
OK
AT+QECCNUM=3,0,"115" //Replace ECC numbers without SIM with “115”
OK
AT+QECCNUM=0,0 //Query the ECC numbers without SIM
+QECCNUM: 1,"115"
OK
AT+QECCNUM=0,1 //Query the ECC numbers always valid
+QECCNUM: 0,"112","911"
OK
AT+QECCNUM=1,1,"110","234" //Add "110" and "234" into always valid ECC numbers
OK
AT+QECCNUM=0,1 //Query the ECC numbers always valid
+QECCNUM: 0,"112","911",″110″,"234"
OK
AT+QECCNUM=3,1,"115" //Replace the always valid ECC numbers with “115”
OK
AT+QECCNUM=0,1 //Query the ECC numbers always valid
+QECCNUM: 0,"112","911","115"
OK
The configuration will be saved to NV automatically.