pespin has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/85/38685/1
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();
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38685?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: I2f21d3ed59f6b8d26cfee3bd8e75c63cc9d710a3
Gerrit-Change-Number: 38685
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>