Commit 6d72833b authored by rennoch's avatar rennoch
Browse files

TP_AF_MSI_01 added

parent 9a83ad2d
Loading
Loading
Loading
Loading
+29 −1
Original line number Diff line number Diff line
@@ -104,7 +104,35 @@ module DiameterRx_Rx_TCFunctions {
				
                    f_postamble_PCRF();

                } // end function f_TC_AF_IPS_01
                } // end function f_TC_AF_IPS_03
                
                /*
        *  @desc	This is the test case function TC_AF_MSI
        *  @param	
        */
                function f_TC_AF_MSI_01()
                runs on DiameterComponent {
				
                    f_preamble_PCRF();
                    
                    f_IUT_session_esthablishment(); //     IUT esthablishes the session		
                    		
                    f_selfOrClientSyncAndVerdict(c_prDone, f_getVerdict()); //     sync
                    
    				f_awaiting_AAR(mw_AAR_FIP_Media1(?,?,?,?,?,
                    	?, // indicating UE
                    	?, // indicationg UE (IPv6)
                    	mw_mediaComponentDescription)); // should be present
								                                                                                         				
                    f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict()); //     sync    
                    
					f_send_AAA(m_AAA_basic(vc_sessionId, vc_originHost, vc_originRealm));
                                                                                      				
                    f_selfOrClientSyncAndVerdict(c_poDone, f_getVerdict()); // sync
				
                    f_postamble_PCRF();

                } // end function f_TC_AF_MSI_01  

        /*
        *  @desc	This is the test case function TC_AF_GPR