Split templates in RLCMAC_{CSN1_}Types into their own _Templates file

RLCMAC blocks have a lot of fields and we will potentially require lots
of different templates, as well as functions to handle related structs.

Change-Id: I9c6597178168aa3848b21930f33be698dd2ce545
diff --git a/pcu/PCU_Tests.ttcn b/pcu/PCU_Tests.ttcn
index 24c198e..3562925 100644
--- a/pcu/PCU_Tests.ttcn
+++ b/pcu/PCU_Tests.ttcn
@@ -28,7 +28,9 @@
 
 import from MobileL3_GMM_SM_Types all;
 import from RLCMAC_CSN1_Types all;
+import from RLCMAC_CSN1_Templates all;
 import from RLCMAC_Types all;
+import from RLCMAC_Templates all;
 
 import from MobileL3_CommonIE_Types all;
 import from L3_Templates all;