GPRS_Components: remove unused NS / BSSGP module imports

Change-Id: Idf8a92b03015e6a44512e820d8a8bdba7ce556e9
diff --git a/pcu/GPRS_Components.ttcn b/pcu/GPRS_Components.ttcn
index 71613fc..2b8797f 100644
--- a/pcu/GPRS_Components.ttcn
+++ b/pcu/GPRS_Components.ttcn
@@ -26,13 +26,6 @@
 import from MobileL3_CommonIE_Types all;
 import from L3_Templates all;
 
-import from NS_Types all;
-import from BSSGP_Types all;
-import from Osmocom_Gb_Types all;
-
-import from BSSGP_Emulation all; /* BssgpConfig */
-import from NS_Emulation all; /* NSConfiguration */
-
 import from UD_Types all;
 import from PCUIF_Types all;
 import from PCUIF_CodecPort all;