Move templates from GSUP_Types.ttcn to GSUP_Templates.ttcn

Follow similar structure that we have for other protocols.

Change-Id: I54cc8c99d1e91d57c3d5a92f6529ef2055e9d4ed
diff --git a/hlr/HLR_EUSE.ttcn b/hlr/HLR_EUSE.ttcn
index 17e4776..170bcd2 100644
--- a/hlr/HLR_EUSE.ttcn
+++ b/hlr/HLR_EUSE.ttcn
@@ -19,6 +19,7 @@
 module HLR_EUSE {
 
 import from GSUP_Types all;
+import from GSUP_Templates all;
 import from IPA_Emulation all;
 
 import from General_Types all;