dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33635 )
Change subject: S1AP_Templates: fix tr_S1AP_InitialCtxSetupResp ......................................................................
S1AP_Templates: fix tr_S1AP_InitialCtxSetupResp
The INITIAL CONTEXT SETUP RESPONSE message may have optional elements at the end.
Related: OS#5760 Change-Id: Ic28c94093e55db0dc1fa18d36e22d328788cb3fc --- 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/35/33635/1
diff --git a/library/s1ap/S1AP_Templates.ttcn b/library/s1ap/S1AP_Templates.ttcn index afe4308..69e3f8b 100644 --- a/library/s1ap/S1AP_Templates.ttcn +++ b/library/s1ap/S1AP_Templates.ttcn @@ -628,7 +628,7 @@ id := S1AP_Constants.id_E_RABFailedToSetupListBearerSURes, criticality := ignore, value_ := {E_RABList := rab_items} - } + }, * } } }