jolly has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33974 )
Change subject: ASCI: Fix length indicator in template tr_BSSMAP_IE_GroupCallRef
......................................................................
ASCI: Fix length indicator in template tr_BSSMAP_IE_GroupCallRef
Any length must match, not just 0.
Related: OS#4854
Change-Id: I34546609a80f714438abe985697dabc846c89701
---
M library/BSSMAP_Templates.ttcn
1 file changed, 13 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/74/33974/1
diff --git a/library/BSSMAP_Templates.ttcn b/library/BSSMAP_Templates.ttcn
index 89efeb8..03479c1 100644
--- a/library/BSSMAP_Templates.ttcn
+++ b/library/BSSMAP_Templates.ttcn
@@ -2100,7 +2100,7 @@
template (present) BSSMAP_IE_GroupCallReference
tr_BSSMAP_IE_GroupCallRef(template (present) GroupCallRef group_call_ref) :={
elementIdentifier := '37'O,
- lengthIndicator := 0, // overwritten
+ lengthIndicator := ?,
descrGroupbroadcastCallRef := group_call_ref
}
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33974
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I34546609a80f714438abe985697dabc846c89701
Gerrit-Change-Number: 33974
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-MessageType: newchange