output of:
root@GL-MIFI:~# uqmi -d /dev/cdc-wdm0 --network-scan
{
“network_info”: [
{
“mcc”: 268,
“mnc”: 1,
“description”: “voda P”,
“status”: [
“available”,
“roaming”,
“not_forbidden”,
“not_preferred”
]
},
{
“mcc”: 268,
“mnc”: 6,
“description”: “MEO”,
“status”: [
“available”,
“roaming”,
“not_forbidden”,
“not_preferred”
]
},
{
“mcc”: 268,
“mnc”: 1,
“description”: “voda P”,
“status”: [
“available”,
“roaming”,
“not_forbidden”,
“not_preferred”
]
},
{
“mcc”: 268,
“mnc”: 3,
“description”: “NOS”,
“status”: [
“available”,
“roaming”,
“not_forbidden”,
“not_preferred”
]
},
{
“mcc”: 268,
“mnc”: 3,
“description”: “NOS”,
“status”: [
“available”,
“roaming”,
“not_forbidden”,
“not_preferred”
]
},
{
“mcc”: 268,
“mnc”: 6,
“description”: “MEO”,
“status”: [
“available”,
“roaming”,
“not_forbidden”,
“not_preferred”
]
},
{
“mcc”: 268,
“mnc”: 3,
“description”: “NOS”,
“status”: [
“current_serving”,
“roaming”,
“not_forbidden”,
“not_preferred”
]
}
],
“radio_access_technology”: [
{
“mcc”: 268,
“mnc”: 1,
“radio”: “gsm”
},
{
“mcc”: 268,
“mnc”: 6,
“radio”: “gsm”
},
{
“mcc”: 268,
“mnc”: 1,
“radio”: “umts”
},
{
“mcc”: 268,
“mnc”: 3,
“radio”: “lte”
},
{
“mcc”: 268,
“mnc”: 3,
“radio”: “gsm”
},
{
“mcc”: 268,
“mnc”: 6,
“radio”: “umts”
},
{
“mcc”: 268,
“mnc”: 3,
“radio”: “umts”
}
]
network is Voda P, meaning 268 1
uqmi -d /dev/cdc-wdm0 --set-plmn --mcc 268 --mnc 1
does nothing. does not register with network.
uqmi -d /dev/cdc-wdm0 --get-serving-system
{
“registration”: “searching”,
“plmn_mcc”: 268,
“plmn_mnc”: 3,
“plmn_description”: “”,
“roaming”: true
}