From e3b20edec5684217c0f75d69ac622c4fe7be1480 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 4 Dec 2020 18:49:55 +0100 Subject: bssgp: Fix typo in BSSGP Message Type enum Change-Id: I63941f8b38485e569f56ba5065c2c00232703028 --- include/osmocom/gprs/protocol/gsm_08_18.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/osmocom/gprs/protocol/gsm_08_18.h b/include/osmocom/gprs/protocol/gsm_08_18.h index 70ab011b..4c04f6b9 100644 --- a/include/osmocom/gprs/protocol/gsm_08_18.h +++ b/include/osmocom/gprs/protocol/gsm_08_18.h @@ -9,6 +9,9 @@ #define BVCI_SIGNALLING 0x0000 #define BVCI_PTM 0x0001 +/* typo backwards compatiblity */ +#define BSSGP_PDUT_RA_CAPA_UDPATE BSSGP_PDUT_RA_CAPA_UPDATE + /*! BSSGP PDU types (Section 11.3.26 / Table 11.27) */ enum bssgp_pdu_type { /* PDUs between RL and BSSGP SAPs */ @@ -22,7 +25,7 @@ enum bssgp_pdu_type { /* PDUs between GMM SAPs */ BSSGP_PDUT_PAGING_PS = 0x06, BSSGP_PDUT_PAGING_CS = 0x07, - BSSGP_PDUT_RA_CAPA_UDPATE = 0x08, + BSSGP_PDUT_RA_CAPA_UPDATE = 0x08, BSSGP_PDUT_RA_CAPA_UPDATE_ACK = 0x09, BSSGP_PDUT_RADIO_STATUS = 0x0a, BSSGP_PDUT_SUSPEND = 0x0b, -- cgit v1.2.3