Change in osmo-ttcn3-hacks[master]: migrate RAW_NS to library Osmocom_RAW_NS

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Fri Sep 11 18:42:28 UTC 2020


lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20091 )


Change subject: migrate RAW_NS to library Osmocom_RAW_NS
......................................................................

migrate RAW_NS to library Osmocom_RAW_NS

Osmocom_RAW_NS will be used by the PCU and the SGSN NS tests.

Change-Id: I5a0e62cc9f032c515188530c0ceee29061fe11d2
---
R library/Osmocom_RAW_NS.ttcn
M pcu/PCU_Tests_NS.ttcn
M pcu/PCU_Tests_SNS.ttcn
M pcu/gen_links.sh
4 files changed, 4 insertions(+), 4 deletions(-)



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

diff --git a/pcu/RAW_NS.ttcn b/library/Osmocom_RAW_NS.ttcn
similarity index 99%
rename from pcu/RAW_NS.ttcn
rename to library/Osmocom_RAW_NS.ttcn
index d02f4ca..28f06fe 100644
--- a/pcu/RAW_NS.ttcn
+++ b/library/Osmocom_RAW_NS.ttcn
@@ -1,4 +1,4 @@
-module RAW_NS {
+module Osmocom_RAW_NS {
 
 /* Osmocom NS test suite for NS in TTCN-3
  * (C) 2018-2019 Harald Welte <laforge at gnumonks.org>
diff --git a/pcu/PCU_Tests_NS.ttcn b/pcu/PCU_Tests_NS.ttcn
index 26b81a2..8e69794 100644
--- a/pcu/PCU_Tests_NS.ttcn
+++ b/pcu/PCU_Tests_NS.ttcn
@@ -26,7 +26,7 @@
 import from IPL4asp_Types all;
 import from PCUIF_Types all;
 import from PCUIF_CodecPort all;
-import from RAW_NS all;
+import from Osmocom_RAW_NS all;
 
 type component RAW_PCU_CT {
 	/* PCUIF (we emulate the BTS part) */
diff --git a/pcu/PCU_Tests_SNS.ttcn b/pcu/PCU_Tests_SNS.ttcn
index 192890d..b64aa61 100644
--- a/pcu/PCU_Tests_SNS.ttcn
+++ b/pcu/PCU_Tests_SNS.ttcn
@@ -16,7 +16,7 @@
 import from Osmocom_Gb_Types all;
 import from NS_CodecPort all;
 import from NS_Types all;
-import from RAW_NS all;
+import from Osmocom_RAW_NS all;
 
 /**********************************************************************************
  * Modern Gb/IP bring-up test cases using IP Sub-Network Service (SNS)
diff --git a/pcu/gen_links.sh b/pcu/gen_links.sh
index 3a52c99..8433d06 100755
--- a/pcu/gen_links.sh
+++ b/pcu/gen_links.sh
@@ -53,7 +53,7 @@
 FILES+="NS_Emulation.ttcn NS_CodecPort.ttcn NS_CodecPort_CtrlFunct.ttcn NS_CodecPort_CtrlFunctDef.cc "
 FILES+="BSSGP_Emulation.ttcn Osmocom_Gb_Types.ttcn "
 FILES+="LLC_Templates.ttcn L3_Templates.ttcn L3_Common.ttcn "
-FILES+="PCUIF_Types.ttcn PCUIF_CodecPort.ttcn "
+FILES+="PCUIF_Types.ttcn PCUIF_CodecPort.ttcn Osmocom_RAW_NS.ttcn"
 gen_links $DIR $FILES
 
 ignore_pp_results

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20091
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I5a0e62cc9f032c515188530c0ceee29061fe11d2
Gerrit-Change-Number: 20091
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200911/5c4a24c9/attachment.htm>


More information about the gerrit-log mailing list