From 86bdcaa79dc1e0e13405834ac48100bd5a8217b7 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 9 Dec 2020 15:05:32 +0100 Subject: [PATCH] Osmocom_Gb_Types: Fix t_BVC_FC_BVC_ACK() TAG IE length Change-Id: Ib9a09fea85110a4f0966c07d911e37234aa06391 --- library/Osmocom_Gb_Types.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Osmocom_Gb_Types.ttcn b/library/Osmocom_Gb_Types.ttcn index 2afedcc4a..ba05f7db0 100644 --- a/library/Osmocom_Gb_Types.ttcn +++ b/library/Osmocom_Gb_Types.ttcn @@ -1255,7 +1255,7 @@ octetstring sdu) := { iEI := '1E'O, ext := '1'B, lengthIndicator := { - length1 := 2 + length1 := 1 }, unstructured_Value := tag }