diff options
author | Teijo Kinnunen <teijo.kinnunen@uros.com> | 2021-05-06 14:48:18 +0300 |
---|---|---|
committer | Teijo Kinnunen <teijo.kinnunen@uros.com> | 2021-05-17 12:46:52 +0300 |
commit | 14c4f27ae4a0ccdfec29090b9abd77112fec1516 (patch) | |
tree | 6dd184a3c357864178b897667333102589f1c31c /src/mm-modem-helpers.h | |
parent | 98fbd5a156a09d3dc46dbc52946a80450df13abb (diff) |
modem-helpers: add 3 digit MNC output to mm_3gpp_parse_operator_id()
MNC digit count information is lost on conversion to integers. Make it
possible for the caller to get this information through a separate
boolean.
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r-- | src/mm-modem-helpers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h index 9f39bcf0..d4d177a1 100644 --- a/src/mm-modem-helpers.h +++ b/src/mm-modem-helpers.h @@ -431,6 +431,7 @@ void mm_3gpp_normalize_operator (gchar **operator, gboolean mm_3gpp_parse_operator_id (const gchar *operator_id, guint16 *mcc, guint16 *mnc, + gboolean *three_digit_mnc, GError **error); const gchar *mm_3gpp_get_pdp_type_from_ip_family (MMBearerIpFamily family); |