bearer-qmi: if no explicit 'multiplex' setting, default to 'requested'

This commit is contained in:
Aleksander Morgado
2021-02-25 13:03:43 +01:00
parent 0b72d9b566
commit bd075aeba0

View File

@@ -2046,8 +2046,8 @@ _connect (MMBaseBearer *_self,
ctx->step = CONNECT_STEP_FIRST;
ctx->ip_method = MM_BEARER_IP_METHOD_UNKNOWN;
/* If no multiplex setting given by the user, assume none */
ctx->multiplex = MM_BEARER_MULTIPLEX_SUPPORT_NONE;
/* If no multiplex setting given by the user, assume requested */
ctx->multiplex = MM_BEARER_MULTIPLEX_SUPPORT_REQUESTED;
g_object_get (self,
MM_BASE_BEARER_CONFIG, &properties,