libmm-glib,bearer-properties: consume 'rm-protocol' setting
This commit is contained in:
@@ -602,6 +602,10 @@ mm_bearer_properties_consume_variant (MMBearerProperties *properties,
|
|||||||
mm_bearer_properties_set_allow_roaming (
|
mm_bearer_properties_set_allow_roaming (
|
||||||
properties,
|
properties,
|
||||||
g_variant_get_boolean (value));
|
g_variant_get_boolean (value));
|
||||||
|
else if (g_str_equal (key, PROPERTY_RM_PROTOCOL))
|
||||||
|
mm_bearer_properties_set_rm_protocol (
|
||||||
|
properties,
|
||||||
|
g_variant_get_uint32 (value));
|
||||||
else if (g_str_equal (key, DEPRECATED_PROPERTY_NUMBER)) {
|
else if (g_str_equal (key, DEPRECATED_PROPERTY_NUMBER)) {
|
||||||
/* NO-OP */
|
/* NO-OP */
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user