Change in libosmocore[master]: fix typo in enum BSS_MAP_MSG_TYPE: BSS_MAP_MSG_ASSIGMENT*

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/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Fri Jan 4 16:24:01 UTC 2019


Neels Hofmeyr has submitted this change and it was merged. ( https://gerrit.osmocom.org/12463 )

Change subject: fix typo in enum BSS_MAP_MSG_TYPE: BSS_MAP_MSG_ASSIGMENT*
......................................................................

fix typo in enum BSS_MAP_MSG_TYPE: BSS_MAP_MSG_ASSIGMENT*

Keep #defines to still support previous wrong spelling.

Change-Id: Id4cf812f0bc3cd40f6bfa05166f817a07a647f71
---
M include/osmocom/gsm/protocol/gsm_08_08.h
1 file changed, 7 insertions(+), 3 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/include/osmocom/gsm/protocol/gsm_08_08.h b/include/osmocom/gsm/protocol/gsm_08_08.h
index 676d1cf..5e93abe 100644
--- a/include/osmocom/gsm/protocol/gsm_08_08.h
+++ b/include/osmocom/gsm/protocol/gsm_08_08.h
@@ -50,9 +50,9 @@
 	BSS_MAP_MSG_RESERVED_0		= 0,
 
 	/* ASSIGNMENT MESSAGES */
-	BSS_MAP_MSG_ASSIGMENT_RQST	= 1,
-	BSS_MAP_MSG_ASSIGMENT_COMPLETE	= 2,
-	BSS_MAP_MSG_ASSIGMENT_FAILURE	= 3,
+	BSS_MAP_MSG_ASSIGNMENT_RQST	= 1,
+	BSS_MAP_MSG_ASSIGNMENT_COMPLETE	= 2,
+	BSS_MAP_MSG_ASSIGNMENT_FAILURE	= 3,
 	BSS_MAP_MSG_CHAN_MOD_RQST	= 8,
 
 	/*  HANDOVER MESSAGES */
@@ -158,6 +158,10 @@
 	BSS_MAP_MSG_LCLS_NOTIFICATION		= 0x76,
 };
 
+#define BSS_MAP_MSG_ASSIGMENT_RQST BSS_MAP_MSG_ASSIGNMENT_RQST
+#define BSS_MAP_MSG_ASSIGMENT_COMPLETE BSS_MAP_MSG_ASSIGNMENT_COMPLETE
+#define BSS_MAP_MSG_ASSIGMENT_FAILURE BSS_MAP_MSG_ASSIGNMENT_FAILURE
+
 enum GSM0808_IE_CODING {
 	GSM0808_IE_CIRCUIT_IDENTITY_CODE	= 1,
 	GSM0808_IE_RESERVED_0			= 2,

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Id4cf812f0bc3cd40f6bfa05166f817a07a647f71
Gerrit-Change-Number: 12463
Gerrit-PatchSet: 2
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190104/1c09fdab/attachment.htm>


More information about the gerrit-log mailing list