Attention is currently required from: neels, pespin.
5 comments:
File library/PFCP_Templates.ttcn:
Patch Set #1, Line 460: function tr_PFCP_Session_Est_Resp(template OCT8 hdr_seid := ?) return template PDU_PFCP {
Can it be "omit"? then "template (omit)", otherwise "template (present)". […]
unresolved. both for the argument and for the return type
File library/PFCP_Templates.ttcn:
Patch Set #4, Line 187: function ts_PFCP_Assoc_Release_Req(template (value) Node_ID node_id) return template PDU_PFCP {
return template (value) ?
Patch Set #4, Line 188: var template PDU_PFCP t := ts_PDU_PFCP();
template (value)
Patch Set #4, Line 198: function tr_PFCP_Assoc_Release_Resp(template Node_ID node_id := ?, template Cause cause := ?) return template PDU_PFCP {
return template (present) ?
Patch Set #4, Line 440: function tr_PFCP_Session_Est_Req() return template PDU_PFCP {
template (present) here for the tr_ case?
To view, visit change 28817. To unsubscribe, or for help writing mail filters, visit settings.