pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38685?usp=email )
Change subject: hnbgw: Small fixes in f_tc_rab_assignment() ......................................................................
hnbgw: Small fixes in f_tc_rab_assignment()
Change-Id: I2f21d3ed59f6b8d26cfee3bd8e75c63cc9d710a3 --- M hnbgw/HNBGW_Tests.ttcn 1 file changed, 1 insertion(+), 2 deletions(-)
Approvals: fixeria: Looks good to me, approved Jenkins Builder: Verified
diff --git a/hnbgw/HNBGW_Tests.ttcn b/hnbgw/HNBGW_Tests.ttcn index f9da374..3db72bf 100644 --- a/hnbgw/HNBGW_Tests.ttcn +++ b/hnbgw/HNBGW_Tests.ttcn @@ -1064,11 +1064,10 @@ f_shutdown_helper(); }
-friend function f_tc_rab_assignment(charstring id) runs on ConnHdlr { +private function f_tc_rab_assignment(charstring id) runs on ConnHdlr { const charstring hnb0_ctr_prefix := mp_statsd_prefix & "hnb.001-01-L2342-R0-S55-C1."; var MgcpCommand mgcp_cmd; var RANAP_PDU tx; - timer T := 5.0;
f_statsd_reset();