Split Diameter TS 29.272 templates into its own file

This allows more easily finding, understanding and using the tons of
templates coming from different specs.

Change-Id: I2e6b813a9e4ff98eef575aaaf46dbcf9f1a5d2d4
diff --git a/hss/HSS_Tests.ttcn b/hss/HSS_Tests.ttcn
index bd493c4..a5503a7 100644
--- a/hss/HSS_Tests.ttcn
+++ b/hss/HSS_Tests.ttcn
@@ -7,6 +7,7 @@
 
 import from DIAMETER_Types all;
 import from DIAMETER_Templates all;
+import from DIAMETER_ts29_272_Templates all;
 import from DIAMETER_Emulation all;
 
 type record of hexstring SubscriberConfigs;
diff --git a/hss/gen_links.sh b/hss/gen_links.sh
index b97d53f..7160832 100755
--- a/hss/gen_links.sh
+++ b/hss/gen_links.sh
@@ -23,7 +23,8 @@
 
 DIR=../library
 FILES="Misc_Helpers.ttcn General_Types.ttcn Osmocom_Types.ttcn Native_Functions.ttcn Native_FunctionDefs.cc "
-FILES+="DIAMETER_Types.ttcn DIAMETER_CodecPort.ttcn DIAMETER_CodecPort_CtrlFunct.ttcn DIAMETER_CodecPort_CtrlFunctDef.cc DIAMETER_Emulation.ttcn DIAMETER_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 "
 gen_links $DIR $FILES
 
 ignore_pp_results