From 2de0763ac84e958756162829d7d5846e7dfefe2e Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Thu, 26 Oct 2023 09:44:33 +0000 Subject: 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. --- libmm-glib/mm-common-helpers.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libmm-glib') 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; } -- cgit v1.2.3-70-g09d2