Attention is currently required from: pespin.
2 comments:
File hnbgw/ConnHdlr.ttcn:
Patch Set #1, Line 998: PFCP.receive(PDU_PFCP:?)
This catch-all `.receive` makes the altstep less useful, because this way it cannot be used among with other `PFCP.receive` statements / altsteps. If you want it to be self-contained, then maybe turn it into a generic `f_pfcp_receive()` function with the timeout.
File hnbgw/HNBGW_Tests.ttcn:
Patch Set #1, Line 1545: as_pfcp_handle_del_req
Potential side-effect: the new altstep is doing `f_PFCPEM_unsubscribe_seid()`, which was not here before.
To view, visit change 40271. To unsubscribe, or for help writing mail filters, visit settings.