aboutsummaryrefslogtreecommitdiffstats
path: root/pcu/gen_links.sh
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-09-13 14:41:31 +0200
committerlaforge <laforge@osmocom.org>2020-09-17 15:26:52 +0000
commit013d65af1e64d532b48983e463a80c8ffbb82bf6 (patch)
tree8aceaeecb06ab0f8b6247c17dd234398b473a725 /pcu/gen_links.sh
parent07cb87a90c3f9778d8cdc3d1baeca335ac0f4103 (diff)
NS_Emulation: Introduce NS_Provider underneath NS_Emulation
This is a step to prepare the NS_Emulation for operating on top of Frame Relay, not just UDP/IP. We replace the NS_CodecPort (mapping to a IPL4asp) with a newly introduced NS_Provider_CT, specifically a NS_Provider_IPL4_CT. This change removes any IP specific bits from NS_Emulation and moves it into the newly-created NS_ProvideR_IPL4. Change-Id: I4d0b7ad0ed9447a038dd3eeee2b975146d10fba0
Diffstat (limited to 'pcu/gen_links.sh')
-rwxr-xr-xpcu/gen_links.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcu/gen_links.sh b/pcu/gen_links.sh
index d834bd0c..a1e2e443 100755
--- a/pcu/gen_links.sh
+++ b/pcu/gen_links.sh
@@ -50,7 +50,7 @@ gen_links $DIR $FILES
DIR=../library
FILES="Misc_Helpers.ttcn General_Types.ttcn Osmocom_VTY_Functions.ttcn Native_Functions.ttcn Native_FunctionDefs.cc GSM_Types.ttcn GSM_RR_Types.ttcn Osmocom_Types.ttcn RLCMAC_Templates.ttcn RLCMAC_Types.ttcn RLCMAC_CSN1_Templates.ttcn RLCMAC_CSN1_Types.ttcn RLCMAC_EncDec.cc "
-FILES+="NS_Emulation.ttcn NS_CodecPort.ttcn NS_CodecPort_CtrlFunct.ttcn NS_CodecPort_CtrlFunctDef.cc "
+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 "