aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-3gpp.h
diff options
context:
space:
mode:
authorSom_SP <somashekhar.puttagangaiah@intel.com>2021-10-21 15:41:53 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-11-02 09:50:17 +0000
commit0316afee06da715e81252d26976fc83dbb95a426 (patch)
treedd37b9e8194099ee6ce41653c4f81e21b1f89e9d /src/mm-iface-modem-3gpp.h
parent3ab765f11c074846cdd7fc81db3f1056ae18f388 (diff)
iface-modem-3gpp: implement handling of 'SetPacketServiceState()'
Includes updates by Aleksander Morgado to fix coding style issues and to place this logic in the correct interface.
Diffstat (limited to 'src/mm-iface-modem-3gpp.h')
-rw-r--r--src/mm-iface-modem-3gpp.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mm-iface-modem-3gpp.h b/src/mm-iface-modem-3gpp.h
index 26843d66..b0403ea8 100644
--- a/src/mm-iface-modem-3gpp.h
+++ b/src/mm-iface-modem-3gpp.h
@@ -245,6 +245,15 @@ struct _MMIfaceModem3gpp {
gboolean (* disable_facility_lock_finish) (MMIfaceModem3gpp *self,
GAsyncResult *res,
GError **error);
+
+ /* Set Packet service */
+ void (*set_packet_service_state) (MMIfaceModem3gpp *self,
+ MMModem3gppPacketServiceState state,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+ gboolean (*set_packet_service_state_finish) (MMIfaceModem3gpp *self,
+ GAsyncResult *res,
+ GError **error);
};
GType mm_iface_modem_3gpp_get_type (void);