dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33634 )
Change subject: S1AP_Templates: fix tr_S1AP_SetupResp ......................................................................
S1AP_Templates: fix tr_S1AP_SetupResp
The S1 SETUP RESPONSE message may have an optional IE MME Name at the beginning.
Related: OS#5760 Change-Id: I07513743142f519481530801d4e1185d55f6ea4b --- M library/s1ap/S1AP_Templates.ttcn 1 file changed, 14 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/34/33634/1
diff --git a/library/s1ap/S1AP_Templates.ttcn b/library/s1ap/S1AP_Templates.ttcn index 52890f5..afe4308 100644 --- a/library/s1ap/S1AP_Templates.ttcn +++ b/library/s1ap/S1AP_Templates.ttcn @@ -113,7 +113,7 @@ value_ := { S1SetupResponse := { protocolIEs := { - { + *, { id := S1AP_Constants.id_ServedGUMMEIs, criticality := reject, value_ := { ServedGUMMEIs := served_gummeis }