dexter has uploaded this change for review.

View Change

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}
- }
+ }, *
}
}
}

To view, visit change 33635. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ic28c94093e55db0dc1fa18d36e22d328788cb3fc
Gerrit-Change-Number: 33635
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier@sysmocom.de>
Gerrit-MessageType: newchange