Commit c27bb349 authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

PICS added

parent f0d1586b
Loading
Loading
Loading
Loading
+126 −8
Original line number Original line Diff line number Diff line
@@ -9,29 +9,147 @@ module DiameterShDh_PICS {
    
    
    group PICS_A2{
    group PICS_A2{
        /**
        /**
         * @desc Does IUT act as HSS? 
         * @desc Does IUT act as AS? 
         * @see  ETSI TS 103 571-1 V0.0.2 (2018-09) A.2/1 
         * @see  ETSI TS 103 571-1 V0.0.3 (2018-09) A.2/1 
         */
         */
        modulepar boolean PICS_HSS_IUT := false;
        modulepar boolean PICS_AS_IUT := false;
        
        
        /**
        /**
         * @desc Does IUT act as AS? 
         * @desc Does IUT act as OSA SCS? 
         * @see  ETSI TS 103 374-1 V1.1.2 (2015-09) A.2/2 
         * @see  ETSI TS 103 571-1 V0.0.3 (2018-09) A.2/2 
         */
         */
        modulepar boolean PICS_AS_IUT := false;
        modulepar boolean PICS_OSASCS_IUT := false;
        
        /**
         * @desc Does IUT act as HSS? 
         * @see  ETSI TS 103 571-1 V0.0.3 (2018-09) A.2/3 
         */
        modulepar boolean PICS_HSS_IUT := false;
        
        
        /**
        /**
         * @desc Does IUT act as SLF? 
         * @desc Does IUT act as SLF? 
         * @see  ETSI TS 103 374-1 V1.1.2 (2015-09) A.2/2 
         * @see  ETSI TS 103 571-1 V0.0.3 (2018-09) A.2/4 
         */
         */
        modulepar boolean PICS_SLF_IUT := false;
        modulepar boolean PICS_SLF_IUT := false;
        
        
    } // End of group PICS_A2
    } // End of group PICS_A2
    
    
    group PICS_A3 {
    group PICS_A3 {
        
        /**
         * @desc Does IUT support Data read(Sh Pull)? 
         * @see  ETSI TS 103 571-1 V0.0.3 (2018-09) A.3/1 
         */
         
        modulepar boolean PICS_AS_SH_PULL := false;
        
        /**
         * @desc Does IUT support Data update(Sh Update)? 
         * @see  ETSI TS 103 571-1 V0.0.3 (2018-09) A.3/2 
         */
        modulepar boolean PICS_AS_SH_UPDATE := false;
        
        /**
         * @desc Does IUT support Subscription to Notification (Sh-Suns Notif)? 
         * @see  ETSI TS 103 571-1 V0.0.3 (2018-09) A.3/3 
         */
         
        modulepar boolean PICS_AS_SH_SUBS_NOTIF := false;
        
        /**
         * @desc Does IUT support Notifications(Sh Notif)? 
         * @see  ETSI TS 103 571-1 V0.0.3 (2018-09) A.3/4 
         */
        modulepar boolean PICS_AS_SH_NOTIF := false;
        
        /**
         * @desc Does IUT support Notif Eff feature? 
         * @see  ETSI TS 103 571-1 V0.0.3 (2018-09) A.3/5 
         */
        modulepar boolean PICS_AS_NOTIF_EFF_FEATURE := false;
        
        /**
         * @desc Does IUT support Update Eff feature? 
         * @see  ETSI TS 103 571-1 V0.0.3 (2018-09) A.3/6 
         */
        modulepar boolean PICS_AS_UPDATE_EFF_FEATURE := false;
        
        /**
         * @desc Does IUT support Update Eff enhance feature? 
         * @see  ETSI TS 103 571-1 V0.0.3 (2018-09) A.3/7 
         */
        modulepar boolean PICS_AS_UPDATE_EFF_ENHANCE_FEATURE := false;
        
        /**
         * @desc Does IUT support Additional MSISDN feature? 
         * @see  ETSI TS 103 571-1 V0.0.3 (2018-09) A.3/8 
         */
        modulepar boolean PICS_AS_ADDITIONAL_MSISDN_FEATURE := false;
        
        /**
         * @desc Does IUT support the Diameter overload control feature? 
         * @see  ETSI TS 103 571-1 V0.0.3 (2018-09) A.3/9 
         */
        modulepar boolean PICS_AS_DIAMETER_OVERLOAD_FEATURE := false;
    } // End of group PICS_A3
    } // End of group PICS_A3
    
    
    group PICS_A4 { 
    group PICS_A4 { 
        
        /**
         * @desc Does IUT support Data read(Sh Pull)? 
         * @see  ETSI TS 103 571-1 V0.0.3 (2018-09) A.4/1 
         */
         
        modulepar boolean PICS_HSS_SH_PULL := false;
        
        /**
         * @desc Does IUT support Data update(Sh Update)? 
         * @see  ETSI TS 103 571-1 V0.0.3 (2018-09) A.4/2 
         */
        modulepar boolean PICS_HSS_SH_UPDATE := false;
        
        /**
         * @desc Does IUT support Subscription to Notification (Sh-Suns Notif)? 
         * @see  ETSI TS 103 571-1 V0.0.3 (2018-09) A.4/3 
         */
         
        modulepar boolean PICS_HSS_SH_SUBS_NOTIF := false;
        
        /**
         * @desc Does IUT support Notifications(Sh Notif)? 
         * @see  ETSI TS 103 571-1 V0.0.3 (2018-09) A.4/4 
         */
        modulepar boolean PICS_HSS_SH_NOTIF := false;
        
        /**
         * @desc Does IUT support Notif Eff feature? 
         * @see  ETSI TS 103 571-1 V0.0.3 (2018-09) A.4/5 
         */
        modulepar boolean PICS_HSS_NOTIF_EFF_FEATURE := false;
        
        /**
         * @desc Does IUT support Update Eff feature? 
         * @see  ETSI TS 103 571-1 V0.0.3 (2018-09) A.4/6 
         */
        modulepar boolean PICS_HSS_UPDATE_EFF_FEATURE := false;
        
        /**
         * @desc Does IUT support Update Eff enhance feature? 
         * @see  ETSI TS 103 571-1 V0.0.3 (2018-09) A.4/7 
         */
        modulepar boolean PICS_HSS_UPDATE_EFF_ENHANCE_FEATURE := false;
        
        /**
         * @desc Does IUT support Additional MSISDN feature? 
         * @see  ETSI TS 103 571-1 V0.0.3 (2018-09) A.4/8 
         */
        modulepar boolean PICS_HSS_ADDITIONAL_MSISDN_FEATURE := false;
        
        /**
         * @desc Does IUT support the Diameter overload control feature? 
         * @see  ETSI TS 103 571-1 V0.0.3 (2018-09) A.4/9 
         */
        modulepar boolean PICS_HSS_DIAMETER_OVERLOAD_FEATURE := false;
    } // End of group PICS_A4
    } // End of group PICS_A4
    
    
} // End of module DiameterShDh_PICS 
} // End of module DiameterShDh_PICS