Commit eea0f463 authored by juvancic's avatar juvancic
Browse files

aded profileupdate test

parents b497d764 4e03045f
Loading
Loading
Loading
Loading
+27 −11
Original line number Original line Diff line number Diff line
/**
 *  @author     STF 544
 *  @version    $Id$
 *  @desc       This module provides the PICS used for the DiameterShDh tests.
 *              See ETSI TS/103 571-1
*/

module DiameterShDh_PICS {
module DiameterShDh_PICS {
    
    
    group PICS_A2{
        /**
        /**
     * @desc Does IUT acts as the HSS? 
         * @desc Does AS act as the IUT? 
     * @see  ETSI TS 103 289-1 A.2/1 
         * @see  ETSI TS 103 571-1 V0.0.2 (2018-09) A.2/1 
         */
         */
        modulepar boolean PICS_HSS_IUT := false;
        modulepar boolean PICS_HSS_IUT := false;
        
        
        /**
        /**
     * @desc Does IUT acts as the AS? 
         * @desc Does CTF act as the IUT? 
     * @see  ETSI TS 103 289-1 A.2/1 
         * @see  ETSI TS 103 374-1 V1.1.2 (2015-09) A.2/2 
         */
         */
        modulepar boolean PICS_AS_IUT := false;
        modulepar boolean PICS_AS_IUT := false;
        
        
    } // End of group PICS_A2
    
    group PICS_A3 { 
    } // End of group PICS_A3
    
    group PICS_A4 { 
    } // End of group PICS_A4
    
} // End of module DiameterShDh_PICS 
} // End of module DiameterShDh_PICS 
+23 −1
Original line number Original line Diff line number Diff line
@@ -1031,7 +1031,29 @@ module DiameterShDh_TCFunctions {
                    f_selfOrClientSyncAndVerdict(c_prDone, f_getVerdict()); 
                    f_selfOrClientSyncAndVerdict(c_prDone, f_getVerdict()); 
                    log("*** " & __SCOPE__ & ": INFO: Preamble done. ***");
                    log("*** " & __SCOPE__ & ": INFO: Preamble done. ***");
    
    
                    //TODO TestBody
                    // TestBody
//                    f_send_SNR(
//                               md_sNR(
//                                      vc_sessionId,
//                                      md_snrBodyAvps(
//                                                     m_vendor_Specific_Appl_Id_Sh,
//                                                     m_specific_user_Identity(m_public_user_identity),
//                                                     vc_originHost,                 // containing an Origin-Host AVP
//                                                     vc_originRealm,                // containing an Origin-Realm AVP
//                                                     vc_destinationRealm            // containing a Destination-Realm AVP
//                                                    )
//                                     )
//                    );
//
//                    f_awaiting_SNA(
//                                   mdw_sNA( 
//                                           vc_sessionId,                       // containing a Session-ID AVP
//                                           mdw_snaBodyAvps(
//                                                           mw_resultCode(DIAMETER_SUCCESS_E),
//                                                           vc_originHost_IUT,              // containing an Origin-Host AVP
//                                                           vc_originRealm_IUT
//                        ))
//                    );
    
    
                    f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict()); 
                    f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict());