Commit c35c2728 authored by garciay's avatar garciay
Browse files

STF519: Week #12, Clean-up imports

parent 75a67d4f
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -13,17 +13,11 @@ module LibS1AP_Interface {
    
    // LibCommon
    import from LibCommon_Sync all;
    import from LibCommon_BasicTypesAndValues all;
    
    // LibS1AP
    import from S1AP_Constants language "ASN.1:1997" all;
    import from S1AP_CommonDataTypes language "ASN.1:1997" all;
    import from S1AP_Containers language "ASN.1:1997" all;
    import from S1AP_IEs language "ASN.1:1997" all;
    import from S1AP_PDU_Contents language "ASN.1:1997" all;
    import from S1AP_PDU_Descriptions language "ASN.1:1997" all;
    import from LibS1AP_Pixits all;
    import from LibS1AP_TypesAndValues all;
    
    group portDefinitions {
        
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
module LibS1AP_Pixits {
    
    // LibCommon
    import from LibCommon_BasicTypesAndValues all;
    import from LibCommon_DataStrings all;
    
    // LibS1AP
+61 −63
Original line number Diff line number Diff line
@@ -18,13 +18,11 @@ module LibS1AP_Templates {
    // LibS1AP
    import from S1AP_Constants language "ASN.1:1997" all;
    import from S1AP_CommonDataTypes language "ASN.1:1997" all;
    // import from S1AP_Containers language "ASN.1:1997" all;
    import from S1AP_IEs language "ASN.1:1997" all;
    import from S1AP_PDU_Contents language "ASN.1:1997" all;
    import from S1AP_PDU_Descriptions language "ASN.1:1997" all;
    
    import from LibS1AP_TypesAndValues all;
    import from LibS1AP_Interface all;
    
    group g_S1AP {
        
+0 −3
Original line number Diff line number Diff line
@@ -12,11 +12,8 @@
module LibS1AP_TypesAndValues {
    
    // LibS1AP
    import from S1AP_Constants language "ASN.1:1997" all;
    import from S1AP_CommonDataTypes language "ASN.1:1997" all;
    import from S1AP_IEs language "ASN.1:1997" all;
    import from S1AP_PDU_Contents language "ASN.1:1997" all;
    import from S1AP_PDU_Descriptions language "ASN.1:1997" all;
    
    /**
     * @desc List of E-RABSetupItemBearerSURes IEs
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
module S1AP_Pixits {
    
    // LibCommon
    import from LibCommon_BasicTypesAndValues all;
//    import from LibCommon_BasicTypesAndValues all;
    
    group S1AP_Port_and_addresses {
        
Loading