Move SDP templates to its own SDP_Templates.ttcn file

SDP is used in other protocols than MGCP, eg. SIP.

Change-Id: I0610b4cf5533e46a3401c65e60c7cce975c85412
diff --git a/hnbgw/HNBGW_Tests.ttcn b/hnbgw/HNBGW_Tests.ttcn
index 15fc85f..89b243b 100644
--- a/hnbgw/HNBGW_Tests.ttcn
+++ b/hnbgw/HNBGW_Tests.ttcn
@@ -56,6 +56,7 @@
 import from MGCP_Templates all;
 import from MGCP_CodecPort all;
 import from SDP_Types all;
+import from SDP_Templates all;
 
 import from PFCP_Types all;
 import from PFCP_Emulation all;