aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2020-09-25 01:13:40 +0200
committerAlexander Couzens <lynxis@fe80.eu>2020-09-25 01:31:44 +0200
commit904f50115d945fb51cf0af7d1c5375ded85fd188 (patch)
tree39a3268d1030be6f5d70df612d58eabe108644bd
parent299ec648dc3f20a84d94443c332ae2d6ff888b7d (diff)
Move RAW_NS to library to use it in SGSN NS tests
-rw-r--r--library/RAW_NS.ttcn (renamed from pcu/RAW_NS.ttcn)0
-rwxr-xr-xpcu/gen_links.sh2
2 files changed, 1 insertions, 1 deletions
diff --git a/pcu/RAW_NS.ttcn b/library/RAW_NS.ttcn
index d02f4ca9..d02f4ca9 100644
--- a/pcu/RAW_NS.ttcn
+++ b/library/RAW_NS.ttcn
diff --git a/pcu/gen_links.sh b/pcu/gen_links.sh
index a1e2e443..8b87e18b 100755
--- a/pcu/gen_links.sh
+++ b/pcu/gen_links.sh
@@ -53,7 +53,7 @@ FILES="Misc_Helpers.ttcn General_Types.ttcn Osmocom_VTY_Functions.ttcn Native_Fu
FILES+="NS_Provider_IPL4.ttcn NS_Emulation.ttcn NS_CodecPort.ttcn NS_CodecPort_CtrlFunct.ttcn NS_CodecPort_CtrlFunctDef.cc "
FILES+="BSSGP_Emulation.ttcnpp 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 RAW_NS.ttcn "
gen_links $DIR $FILES
ignore_pp_results