laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37950?usp=email )
Change subject: s1gw: rename module ConnHdlr -> S1GW_ConnHdlr ......................................................................
s1gw: rename module ConnHdlr -> S1GW_ConnHdlr
This fixes the following warning:
ConnHdlr.ttcn:39.1-43.1: warning: Definition with name `ConnHdlr' hides a module identifier
Change-Id: I47364a35720059d6a51f004a5692b9a0c1ad98d8 --- R s1gw/S1GW_ConnHdlr.ttcn M s1gw/S1GW_Tests.ttcn 2 files changed, 2 insertions(+), 2 deletions(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
diff --git a/s1gw/ConnHdlr.ttcn b/s1gw/S1GW_ConnHdlr.ttcn similarity index 99% rename from s1gw/ConnHdlr.ttcn rename to s1gw/S1GW_ConnHdlr.ttcn index 071b69d..091df1d 100644 --- a/s1gw/ConnHdlr.ttcn +++ b/s1gw/S1GW_ConnHdlr.ttcn @@ -11,7 +11,7 @@ * SPDX-License-Identifier: GPL-2.0-or-later */
-module ConnHdlr { +module S1GW_ConnHdlr {
import from General_Types all; import from Osmocom_Types all; diff --git a/s1gw/S1GW_Tests.ttcn b/s1gw/S1GW_Tests.ttcn index 257ca96..819c2c9 100644 --- a/s1gw/S1GW_Tests.ttcn +++ b/s1gw/S1GW_Tests.ttcn @@ -35,7 +35,7 @@
import from SCTP_Templates all; import from S1AP_Server all; -import from ConnHdlr all; +import from S1GW_ConnHdlr all;
modulepar { charstring mp_s1gw_enb_ip := "127.0.1.1"; /* eNB facing address of the S1GW */