pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38562?usp=email )
Change subject: hnbgw: Drop unused template ......................................................................
hnbgw: Drop unused template
Change-Id: I7dfce4485a6eaeabcdf1755619509b4b0f2bff65 --- M hnbgw/HNBGW_Tests.ttcn 1 file changed, 0 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/62/38562/1
diff --git a/hnbgw/HNBGW_Tests.ttcn b/hnbgw/HNBGW_Tests.ttcn index 48f02a0..639904b 100644 --- a/hnbgw/HNBGW_Tests.ttcn +++ b/hnbgw/HNBGW_Tests.ttcn @@ -2267,11 +2267,6 @@ f_vty_transceive(pt, "end"); }
-template (present) RUA_Disc_Req tr_RUA_Disc_Req := { - ranap := ?, - cause := ? -}; - /* With a cnlink up, change the SCCP address, and verify that it restarts upon vty 'apply sccp' */ private function f_tc_apply_sccp(charstring id, TestHdlrParams pars) runs on ConnHdlr {