bearer-list: if non-multiplexing not supported, 0 max non-multiplexed bearers
This commit is contained in:
@@ -454,9 +454,9 @@ mm_bearer_list_class_init (MMBearerListClass *klass)
|
|||||||
g_param_spec_uint (MM_BEARER_LIST_MAX_ACTIVE_BEARERS,
|
g_param_spec_uint (MM_BEARER_LIST_MAX_ACTIVE_BEARERS,
|
||||||
"Max active bearers",
|
"Max active bearers",
|
||||||
"Maximum number of active bearers the list can handle",
|
"Maximum number of active bearers the list can handle",
|
||||||
1,
|
0,
|
||||||
G_MAXUINT,
|
G_MAXUINT,
|
||||||
1,
|
0,
|
||||||
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY);
|
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY);
|
||||||
g_object_class_install_property (object_class, PROP_MAX_ACTIVE_BEARERS, properties[PROP_MAX_ACTIVE_BEARERS]);
|
g_object_class_install_property (object_class, PROP_MAX_ACTIVE_BEARERS, properties[PROP_MAX_ACTIVE_BEARERS]);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user