aboutsummaryrefslogtreecommitdiff
path: root/libmm-common/mm-common-bearer-properties.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmm-common/mm-common-bearer-properties.h')
-rw-r--r--libmm-common/mm-common-bearer-properties.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libmm-common/mm-common-bearer-properties.h b/libmm-common/mm-common-bearer-properties.h
index 32449a29..4e9454b8 100644
--- a/libmm-common/mm-common-bearer-properties.h
+++ b/libmm-common/mm-common-bearer-properties.h
@@ -69,6 +69,9 @@ void mm_common_bearer_properties_set_allow_roaming (
void mm_common_bearer_properties_set_number (
MMCommonBearerProperties *properties,
const gchar *number);
+void mm_common_bearer_properties_set_rm_protocol (
+ MMCommonBearerProperties *properties,
+ MMModemCdmaRmProtocol protocol);
const gchar *mm_common_bearer_properties_get_apn (
MMCommonBearerProperties *properties);
@@ -82,6 +85,8 @@ gboolean mm_common_bearer_properties_get_allow_roaming (
MMCommonBearerProperties *properties);
const gchar *mm_common_bearer_properties_get_number (
MMCommonBearerProperties *properties);
+MMModemCdmaRmProtocol mm_common_bearer_properties_get_rm_protocol (
+ MMCommonBearerProperties *properties);
gboolean mm_common_bearer_properties_consume_string (MMCommonBearerProperties *self,
const gchar *key,