laforge submitted this change.
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(-)
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 */
To view, visit change 37950. To unsubscribe, or for help writing mail filters, visit settings.