diff options
author | Giacinto Cifelli <gciofono@gmail.com> | 2020-07-27 10:29:14 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-08-11 07:17:07 +0000 |
commit | e2ab49db0f5078716156c70a23f8f5d5b6d27848 (patch) | |
tree | 3488ee14c329a6fcb9c2f2539b1753d2e909fb9b /plugins/cinterion/mm-modem-helpers-cinterion.h | |
parent | 28ad994e372dc58e474567c70adbb0f58022cb22 (diff) |
cinterion: setup initial LTE parameters
Diffstat (limited to 'plugins/cinterion/mm-modem-helpers-cinterion.h')
-rw-r--r-- | plugins/cinterion/mm-modem-helpers-cinterion.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/cinterion/mm-modem-helpers-cinterion.h b/plugins/cinterion/mm-modem-helpers-cinterion.h index c35c5b3c..76e0d43e 100644 --- a/plugins/cinterion/mm-modem-helpers-cinterion.h +++ b/plugins/cinterion/mm-modem-helpers-cinterion.h @@ -163,4 +163,13 @@ gboolean mm_cinterion_smoni_response_to_signal_info (const gchar *response, MMSignal **out_lte, GError **error); +/*****************************************************************************/ +/* ^SCFG="MEopMode/Prov/Cfg" helper */ + +void mm_cinterion_provcfg_response_to_cid (const gchar *response, + MMCinterionModemFamily modem_family, + MMModemCharset charset, + gpointer log_object, + guint *cid); + #endif /* MM_MODEM_HELPERS_CINTERION_H */ |