[PATCH] osmo-ttcn3-hacks[master]: gb: Fix IEI of t_BSSGP_CAUSE()

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Sat Mar 3 21:40:23 UTC 2018


Review at  https://gerrit.osmocom.org/7066

gb: Fix IEI of t_BSSGP_CAUSE()

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


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

diff --git a/library/Osmocom_Gb_Types.ttcn b/library/Osmocom_Gb_Types.ttcn
index e94eadc..2f2a8ba 100644
--- a/library/Osmocom_Gb_Types.ttcn
+++ b/library/Osmocom_Gb_Types.ttcn
@@ -309,7 +309,7 @@
 
 	function t_BSSGP_CAUSE(template BssgpCause cause) return template Cause_BSSGP {
 		var template Cause_BSSGP ret;
-		ret.iEI := '08'O;
+		ret.iEI := '07'O;
 		ret.ext := '1'B;
 		ret.lengthIndicator := { length1 := 1 };
 		if (isvalue(cause)) {

-- 
To view, visit https://gerrit.osmocom.org/7066
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I04b1744ad3e826592182de38e724191b8abd5a50
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list