Change in libosmocore[master]: fix spelling in 'value_string' arrays: existAnt -> existEnt

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

fixeria gerrit-no-reply at lists.osmocom.org
Thu Oct 29 11:23:20 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/20961 )


Change subject: fix spelling in 'value_string' arrays: existAnt -> existEnt
......................................................................

fix spelling in 'value_string' arrays: existAnt -> existEnt

It could be that this spelling variant was originally used in the
specs., but now at least in 3GPP TS 44.018 they use 'existEnt'.

Change-Id: I847de910411f2edf7cc45b8c296b43e65fed5447
---
M src/gsm/gsm0411_smr.c
M src/gsm/gsm48.c
M src/gsm/gsm_04_08_gprs.c
3 files changed, 4 insertions(+), 4 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/61/20961/1

diff --git a/src/gsm/gsm0411_smr.c b/src/gsm/gsm0411_smr.c
index 02b4199..03cf005 100644
--- a/src/gsm/gsm0411_smr.c
+++ b/src/gsm/gsm0411_smr.c
@@ -131,7 +131,7 @@
 	{ GSM411_RP_CAUSE_INV_TRANS_REF, "Invalid Transaction Reference" },
 	{ GSM411_RP_CAUSE_SEMANT_INC_MSG, "Semantically Incorrect Message" },
 	{ GSM411_RP_CAUSE_INV_MAND_INF, "Invalid Mandatory Information" },
-	{ GSM411_RP_CAUSE_MSGTYPE_NOTEXIST, "Message Type non-existant" },
+	{ GSM411_RP_CAUSE_MSGTYPE_NOTEXIST, "Message Type non-existent" },
 	{ GSM411_RP_CAUSE_MSG_INCOMP_STATE, "Message incompatible with protocol state" },
 	{ GSM411_RP_CAUSE_IE_NOTEXIST, "Information Element not existing" },
 	{ GSM411_RP_CAUSE_PROTOCOL_ERR, "Protocol Error" },
diff --git a/src/gsm/gsm48.c b/src/gsm/gsm48.c
index eb1d055..fab7213 100644
--- a/src/gsm/gsm48.c
+++ b/src/gsm/gsm48.c
@@ -170,7 +170,7 @@
 	{ GSM48_RR_CAUSE_CALL_CLEARED,		"Call already cleared" },
 	{ GSM48_RR_CAUSE_SEMANT_INCORR,		"Semantically incorrect message" },
 	{ GSM48_RR_CAUSE_INVALID_MAND_INF,	"Invalid mandatory information" },
-	{ GSM48_RR_CAUSE_MSG_TYPE_N,		"Message type non-existant or not implemented" },
+	{ GSM48_RR_CAUSE_MSG_TYPE_N,		"Message type non-existent or not implemented" },
 	{ GSM48_RR_CAUSE_MSG_TYPE_N_COMPAT,	"Message type not compatible with protocol state" },
 	{ GSM48_RR_CAUSE_COND_IE_ERROR,		"Conditional IE error" },
 	{ GSM48_RR_CAUSE_NO_CELL_ALLOC_A,	"No cell allocation available" },
diff --git a/src/gsm/gsm_04_08_gprs.c b/src/gsm/gsm_04_08_gprs.c
index 608fa8c..8032593 100644
--- a/src/gsm/gsm_04_08_gprs.c
+++ b/src/gsm/gsm_04_08_gprs.c
@@ -65,7 +65,7 @@
 	{ GMM_CAUSE_SEM_INCORR_MSG,	"Semantically incorrect message" },
 	{ GMM_CAUSE_INV_MAND_INFO, "Invalid mandatory information" },
 	{ GMM_CAUSE_MSGT_NOTEXIST_NOTIMPL,
-			"Message type non-existant or not implemented" },
+			"Message type non-existent or not implemented" },
 	{ GMM_CAUSE_MSGT_INCOMP_P_STATE,
 			"Message type not compatible with protocol state" },
 	{ GMM_CAUSE_IE_NOTEXIST_NOTIMPL,
@@ -105,7 +105,7 @@
 	{ GSM_CAUSE_SEM_INCORR_MSG, "Semantically incorrect message" },
 	{ GSM_CAUSE_INV_MAND_INFO, "Invalid mandatory information" },
 	{ GSM_CAUSE_MSGT_NOTEXIST_NOTIMPL,
-			"Message type non-existant or not implemented" },
+			"Message type non-existent or not implemented" },
 	{ GSM_CAUSE_MSGT_INCOMP_P_STATE,
 			"Message type not compatible with protocol state" },
 	{ GSM_CAUSE_IE_NOTEXIST_NOTIMPL,

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I847de910411f2edf7cc45b8c296b43e65fed5447
Gerrit-Change-Number: 20961
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201029/7ef465f8/attachment.htm>


More information about the gerrit-log mailing list