diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2023-10-26 09:44:33 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2023-10-27 07:33:44 +0000 |
commit | 2de0763ac84e958756162829d7d5846e7dfefe2e (patch) | |
tree | badd9dfecb650331fd3fd61c7a24e9848b678545 /libmm-glib | |
parent | bfb06589096bd83d9e0ed3768ad074a3e72542d8 (diff) |
api,errors: new MMCarrierLockError type
This new error type will be used to report errors in the carrier lock
operations performed through ModemManager.
They have a one to one mapping to the MBIM status specific errors.
Diffstat (limited to 'libmm-glib')
-rw-r--r-- | libmm-glib/mm-common-helpers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmm-glib/mm-common-helpers.c b/libmm-glib/mm-common-helpers.c index 217daf98..72007ab5 100644 --- a/libmm-glib/mm-common-helpers.c +++ b/libmm-glib/mm-common-helpers.c @@ -2081,6 +2081,7 @@ mm_common_register_errors (void) aux |= MM_SERIAL_ERROR; aux |= MM_MESSAGE_ERROR; aux |= MM_CDMA_ACTIVATION_ERROR; + aux |= MM_CARRIER_LOCK_ERROR; return TRUE; } |