Operator name is missing
When I'm trying to retrieve an operator name, I'm getting --
, which is wrong.
{
"devices": [
{
"apn": "internet",
"auth": {
"type": "none"
},
"id": "wwan0",
"info": {
"manufacturer": "Quectel",
"model": "EC20",
"operator": "--",
"registration": "home",
"sim_lock": false,
"state": "connected"
},
"pin": "unset",
"qmi_device": "/dev/cdc-wdm0"
}
]
}
Could you please fix it?