Harald Welte has submitted this change and it was merged.

Change subject: gb: Fix IEI of t_BSSGP_CAUSE()
......................................................................


gb: Fix IEI of t_BSSGP_CAUSE()

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

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



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: merged
Gerrit-Change-Id: I04b1744ad3e826592182de38e724191b8abd5a50
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Jenkins Builder

Reply via email to