bearer-qmi: if no explicit 'multiplex' setting, default to 'requested'
This commit is contained in:
@@ -2046,8 +2046,8 @@ _connect (MMBaseBearer *_self,
|
|||||||
ctx->step = CONNECT_STEP_FIRST;
|
ctx->step = CONNECT_STEP_FIRST;
|
||||||
ctx->ip_method = MM_BEARER_IP_METHOD_UNKNOWN;
|
ctx->ip_method = MM_BEARER_IP_METHOD_UNKNOWN;
|
||||||
|
|
||||||
/* If no multiplex setting given by the user, assume none */
|
/* If no multiplex setting given by the user, assume requested */
|
||||||
ctx->multiplex = MM_BEARER_MULTIPLEX_SUPPORT_NONE;
|
ctx->multiplex = MM_BEARER_MULTIPLEX_SUPPORT_REQUESTED;
|
||||||
|
|
||||||
g_object_get (self,
|
g_object_get (self,
|
||||||
MM_BASE_BEARER_CONFIG, &properties,
|
MM_BASE_BEARER_CONFIG, &properties,
|
||||||
|
Reference in New Issue
Block a user