diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-28 23:07:04 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-12-24 12:41:27 +0000 |
commit | 60fe68f6093a449253281cc76ab47061638cea52 (patch) | |
tree | 7c7128e9ebfbe9390d9dc8582d305e6d77a6c7aa /src/mm-iface-modem-3gpp.h | |
parent | a6dd7ac60f1868c74346996aa7adced4ab94885c (diff) |
iface-modem-3gpp: implement loading 5GNR registration settings during init
Diffstat (limited to 'src/mm-iface-modem-3gpp.h')
-rw-r--r-- | src/mm-iface-modem-3gpp.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mm-iface-modem-3gpp.h b/src/mm-iface-modem-3gpp.h index b0403ea8..93e322f7 100644 --- a/src/mm-iface-modem-3gpp.h +++ b/src/mm-iface-modem-3gpp.h @@ -165,6 +165,14 @@ struct _MMIfaceModem3gpp { GAsyncResult *res, GError **error); + /* Asynchronous 5GNR registration settings loading */ + void (*load_nr5g_registration_settings) (MMIfaceModem3gpp *self, + GAsyncReadyCallback callback, + gpointer user_data); + MMModem3gppNr5gRegistrationSettings * (*load_nr5g_registration_settings_finish) (MMIfaceModem3gpp *self, + GAsyncResult *res, + GError **error); + /* Create initial default EPS bearer object */ MMBaseBearer * (*create_initial_eps_bearer) (MMIfaceModem3gpp *self, MMBearerProperties *properties); |