Commit 7a8404d2 authored by juvancic's avatar juvancic
Browse files

updated PICS

parent e759f72f
Loading
Loading
Loading
Loading
+19 −3
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@ module DiameterRfRo_PICS {
         * @desc Does CDF act as the IUT? 
         * @see  ETSI DTS/INT 00121-1 V0.0.6 (2015-07) A.2/1 
         */
        modulepar boolean PICS_CDF_IUT := false;
        modulepar boolean PICS_RF_CDF_IUT := false;
        
        /**
         * @desc Does CDF act as the IUT? 
         * @desc Does CTF act as the IUT? 
         * @see  ETSI DTS/INT 00121-1 V0.0.6 (2015-07) A.2/2 
         */
        modulepar boolean PICS_CTF_IUT := false;
        modulepar boolean PICS_RF_CTF_IUT := false;
        
    } // End of group PICS_A2
    
@@ -37,4 +37,20 @@ module DiameterRfRo_PICS {
        
    } // End of group PICS_A3

    
    group PICS_A5{
        /**
         * @desc Does OCF act as the IUT? 
         * @see  ETSI DTS/INT 00121-1 V0.0.6 (2015-07) A.5/1 
         */
        modulepar boolean PICS_RO_OCF_IUT := false;
        
        /**
         * @desc Does CTF act as the IUT? 
         * @see  ETSI DTS/INT 00121-1 V0.0.6 (2015-07) A.5/2 
         */
        modulepar boolean PICS_RO_CTF_IUT := false;
        
    } // End of group PICS_A5
    
} // End of module DiameterRfRo_PICS 
 No newline at end of file