pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38391?usp=email )
Change subject: Replace libosmo-sccp references with libosmo-sigtran
......................................................................
Replace libosmo-sccp references with libosmo-sigtran
Change-Id: I8556a9eb4e111340e2415c5adf0ad91927ce53ec
---
M _testenv/testenv/podman_install.py
M sccp/SCCP_Tests.ttcn
M sccp/SCCP_Tests_RAW.ttcn
M sgsn/testenv_generic.cfg
M sgsn/testenv_sns.cfg
M smlc/testenv.cfg
6 files changed, 14 insertions(+), 14 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/91/38391/1
diff --git a/_testenv/testenv/podman_install.py b/_testenv/testenv/podman_install.py
index 50ebea8..9c680b9 100644
--- a/_testenv/testenv/podman_install.py
+++ b/_testenv/testenv/podman_install.py
@@ -24,7 +24,7 @@
git_dir = os.path.join(testenv.args.cache, "git")
bb_dir = os.path.join(git_dir, "osmocom-bb")
trxcon_dir = os.path.join(bb_dir, "src/host/trxcon")
- sccp_dir = os.path.join(git_dir, "libosmo-sccp")
+ sccp_dir = os.path.join(git_dir, "libosmo-sigtran")
jobs = multiprocessing.cpu_count() + 1
os.makedirs(git_dir, exist_ok=True)
@@ -59,9 +59,9 @@
)
-def clone_libosmo_sccp():
+def clone_libosmo_sigtran():
if os.path.exists(sccp_dir):
- logging.debug("libosmo-sccp: already cloned")
+ logging.debug("libosmo-sigtran: already cloned")
return
testenv.cmd.run(
@@ -72,7 +72,7 @@
"clone",
"--depth",
"1",
- "https://gerrit.osmocom.org/libosmo-sccp",
+ "https://gerrit.osmocom.org/libosmo-sigtran",
]
)
@@ -104,7 +104,7 @@
)
if not os.path.exists(sccp_demo_user_path):
- clone_libosmo_sccp()
+ clone_libosmo_sigtran()
logging.info("Building sccp_demo_user")
testenv.cmd.run(["autoreconf", "-fi"], cwd=sccp_dir)
testenv.cmd.run(["./configure"], cwd=sccp_dir)
diff --git a/sccp/SCCP_Tests.ttcn b/sccp/SCCP_Tests.ttcn
index 62c62c6..e63dfce 100644
--- a/sccp/SCCP_Tests.ttcn
+++ b/sccp/SCCP_Tests.ttcn
@@ -3,7 +3,7 @@
* All Rights Reserved
*
* The idea is that these tests are executed against sccp_demo_user from
- * libosmo-sccp.git in server mode.
+ * libosmo-sigtran.git in server mode.
*
* Released under the terms of GNU General Public License, Version 2 or
* (at your option) any later version.
@@ -36,7 +36,7 @@
port TELNETasp_PT SCCP_DEMO_USER_VTY;
/* SCCP protocol runs on top of M3UA Emulation.
- * "System Under Test" is libosmo-sccp's sccp_demo_user example program.
*/
+ * "System Under Test" is libosmo-sigtran's sccp_demo_user example
program. */
var SCCP_CT vc_SCCP_A;
var M3UA_CT vc_M3UA;
port SCCPasp_PT A_PORT;
@@ -96,7 +96,7 @@
}
/*
- * libosmo-sccp does not support Global Title address as a routing indicator.
+ * libosmo-sigtran does not support Global Title address as a routing indicator.
* But sccp_demo_user should not crash if such a message is received (see OS#2666).
*/
testcase TC_routing_global_title_crash() runs on MTC_CT system system_CT {
@@ -121,7 +121,7 @@
* The M3UA Emulation layer has buffered the packet and is going
* to send it when the sccp_demo_user SCCP client connects.
*
- * libosmo-sccp will echo the packet back at us in an SCCP UDTS packet.
+ * libosmo-sigtran will echo the packet back at us in an SCCP UDTS packet.
* However, the current M3UA Emulation implementation will discard this
* response because it arrives on a separate SCTP association and the
* emulation only supports one association at a time.
diff --git a/sccp/SCCP_Tests_RAW.ttcn b/sccp/SCCP_Tests_RAW.ttcn
index 5849dad..f1f602c 100644
--- a/sccp/SCCP_Tests_RAW.ttcn
+++ b/sccp/SCCP_Tests_RAW.ttcn
@@ -2,7 +2,7 @@
* All Rights Reserved
*
* The idea is that these tests are executed against sccp_demo_user from
- * libosmo-sccp.git in server mode.
+ * libosmo-sigtran.git in server mode.
*
* Released under the terms of GNU General Public License, Version 2 or
* (at your option) any later version.
@@ -33,7 +33,7 @@
port TELNETasp_PT SCCP_DEMO_USER_VTY;
/* SCCP raw port runs on top of M3UA Emulation.
- * "System Under Test" is libosmo-sccp's sccp_demo_user example program.
*/
+ * "System Under Test" is libosmo-sigtran's sccp_demo_user example
program. */
var M3UA_CT vc_M3UA;
port SCCP_CODEC_PT MTP3;
diff --git a/sgsn/testenv_generic.cfg b/sgsn/testenv_generic.cfg
index d439c43..d58b49d 100644
--- a/sgsn/testenv_generic.cfg
+++ b/sgsn/testenv_generic.cfg
@@ -4,7 +4,7 @@
[stp]
program=osmo-stp
-make=libosmo-sccp
+make=libosmo-sigtran
package=osmo-stp
copy=osmo-stp.cfg
diff --git a/sgsn/testenv_sns.cfg b/sgsn/testenv_sns.cfg
index 7feb5d3..4972e4d 100644
--- a/sgsn/testenv_sns.cfg
+++ b/sgsn/testenv_sns.cfg
@@ -4,7 +4,7 @@
[stp]
program=osmo-stp
-make=libosmo-sccp
+make=libosmo-sigtran
package=osmo-stp
copy=osmo-stp.cfg
diff --git a/smlc/testenv.cfg b/smlc/testenv.cfg
index a52cb12..2fbdbf3 100644
--- a/smlc/testenv.cfg
+++ b/smlc/testenv.cfg
@@ -4,7 +4,7 @@
[stp]
program=osmo-stp
-make=libosmo-sccp
+make=libosmo-sigtran
package=osmo-stp
copy=osmo-stp.cfg
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38391?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: I8556a9eb4e111340e2415c5adf0ad91927ce53ec
Gerrit-Change-Number: 38391
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>