neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/31083 )
Change subject: hnbgw: drop duplicate import ......................................................................
hnbgw: drop duplicate import
Change-Id: Ib24ecca40679fd80be2555ada208121d730c1904 --- M hnbgw/HNBGW_Tests.ttcn 1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/83/31083/1
diff --git a/hnbgw/HNBGW_Tests.ttcn b/hnbgw/HNBGW_Tests.ttcn index d76ff9d..0d32edf 100644 --- a/hnbgw/HNBGW_Tests.ttcn +++ b/hnbgw/HNBGW_Tests.ttcn @@ -48,8 +48,6 @@ import from RANAP_Templates all;
import from RAN_Adapter all; - -import from RAN_Adapter all; import from RAN_Emulation all;
import from MGCP_Emulation all;