fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38306?usp=email )
Change subject: library/pfcp: fix template restriction in PFCP_Session_Est_Resp
......................................................................
library/pfcp: fix template restriction in PFCP_Session_Est_Resp
Change-Id: Icf070443ffb7cfff84559db40459d0e9629ad024
---
M library/PFCP_Templates.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/06/38306/1
diff --git a/library/PFCP_Templates.ttcn b/library/PFCP_Templates.ttcn
index 3a49df3..9635c4d 100644
--- a/library/PFCP_Templates.ttcn
+++ b/library/PFCP_Templates.ttcn
@@ -794,7 +794,7 @@
template (value) Node_ID node_id,
template (value) OCT8 seid,
template (value) F_SEID f_seid,
- template (omit) PFCP_Session_Establishment_Response.created_PDR_list created_pdr)
+ template (value) PFCP_Session_Establishment_Response.created_PDR_list created_pdr)
modifies ts_PDU_PFCP_ := {
seid := seid,
sequence_number := seq_nr,
@@ -818,7 +818,7 @@
template (present) Node_ID node_id := ?,
template (present) OCT8 seid := ?,
template (present) F_SEID f_seid := ?,
- template PFCP_Session_Establishment_Response.created_PDR_list created_pdr := *)
+ template (present) PFCP_Session_Establishment_Response.created_PDR_list created_pdr
:= ?)
modifies tr_PDU_PFCP_ := {
seid := seid,
sequence_number := ?,
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38306?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: Icf070443ffb7cfff84559db40459d0e9629ad024
Gerrit-Change-Number: 38306
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>