diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-11-14 18:00:38 +0100 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2018-12-07 16:20:53 +0000 |
commit | 48ba504f4e7e59cde380954fba84a790d34eaef4 (patch) | |
tree | b8ce05110de32c9b73ddb8f7ab0fb1c5107dcdee /src/mm-modem-helpers-mbim.h | |
parent | d6e2c69129900f50dd8c0ed6cb9a7a17c141a85e (diff) |
helpers-mbim: new method to convert IP type settings to/from MM
Diffstat (limited to 'src/mm-modem-helpers-mbim.h')
-rw-r--r-- | src/mm-modem-helpers-mbim.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mm-modem-helpers-mbim.h b/src/mm-modem-helpers-mbim.h index 3ae190ee..a648cac9 100644 --- a/src/mm-modem-helpers-mbim.h +++ b/src/mm-modem-helpers-mbim.h @@ -42,6 +42,9 @@ GError *mm_mobile_equipment_error_from_mbim_nw_error (MbimNwError nw_error); MMBearerAllowedAuth mm_bearer_allowed_auth_from_mbim_auth_protocol (MbimAuthProtocol auth_protocol); MbimAuthProtocol mm_bearer_allowed_auth_to_mbim_auth_protocol (MMBearerAllowedAuth bearer_auth, GError **error); +MMBearerIpFamily mm_bearer_ip_family_from_mbim_context_ip_type (MbimContextIpType ip_type); +MbimContextIpType mm_bearer_ip_family_to_mbim_context_ip_type (MMBearerIpFamily ip_family, + GError **error); /*****************************************************************************/ /* MBIM/SMS to MM translations */ |