diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-01-09 15:08:36 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:48 +0100 |
commit | 4e06e0e67d1f4180e0ea2c86aae3f63701c176d7 (patch) | |
tree | d5bb53a3d8dc36c4fd23552e679bb3ed82d3f13b /src/mm-modem-helpers.h | |
parent | 9641c6375988e5dcd2602bf54c707336acd01ab8 (diff) |
bearer-cdma: implement bearer connection and disconnection
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r-- | src/mm-modem-helpers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h index a5a13f8b..9ca62ba3 100644 --- a/src/mm-modem-helpers.h +++ b/src/mm-modem-helpers.h @@ -79,6 +79,8 @@ gboolean mm_cdma_parse_eri (const char *reply, MMModemCdmaRmProtocol mm_cdma_get_rm_protocol_from_index (guint index, GError **error); +guint mm_cdma_get_index_from_rm_protocol (MMModemCdmaRmProtocol protocol, + GError **error); gboolean mm_cdma_parse_crm_range_response (const gchar *reply, MMModemCdmaRmProtocol *min, |