broadband-modem-qmi: don't keep cs|ps flags when checking registration status
Just report both always.
This commit is contained in:
@@ -2832,8 +2832,6 @@ typedef struct {
|
|||||||
MMBroadbandModemQmi *self;
|
MMBroadbandModemQmi *self;
|
||||||
QmiClientNas *client;
|
QmiClientNas *client;
|
||||||
GSimpleAsyncResult *result;
|
GSimpleAsyncResult *result;
|
||||||
gboolean cs_supported;
|
|
||||||
gboolean ps_supported;
|
|
||||||
} RunRegistrationChecksContext;
|
} RunRegistrationChecksContext;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
@@ -3642,8 +3640,6 @@ modem_3gpp_run_registration_checks (MMIfaceModem3gpp *self,
|
|||||||
callback,
|
callback,
|
||||||
user_data,
|
user_data,
|
||||||
modem_3gpp_run_registration_checks);
|
modem_3gpp_run_registration_checks);
|
||||||
ctx->cs_supported = cs_supported;
|
|
||||||
ctx->ps_supported = ps_supported;
|
|
||||||
|
|
||||||
/* System Info was added in NAS 1.8 */
|
/* System Info was added in NAS 1.8 */
|
||||||
if (qmi_client_check_version (client, 1, 8))
|
if (qmi_client_check_version (client, 1, 8))
|
||||||
|
Reference in New Issue
Block a user