Attention is currently required from: pespin.
fixeria has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38207?usp=email )
Change subject: library/PFCP_Emulation: a better PDU routing concept ......................................................................
Patch Set 3:
(1 comment)
File hnbgw/HNBGW_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38207/comment/dbc3fda3_cb74e... : PS2, Line 1967: f_PFCPEM_subscribe_seid(c_SEID0);
In this specific case the problem can be solved a lot simpler, simply by swapping these two functions, i.e. calling f_PFCPEM_subscribe_seid() before f_PFCPEM_unsubscribe_bcast(). This way we have no gap and keep the subscription API simple. I'll do this.
Done.