Commit c2a3980e authored by pintar's avatar pintar
Browse files

Two errors have to be solved in next version

parent b11ad30d
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -360,19 +360,6 @@ group SendMessage {

group GlobalSteps {

    /*
    *  @desc	This is a test step that awaits session esthablishment by the IUT
    *  @param	
    */
            function f_IUT_session_esthablishment()
            runs on DiameterComponent {
				
                f_awaiting_AAR(mw_AAR_dummy); // IUT esthablish Diameter session
                    
                f_send_AAA(m_AAA_modified_ResultCode_ANCA(vc_sessionId, vc_originHost, vc_originRealm, vc_authApplicationId, m_resultCode(m_resultCode_diameterSuccess), omit)); 

            } // end function f_AF_IUT_session_esthablishment

    /*
    *  @desc	This is a test step that init Diameter component
    *  @param