broadband-modem-mbim: Fix bug in cleanup_unsolicited_events_3gpp()
This commit is contained in:

committed by
Aleksander Morgado

parent
f4b8d14b8d
commit
68e92d9308
@@ -5473,7 +5473,7 @@ cleanup_unsolicited_events_3gpp (MMIfaceModem3gpp *_self,
|
|||||||
if (self->priv->is_pco_supported)
|
if (self->priv->is_pco_supported)
|
||||||
self->priv->setup_flags &= ~PROCESS_NOTIFICATION_FLAG_PCO;
|
self->priv->setup_flags &= ~PROCESS_NOTIFICATION_FLAG_PCO;
|
||||||
if (self->priv->is_lte_attach_info_supported)
|
if (self->priv->is_lte_attach_info_supported)
|
||||||
self->priv->setup_flags &= PROCESS_NOTIFICATION_FLAG_LTE_ATTACH_INFO;
|
self->priv->setup_flags &= ~PROCESS_NOTIFICATION_FLAG_LTE_ATTACH_INFO;
|
||||||
if (self->priv->is_slot_info_status_supported)
|
if (self->priv->is_slot_info_status_supported)
|
||||||
self->priv->setup_flags &= ~PROCESS_NOTIFICATION_FLAG_SLOT_INFO_STATUS;
|
self->priv->setup_flags &= ~PROCESS_NOTIFICATION_FLAG_SLOT_INFO_STATUS;
|
||||||
common_setup_cleanup_unsolicited_events (self, FALSE, callback, user_data);
|
common_setup_cleanup_unsolicited_events (self, FALSE, callback, user_data);
|
||||||
|
Reference in New Issue
Block a user