diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-01-09 13:30:00 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:48 +0100 |
commit | d1cfdd974cefb6ec87d6bc2889320ac8373dd4be (patch) | |
tree | 07ffb52cfd9c44cd8a00ff5caedf988a7d1374b8 /src/mm-modem-helpers.h | |
parent | 070c27701305dfa5c549f072d09785a12d6f03f5 (diff) |
bearer-cdma: when specific RM protocol given to be used, ensure it is supported
If the requested RM protocol is not supported, the CDMA Bearer creation will
fail.
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r-- | src/mm-modem-helpers.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h index e0ae8b67..a5a13f8b 100644 --- a/src/mm-modem-helpers.h +++ b/src/mm-modem-helpers.h @@ -77,6 +77,14 @@ gboolean mm_cdma_parse_eri (const char *reply, guint32 *out_ind, const char **out_desc); +MMModemCdmaRmProtocol mm_cdma_get_rm_protocol_from_index (guint index, + GError **error); + +gboolean mm_cdma_parse_crm_range_response (const gchar *reply, + MMModemCdmaRmProtocol *min, + MMModemCdmaRmProtocol *max, + GError **error); + gboolean mm_gsm_parse_cscs_support_response (const char *reply, MMModemCharset *out_charsets); |