jolly has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks
refs/changes/86/41186/1
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: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ibce4b56c479fb5e31ee1f7871eab168facfef94e
Gerrit-Change-Number: 41186
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <[email protected]>