Commit 2f6e46f0 authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

PICS content and skeleton for first SN test added.

parent 6e478705
Loading
Loading
Loading
Loading
+30 −1
Original line number 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 {
}
 No newline at end of file
    
    group PICS_A2{
        /**
         * @desc Does AS act as the IUT? 
         * @see  ETSI TS 103 571-1 V0.0.2 (2018-09) A.2/1 
         */
        modulepar boolean PICS_SH_AS_IUT := false;
        
        /**
         * @desc Does CTF act as the IUT? 
         * @see  ETSI TS 103 374-1 V1.1.2 (2015-09) A.2/2 
         */
        modulepar boolean PICS_SH_OCF_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 
+39 −17
Original line number Diff line number Diff line
@@ -929,7 +929,29 @@ module DiameterShDh_TCFunctions {
                    f_selfOrClientSyncAndVerdict(c_prDone, f_getVerdict()); 
                    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());