pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40375?usp=email )

Change subject: library: Rename NAS_Templates.ttcn -> NAS_EPS_Templates.ttcn
......................................................................

library: Rename NAS_Templates.ttcn -> NAS_EPS_Templates.ttcn

This new naming matches existing files like NAS_EPS_Types.ttcn.
This also allows differentiating it from 5G NAS.

Change-Id: Ief9835e7c70ed2885105117613ec653a6ed4dfea
---
R library/NAS_EPS_Templates.ttcn
M library/S1AP_Emulation.ttcn
M mme/LTE_CryptoFunctions.ttcn
M mme/MME_Tests.ttcn
M mme/gen_links.sh
5 files changed, 5 insertions(+), 5 deletions(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved




diff --git a/library/NAS_Templates.ttcn b/library/NAS_EPS_Templates.ttcn
similarity index 99%
rename from library/NAS_Templates.ttcn
rename to library/NAS_EPS_Templates.ttcn
index 1ad9268..9b1242c 100644
--- a/library/NAS_Templates.ttcn
+++ b/library/NAS_EPS_Templates.ttcn
@@ -8,7 +8,7 @@
  * SPDX-License-Identifier: GPL-2.0-or-later
  */

-module NAS_Templates {
+module NAS_EPS_Templates {

 import from General_Types all;
 import from NAS_EPS_Types all;
diff --git a/library/S1AP_Emulation.ttcn b/library/S1AP_Emulation.ttcn
index 6ee1e6a..a8ae6f0 100644
--- a/library/S1AP_Emulation.ttcn
+++ b/library/S1AP_Emulation.ttcn
@@ -44,7 +44,7 @@
 import from SCTP_Templates all;

 import from NAS_EPS_Types all;
-import from NAS_Templates all;
+import from NAS_EPS_Templates all;

 import from LTE_CryptoFunctions all;

diff --git a/mme/LTE_CryptoFunctions.ttcn b/mme/LTE_CryptoFunctions.ttcn
index 48b5a07..fafcb34 100644
--- a/mme/LTE_CryptoFunctions.ttcn
+++ b/mme/LTE_CryptoFunctions.ttcn
@@ -18,7 +18,7 @@
 import from S1AP_PDU_Descriptions all;

 import from NAS_EPS_Types all;
-import from NAS_Templates all;
+import from NAS_EPS_Templates all;

 
/*********************************************************************************
  * low-level API (external C/C++ code)
diff --git a/mme/MME_Tests.ttcn b/mme/MME_Tests.ttcn
index 302d996..c006aa4 100644
--- a/mme/MME_Tests.ttcn
+++ b/mme/MME_Tests.ttcn
@@ -24,7 +24,7 @@
 import from S1AP_Constants all;

 import from NAS_EPS_Types all;
-import from NAS_Templates all;
+import from NAS_EPS_Templates all;

 import from DIAMETER_Types all;
 import from DIAMETER_Templates all;
diff --git a/mme/gen_links.sh b/mme/gen_links.sh
index 98194ad..e2e9fb0 100755
--- a/mme/gen_links.sh
+++ b/mme/gen_links.sh
@@ -74,7 +74,7 @@
 FILES+="SGsAP_Templates.ttcn SGsAP_CodecPort.ttcn 
SGsAP_CodecPort_CtrlFunct.ttcn SGsAP_CodecPort_CtrlFunctDef.cc 
SGsAP_Emulation.ttcn DNS_Helpers.ttcn "
 FILES+="L3_Templates.ttcn RLCMAC_CSN1_Templates.ttcn RLCMAC_CSN1_Types.ttcn "
 FILES+="S1AP_CodecPort.ttcn S1AP_CodecPort_CtrlFunctDef.cc 
S1AP_CodecPort_CtrlFunct.ttcn S1AP_Functions.ttcn S1AP_Emulation.ttcn "
-FILES+="NAS_Templates.ttcn GTPv2_PrivateExtensions.ttcn GTPv2_Templates.ttcn "
+FILES+="NAS_EPS_Templates.ttcn GTPv2_PrivateExtensions.ttcn 
GTPv2_Templates.ttcn "
 FILES+="DIAMETER_Types.ttcn DIAMETER_CodecPort.ttcn 
DIAMETER_CodecPort_CtrlFunct.ttcn DIAMETER_CodecPort_CtrlFunctDef.cc 
DIAMETER_Emulation.ttcn "
 FILES+="DIAMETER_Templates.ttcn DIAMETER_ts29_272_Templates.ttcn "
 FILES+="GTPv1C_CodecPort.ttcn GTPv1C_CodecPort_CtrlFunct.ttcn 
GTPv1C_CodecPort_CtrlFunctDef.cc GTPv1U_CodecPort.ttcn 
GTPv1U_CodecPort_CtrlFunct.ttcn GTPv1U_CodecPort_CtrlFunctDef.cc 
GTP_Emulation.ttcn GTPv1C_Templates.ttcn Osmocom_Gb_Types.ttcn "

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

Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ief9835e7c70ed2885105117613ec653a6ed4dfea
Gerrit-Change-Number: 40375
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pes...@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanits...@sysmocom.de>
Gerrit-Reviewer: pespin <pes...@sysmocom.de>

Reply via email to