Change in osmo-ttcn3-hacks[master]: fix typo in NS_CAUSE_PROTOCOL_ERROR_UNSPECIFIED

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

lynxis lazus gerrit-no-reply at lists.osmocom.org
Tue Apr 20 08:54:56 UTC 2021


lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/23809 )


Change subject: fix typo in NS_CAUSE_PROTOCOL_ERROR_UNSPECIFIED
......................................................................

fix typo in NS_CAUSE_PROTOCOL_ERROR_UNSPECIFIED

Change-Id: Ifbf86138f3f2e9c053c99b6f58c510d38bad4e88
---
M library/NS_Types.ttcn
M library/Osmocom_Gb_Types.ttcn
M pcu/PCU_Tests_SNS.ttcn
3 files changed, 5 insertions(+), 5 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/09/23809/1

diff --git a/library/NS_Types.ttcn b/library/NS_Types.ttcn
index 6432d6c..63ed24d 100644
--- a/library/NS_Types.ttcn
+++ b/library/NS_Types.ttcn
@@ -56,7 +56,7 @@
 		NS_CAUSE_BVCI_UNKNOWN_AT_NSE			('00000101'B),
 		NS_CAUSE_SEMANTICALLY_INCORRECT_PDU		('00001000'B),
 		NS_CAUSE_PDU_NOT_COMPATIBLE_WITH_PROTOCOL_STATE	('00001010'B),
-		NS_CAUSE_PROTOCOL_ERROR_UNSPEIFIED		('00001011'B),
+		NS_CAUSE_PROTOCOL_ERROR_UNSPECIFIED		('00001011'B),
 		NS_CAUSE_INVALID_ESSENTIAL_IE			('00001100'B),
 		NS_CAUSE_MISSING_ESSENTIAL_IE			('00001101'B),
 		NS_CAUSE_INVALID_NR_OF_IPv4_ENDPOINTS		('00001110'B),
diff --git a/library/Osmocom_Gb_Types.ttcn b/library/Osmocom_Gb_Types.ttcn
index 2bbc508..0d7c610 100644
--- a/library/Osmocom_Gb_Types.ttcn
+++ b/library/Osmocom_Gb_Types.ttcn
@@ -65,7 +65,7 @@
 		NS_CAUSE_BVCI_UNKNOWN_AT_NSE			('00000101'B),
 		NS_CAUSE_SEMANTICALLY_INCORRECT_PDU		('00001000'B),
 		NS_CAUSE_PDU_NOT_COMPATIBLE_WITH_PROTOCOL_STATE	('00001010'B),
-		NS_CAUSE_PROTOCOL_ERROR_UNSPEIFIED		('00001011'B),
+		NS_CAUSE_PROTOCOL_ERROR_UNSPECIFIED		('00001011'B),
 		NS_CAUSE_INVALID_ESSENTIAL_IE			('00001100'B),
 		NS_CAUSE_MISSING_ESSENTIAL_IE			('00001101'B),
 		NS_CAUSE_INVALID_NR_OF_IPv4_ENDPOINTS		('00001110'B),
diff --git a/pcu/PCU_Tests_SNS.ttcn b/pcu/PCU_Tests_SNS.ttcn
index 4fca26e..16c0acd 100644
--- a/pcu/PCU_Tests_SNS.ttcn
+++ b/pcu/PCU_Tests_SNS.ttcn
@@ -220,7 +220,7 @@
 testcase TC_sns_po_size_nack() runs on RAW_Test_CT {
 	f_init_ns_codec(mp_nsconfig);
 	f_init_pcuif();
-	f_incoming_sns_size(NS_CAUSE_PROTOCOL_ERROR_UNSPEIFIED);
+	f_incoming_sns_size(NS_CAUSE_PROTOCOL_ERROR_UNSPECIFIED);
 	/* FIXME: ensure we don't get a SNS-CONFIG */
 	/* FIXME: ensure we get re-transmitted SNS-SIZE attempts */
 	f_sleep(10.0);
@@ -244,7 +244,7 @@
 	f_init_ns_codec(mp_nsconfig);
 	f_init_pcuif();
 	f_incoming_sns_size();
-	f_incoming_sns_config(NS_CAUSE_PROTOCOL_ERROR_UNSPEIFIED);
+	f_incoming_sns_config(NS_CAUSE_PROTOCOL_ERROR_UNSPECIFIED);
 	/* FIXME: ensure we get re-transmitted SNS-CONFIG attempts */
 	f_sleep(10.0);
 	setverdict(pass);
@@ -452,7 +452,7 @@
 testcase TC_sns_add_nack() runs on RAW_Test_CT {
 	f_sns_bringup_1c1u();
 
-	f_outgoing_sns_add(idx_add := 0, w_sig := 0, w_user := 1, idx := 0, cause := NS_CAUSE_PROTOCOL_ERROR_UNSPEIFIED);
+	f_outgoing_sns_add(idx_add := 0, w_sig := 0, w_user := 1, idx := 0, cause := NS_CAUSE_PROTOCOL_ERROR_UNSPECIFIED);
 	setverdict(pass);
 	f_clean_ns_codec();
 }

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/23809
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ifbf86138f3f2e9c053c99b6f58c510d38bad4e88
Gerrit-Change-Number: 23809
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210420/cd43b5ca/attachment.htm>


More information about the gerrit-log mailing list