diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/common.h b/src/common.h index d5272f0a..eeaa951f 100644 --- a/src/common.h +++ b/src/common.h @@ -127,15 +127,6 @@ enum own_number_service_type { OWN_NUMBER_SERVICE_TYPE_FAX = 5 }; -enum ussd_status { - USSD_STATUS_NOTIFY = 0, - USSD_STATUS_ACTION_REQUIRED = 1, - USSD_STATUS_TERMINATED = 2, - USSD_STATUS_LOCAL_CLIENT_RESPONDED = 3, - USSD_STATUS_NOT_SUPPORTED = 4, - USSD_STATUS_TIMED_OUT = 5, -}; - /* 22.030 Section 6.5.2 */ enum ss_control_type { SS_CONTROL_TYPE_ACTIVATION, |