Commit 5807e44d authored by rennoch's avatar rennoch
Browse files

add missing PICS and testcases for CX_CSCF_ tests

parent 7e23d515
Loading
Loading
Loading
Loading
+57 −0
Original line number Diff line number Diff line
@@ -86,18 +86,75 @@ module DiameterCxDx_PICS {
        
    } //end group PICS_A3
    
    group PICS_A4 {
        
        /**
         * @desc Are location management procedures available? 
         * @see  ETSI TS/INT-00103-1 A.4/3 
         */
        modulepar boolean PICS_ICSCF_LOCATION_MANAGEMENT_PROCEDURED := true;

        /**
         * @desc Are invocation of the user location queries available(Sending of Location-Info-Request)? 
         * @see  ETSI TS/INT-00103-1 A.4/3.2 
         */
        modulepar boolean PICS_ICSCF_INVOCATION_USER_LOCATION_QUERIES := true;
        
        /**
         * @desc Is IMS Emergncy Registration available? 
         * @see  ETSI TS/INT-00103-1 A.4/4 
         */
        modulepar boolean PICS_ICSCF_IMS_EMERGENCY_REGISTRATION := true;
        
        
    } //end group PICS_A4
    
    group PICS_A5 {
        
        /**
         * @desc Does IUT supports location management procedures?? 
         * @see  ETSI TS/INT-00103-1 A.5/3 
         */
        modulepar boolean PICS_SCSCF_LOCATION_MANAGEMENT_PROCEDURED := false;

        /**
         * @desc invocation of S-CSCF registration/deregistration notifications (Sending of Server-Assignment-Request)? 
         * @see  ETSI TS/INT-00103-1 A.5/3.1 
         */
        modulepar boolean PICS_SCSCF_REG_DEREG_NOTIFICATIONS := false;
        
        /**
         * @desc Does IUT supports network-initiated de-registration requests procedures? 
         * @see  ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.5/3.2 
         */
        modulepar boolean PICS_SCSCF_NETWORK_INITIATED_DEREG_PROCS := false;

        
        /**
         * @desc Is processing of HSS initiated update of user information available (Receipt of Push-Profile-Request and sending of Push-Profile–Answer)? 
         * @see  ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.5/4.2 
         */
        modulepar boolean PICS_SCSCF_HSS_INITIATED_UPDATE_OF_USER_INFORMATION := false;

        
        /**
         * @desc Are authentication procedures available (Sending of of Multimedia-Auth-Request)? 
         * @see  ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.5/5
         */
        modulepar boolean PICS_SCSCF_AUTHENTICATION_PROCEDURES := false;
                        
    } //end group PICS_A5
    
    group PICS_A6 {
        

        
        /**
         * @desc Does IUT supports handling of SIP Digest Authentication (Capability: “SIP Digest Authentication”)?  
         * @see  ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.6/7 
         */
        modulepar boolean PICS_SIP_DIGEST_AUTHENTICATION := false;

        /**
         * @desc Does IUT supports handling of NASS Bundled Authentication (Capability: "NASS Bundled Authentication")?  
         * @see  ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.6/8 
+552 −0

File changed.

Preview size limit exceeded, changes collapsed.