summaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-3gpp.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2018-12-06 08:04:13 +0100
committerDan Williams <dcbw@redhat.com>2018-12-07 16:20:53 +0000
commit4cb6751dafc20a55192b61eb8a6ab97d3c95c398 (patch)
treef33006acacf97683c87355c73d0edfcc08d3c532 /src/mm-iface-modem-3gpp.h
parent8281b5048bc002dd2b049fdad041a35b7175eca7 (diff)
downloadModemManager-4cb6751dafc20a55192b61eb8a6ab97d3c95c398.tar.gz
api,modem-3gpp: new 'SetInitialEpsBearerSettings' method
This method allows users to modify the settings used during the initial LTE attach procedure.
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 66bf4cddf..5e0928774 100644
--- a/src/mm-iface-modem-3gpp.h
+++ b/src/mm-iface-modem-3gpp.h
@@ -222,6 +222,15 @@ struct _MMIfaceModem3gpp {
gboolean (* set_eps_ue_mode_operation_finish) (MMIfaceModem3gpp *self,
GAsyncResult *res,
GError **error);
+
+ /* Set initial EPS bearer settings */
+ void (* set_initial_eps_bearer_settings) (MMIfaceModem3gpp *self,
+ MMBearerProperties *properties,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+ gboolean (* set_initial_eps_bearer_settings_finish) (MMIfaceModem3gpp *self,
+ GAsyncResult *res,
+ GError **error);
};
GType mm_iface_modem_3gpp_get_type (void);