diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-07-29 00:07:27 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-08-09 12:22:26 +0000 |
commit | 185e492c0a0e633ed92f8ffdb1c426d0e4300ae1 (patch) | |
tree | 603e8f11ccd7e33a3ceca1a5fa82cc4cbabac0a2 /src/mm-context.h | |
parent | c49f3f5f46e6f1a27108e9826c32af776ec111f9 (diff) |
core: new '--test-multiplex-requested' option
The new option will change the default setting in MBIM and QMI bearers
to "request" when no explicit "multiplex" configuration is given by
the user.
This option will help test the multiplexing support in the modems
before it's made a default in a future release.
Diffstat (limited to 'src/mm-context.h')
-rw-r--r-- | src/mm-context.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mm-context.h b/src/mm-context.h index 0e652ba3..fefd574e 100644 --- a/src/mm-context.h +++ b/src/mm-context.h @@ -54,7 +54,8 @@ gboolean mm_context_get_test_no_suspend_resume (void); gboolean mm_context_get_test_quick_suspend_resume (void); #endif #if defined WITH_QRTR -gboolean mm_context_get_test_no_qrtr (void); +gboolean mm_context_get_test_no_qrtr (void); #endif +gboolean mm_context_get_test_multiplex_requested (void); #endif /* MM_CONTEXT_H */ |