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

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 gerrit-no-reply at lists.osmocom.org
Thu Oct 1 14:06:55 UTC 2020


neels has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20363 )

Change subject: fix typo BSSMAP_LE_LCS_CAUSE_UNSPEIFIED
......................................................................

fix typo BSSMAP_LE_LCS_CAUSE_UNSPEIFIED

Change-Id: Iff154cba13febf1a2e623b6de64fb39ffb91b302
---
M library/BSSAP_LE_Types.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/library/BSSAP_LE_Types.ttcn b/library/BSSAP_LE_Types.ttcn
index d46e3a4..ff6f0e2 100644
--- a/library/BSSAP_LE_Types.ttcn
+++ b/library/BSSAP_LE_Types.ttcn
@@ -264,7 +264,7 @@
 	variant (len) "LENGTHTO(cause,diag_val)"
 }
 type enumerated BSSMAP_LE_LcsCause {
-	BSSMAP_LE_LCS_CAUSE_UNSPEIFIED		('00000000'B),
+	BSSMAP_LE_LCS_CAUSE_UNSPECIFIED		('00000000'B),
 	BSSMAP_LE_LCS_CAUSE_SYSTEM_FAILURE	('00000001'B),
 	BSSMAP_LE_LCS_CAUSE_PROTOCOL_ERROR	('00000010'B),
 	BSSMAP_LE_LCS_CAUSE_DATA_MISSING_IN_REQ	('00000011'B),

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20363
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: Iff154cba13febf1a2e623b6de64fb39ffb91b302
Gerrit-Change-Number: 20363
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201001/8c9577ae/attachment.htm>


More information about the gerrit-log mailing list