diff options
-rw-r--r-- | include/osmocom/gsm/protocol/gsm_04_08.h | 1 | ||||
-rw-r--r-- | src/gsm/gsm48.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_04_08.h b/include/osmocom/gsm/protocol/gsm_04_08.h index 6a5fb3bb..68ba650c 100644 --- a/include/osmocom/gsm/protocol/gsm_04_08.h +++ b/include/osmocom/gsm/protocol/gsm_04_08.h @@ -977,7 +977,6 @@ struct gsm48_rr_status { #define GSM48_PDISC_EXTEND 0x0e #define GSM48_PDISC_TEST 0x0f /* as per 11.10, 04.14 */ #define GSM48_PDISC_MASK 0x0f -#define GSM48_PDISC_USSD 0x11 extern const struct value_string gsm48_pdisc_names[]; static inline const char *gsm48_pdisc_name(uint8_t val) diff --git a/src/gsm/gsm48.c b/src/gsm/gsm48.c index 468b2a9b..0bce1eda 100644 --- a/src/gsm/gsm48.c +++ b/src/gsm/gsm48.c @@ -775,7 +775,6 @@ const struct value_string gsm48_pdisc_names[] = { { GSM48_PDISC_LOC, "LCS" }, { GSM48_PDISC_EXTEND, "EXTD" }, { GSM48_PDISC_MASK, "MASK" }, - { GSM48_PDISC_USSD, "USSD" }, { 0, NULL } }; |