From 8da8fd0248fa619709aa2a17b1717e7981b641d0 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Tue, 11 May 2021 23:12:57 +0200 Subject: api: update MMMobileEquipmentError enum values Update the list of mobile equipment error codes according to v17.1.0 of 3GPP TS 27.007 (March 2021). A lot of the enum values that were prefixed with the 'GPRS_' keyword have now been flagged as deprecated, and a new enum name given to the corresponding value. The deprecated symbol names are kept in the compat support to avoid breaking API/ABI. --- src/tests/test-error-helpers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tests/test-error-helpers.c') diff --git a/src/tests/test-error-helpers.c b/src/tests/test-error-helpers.c index ef4504ed..03bcab98 100644 --- a/src/tests/test-error-helpers.c +++ b/src/tests/test-error-helpers.c @@ -63,8 +63,8 @@ test_error_helpers_mobile_equipment_error_for_code (void) g_clear_error (&error); /* last */ - error = mm_mobile_equipment_error_for_code (MM_MOBILE_EQUIPMENT_ERROR_GPRS_REQUEST_REJECTED_BCM_VIOLATION, NULL); - g_assert_error (error, MM_MOBILE_EQUIPMENT_ERROR, MM_MOBILE_EQUIPMENT_ERROR_GPRS_REQUEST_REJECTED_BCM_VIOLATION); + error = mm_mobile_equipment_error_for_code (MM_MOBILE_EQUIPMENT_ERROR_WIRELINE_ACCESS_AREA_NOT_ALLOWED, NULL); + g_assert_error (error, MM_MOBILE_EQUIPMENT_ERROR, MM_MOBILE_EQUIPMENT_ERROR_WIRELINE_ACCESS_AREA_NOT_ALLOWED); g_clear_error (&error); /* other > 255 */ -- cgit v1.2.3-70-g09d2