jolly has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41186?usp=email )

Change subject: Fix length indicators in tr_NAS_ActDefEpsBearCtxReq
......................................................................

Fix length indicators in tr_NAS_ActDefEpsBearCtxReq

Related: SYS#7635
Change-Id: Ibce4b56c479fb5e31ee1f7871eab168facfef94e
---
M library/NAS_EPS_Templates.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  pespin: Looks good to me, approved
  fixeria: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved
  Jenkins Builder: Verified




diff --git a/library/NAS_EPS_Templates.ttcn b/library/NAS_EPS_Templates.ttcn
index d2502f0..706bcf2 100644
--- a/library/NAS_EPS_Templates.ttcn
+++ b/library/NAS_EPS_Templates.ttcn
@@ -1294,11 +1294,11 @@
                                        ePS_QualityOfServiceV := qos
                                },
                                accessPointName := {
-                                       lengthIndicator := 0,
+                                       lengthIndicator := ?,
                                        accessPointNameValue := apn
                                },
                                pDN_Address := {
-                                       lengthIndicator := 0,
+                                       lengthIndicator := ?,
                                        typeValue := addr_type,
                                        spare := '00000'B,
                                        addressInformation := addr_info

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

Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ibce4b56c479fb5e31ee1f7871eab168facfef94e
Gerrit-Change-Number: 41186
Gerrit-PatchSet: 2
Gerrit-Owner: jolly <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: jolly <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>

Reply via email to