Report when registered to an unknown operator
This commit is contained in:
parent
f73186e74d
commit
c3b1b9c00a
@ -409,6 +409,8 @@ static void _panel_set_operator(Panel * panel, ModemRegistrationStatus status,
|
||||
_operator = "Unknown";
|
||||
break;
|
||||
case MODEM_REGISTRATION_STATUS_REGISTERED:
|
||||
if(_operator == NULL)
|
||||
_operator = "Registered";
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user