Change in libosmocore[master]: bssgp: Fix typo in BSSGP Message Type enum

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Fri Dec 4 18:20:17 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/21543 )

Change subject: bssgp: Fix typo in BSSGP Message Type enum
......................................................................

bssgp: Fix typo in BSSGP Message Type enum

Change-Id: I63941f8b38485e569f56ba5065c2c00232703028
---
M include/osmocom/gprs/protocol/gsm_08_18.h
1 file changed, 4 insertions(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/include/osmocom/gprs/protocol/gsm_08_18.h b/include/osmocom/gprs/protocol/gsm_08_18.h
index 70ab011..4c04f6b 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 @@
 	/* 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,

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/21543
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I63941f8b38485e569f56ba5065c2c00232703028
Gerrit-Change-Number: 21543
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201204/1d294649/attachment.htm>


More information about the gerrit-log mailing list