Move MGCP_Types.ttcn to library; extract MGCP_Templates.ttcn to library
diff --git a/mgw/gen_links.sh b/mgw/gen_links.sh
index 1bc2abf..554d575 100755
--- a/mgw/gen_links.sh
+++ b/mgw/gen_links.sh
@@ -37,5 +37,5 @@
 gen_links $DIR $FILES
 
 DIR=../library
-FILES="General_Types.ttcn Osmocom_Types.ttcn"
+FILES="General_Types.ttcn Osmocom_Types.ttcn MGCP_Types.ttcn MGCP_Templates.ttcn"
 gen_links $DIR $FILES