core: new '--test-mbimex-profile-management' option
The profile management APIs implemented by Microsoft in the MBIM extensions provide certain features that are not available via other means (e.g. ip type, access type preference, roaming allowance...). Unfortunately, these APIs require the current list of profiles installed in the modem to be a bit special; e.g. with one profile max for each context/APN type. If this does not happen, the operations will fail, or they will update contexts that should not be updated. So, we disable for now the MBIM extension profile management support; the logic is there, but not used by default.
This commit is contained in:
@@ -57,5 +57,8 @@ gboolean mm_context_get_test_quick_suspend_resume (void);
|
||||
gboolean mm_context_get_test_no_qrtr (void);
|
||||
#endif
|
||||
gboolean mm_context_get_test_multiplex_requested (void);
|
||||
#if defined WITH_MBIM
|
||||
gboolean mm_context_get_test_mbimex_profile_management (void);
|
||||
#endif
|
||||
|
||||
#endif /* MM_CONTEXT_H */
|
||||
|
Reference in New Issue
Block a user