fixeria has uploaded this change for review. ( 
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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/50/37950/1

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 12c7414..e441501 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 9448ed5..0dd0ea3 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 https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37950?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: I47364a35720059d6a51f004a5692b9a0c1ad98d8
Gerrit-Change-Number: 37950
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>

Reply via email to