Commit 51688c2c authored by Rennoch's avatar Rennoch
Browse files

cleaning some comments for TPs at Ic

parent 3e401e73
Loading
Loading
Loading
Loading
+20 −57
Original line number Diff line number Diff line
@@ -69,15 +69,15 @@ module AtsImsIot_TD_INI{
                        // Test body
                        //f_mtc_userInitiateCall (v_ueA, v_userTelInfoB);
                        
//                        f_mtc_check_TP_GM_PCSCF_INVITE_01(vc_vxlte_monitor_components.gmA, true, true); // Event 1
//                        f_mtc_check_TP_GM_PCSCF_100Trying_01(vc_vxlte_monitor_components.gmA, true, true);
                        f_mtc_check_TP_GM_PCSCF_INVITE_01(vc_vxlte_monitor_components.gmA, true, true); // Event 1
                        f_mtc_check_TP_GM_PCSCF_100Trying_01(vc_vxlte_monitor_components.gmA, true, true);
                        
                        f_mtc_check_TP_RX_PCSCF_AAR_03(vc_vxlte_monitor_components.rx);// Event 2
                        f_mtc_check_TP_GX_PCRF_RAR_01(vc_vxlte_monitor_components.gx); // Event 3
                        f_mtc_check_TP_GX_PGW_RAA_02(vc_vxlte_monitor_components.gx);  // Event 4
                        f_mtc_check_TP_RX_PCRF_AAA_02(vc_vxlte_monitor_components.rx); // Event 5
                        
                        //f_mtc_check_TP_MW_PCSCF_INVITE_01(vc_vxlte_monitor_components.gmA, true, true); // Event 6
                        f_mtc_check_TP_MW_PCSCF_INVITE_01(vc_vxlte_monitor_components.gmA, true, true); // Event 6
        
                        f_mtc_check_TP_IC_IBCF_INVITE_01(vc_vxlte_monitor_components.ic, true); // INVITE Event 8
                        f_mtc_check_TP_IC_IBCF_INVITE_02(vc_vxlte_monitor_components.ic, true); // INVITE Event 8
@@ -87,14 +87,14 @@ module AtsImsIot_TD_INI{
                        f_mtc_check_TP_IC_IBCF_180RESP_02(vc_vxlte_monitor_components.ic, true); // 180 Ringing – Event 9
                        f_mtc_check_TP_IC_IBCF_1XXRESP_01(vc_vxlte_monitor_components.ic, false); // 180 Ringing – Event 9
                        
                        //f_mtc_check_TP_MW_PCSCF_180RINGING_01(vc_vxlte_monitor_components.mw, true, true); // Event 11
                        f_mtc_check_TP_MW_PCSCF_180RINGING_01(vc_vxlte_monitor_components.mwPS, true, true); // Event 11
                        
                        f_mtc_check_TP_RX_PCSCF_AAR_04(vc_vxlte_monitor_components.rx);// Event 12
                        f_mtc_check_TP_GX_PCRF_RAR_01(vc_vxlte_monitor_components.gx); // Event 13
                        f_mtc_check_TP_GX_PGW_RAA_02(vc_vxlte_monitor_components.gx);  // Event 14
                        f_mtc_check_TP_RX_PCRF_AAA_02(vc_vxlte_monitor_components.rx); // Event 15
                        
                        //f_mtc_check_TP_GM_PCSCF_180RINGING_01(vc_vxlte_monitor_components.gmA, true); // Event 16
                        f_mtc_check_TP_GM_PCSCF_180RINGING_01(vc_vxlte_monitor_components.gmA, true); // Event 16
                        
                        f_mtc_userCheckRinging(v_ueB);
                        f_mtc_userCheckPeerIsRinging(v_ueA);
@@ -104,18 +104,18 @@ module AtsImsIot_TD_INI{
                        f_mtc_check_TP_IC_IBCF_2XXRESP_02(vc_vxlte_monitor_components.ic, true); // 200 OK – Event 18
                        f_mtc_check_TP_IC_IBCF_2XXRESP_03(vc_vxlte_monitor_components.ic, false); // 200 OK – Event 18
                        
                        //f_mtc_check_TP_MW_PCSCF_200OK_01(vc_vxlte_monitor_components.gmA, true, true); // Event 20
                        f_mtc_check_TP_MW_PCSCF_200OK_01(vc_vxlte_monitor_components.gmA, true, true); // Event 20
                        
                        f_mtc_check_TP_RX_PCSCF_AAR_05(vc_vxlte_monitor_components.rx);// Event 21
                        f_mtc_check_TP_GX_PCRF_RAR_01(vc_vxlte_monitor_components.gx); // Event 22
                        f_mtc_check_TP_GX_PGW_RAA_02(vc_vxlte_monitor_components.gx);  // Event 23
                        f_mtc_check_TP_RX_PCRF_AAA_02(vc_vxlte_monitor_components.rx); // Event 24
                        
                        //f_mtc_check_TP_GM_PCSCF_200OK_01(vc_vxlte_monitor_components.gmA, true); // Event 25
                        f_mtc_check_TP_GM_PCSCF_200OK_01(vc_vxlte_monitor_components.gmA, true); // Event 25
                        
                        //f_mtc_check_TP_GM_PCSCF_ACK_01(vc_vxlte_monitor_components.gmA, true, true); // Event 26 
                        //f_mtc_check_TP_MW_PCSCF_ACK_01(vc_vxlte_monitor_components.gmA, true, true); // Event 27
                        //f_mtc_check_TP_IC_IBCF_ACK_01(vc_vxlte_monitor_components.ic, false); // ACK – Event 29
                        f_mtc_check_TP_GM_PCSCF_ACK_01(vc_vxlte_monitor_components.gmA, true, true); // Event 26 
                        f_mtc_check_TP_MW_PCSCF_ACK_01(vc_vxlte_monitor_components.gmA, true, true); // Event 27
                        f_mtc_check_TP_IC_IBCF_ACK_01(vc_vxlte_monitor_components.ic, false); // ACK – Event 29

                        f_mtc_userCheckCallEstablished(v_ueA); // Event 30
                        f_mtc_userCheckCallEstablished(v_ueB); // Event 30
@@ -210,49 +210,14 @@ module AtsImsIot_TD_INI{
						//TP_GM_PCSCF_ACK_02 (Event 29)
                        f_mtc_check_TP_GM_PCSCF_ACK_01(vc_vxlte_monitor_components.gmB, true, true); // Event 29 
                
                        f_mtc_userCheckCallEstablished(v_ueA); // Event 30
                        f_mtc_userCheckCallEstablished(v_ueB); // Event 30
                
						
                        
//                        //f_mtc_userInitiateCall (v_ueB, v_userTelInfoA);
//                
//                        f_mtc_check_TP_GM_PCSCF_INVITE_02(vc_vxlte_monitor_components.gmB, true, true); // Event 8
//                        f_mtc_check_TP_MW_PCSCF_INVITE_02(vc_vxlte_monitor_components.gmB, true, true); // Event 3
//                
//                        f_mtc_check_TP_GM_PCSCF_100Trying_02(vc_vxlte_monitor_components.gmB, true, true);
//                        f_mtc_check_TP_MW_PCSCF_100Trying_02(vc_vxlte_monitor_components.gmB, true, true);
//                
  //                        f_mtc_check_TP_GM_PCSCF_180RINGING_02(vc_vxlte_monitor_components.gmB, true); // Event 9
  //                        f_mtc_check_TP_MW_PCSCF_180RINGING_02(vc_vxlte_monitor_components.gmB, true); // Event 14
//                
//                        f_mtc_userCheckRinging(v_ueA);
//                        f_mtc_userCheckPeerIsRinging(v_ueB);
//                        f_mtc_userAnswerCall(v_ueA);
//                
//                        f_mtc_check_TP_GM_PCSCF_200OK_02(vc_vxlte_monitor_components.gmB, true); // Event 18
//                        f_mtc_check_TP_MW_PCSCF_200OK_02(vc_vxlte_monitor_components.gmB, true); // Event 23
//                
    //                        f_mtc_check_TP_GM_PCSCF_ACK_01(vc_vxlte_monitor_components.gmB, true, true); // Event 29 
    //                        f_mtc_check_TP_MW_PCSCF_ACK_01(vc_vxlte_monitor_components.gmB, true, true); // Event 28
//
	//                        f_mtc_check_TP_IC_IBCF_INVITE_01(vc_vxlte_monitor_components.ic); // INVITE Event 1
	//                        f_mtc_check_TP_IC_IBCF_INVITE_02(vc_vxlte_monitor_components.ic); // INVITE Event 1
	//                        f_mtc_check_TP_IC_IBCF_INVITE_03(vc_vxlte_monitor_components.ic); // INVITE ENUM Event 1
//                        f_mtc_check_TP_IC_IBCF_ACK_01(vc_vxlte_monitor_components.ic); // ACK – Event 26
    //                        f_mtc_check_TP_IC_IBCF_180RESP_01(vc_vxlte_monitor_components.ic); // 180 Ringing – Event 16
    //                        f_mtc_check_TP_IC_IBCF_180RESP_02(vc_vxlte_monitor_components.ic); // 180 Ringing – Event 16
    //                        f_mtc_check_TP_IC_IBCF_1XXRESP_01(vc_vxlte_monitor_components.ic); // 180 Ringing – Event 16
    //                        f_mtc_check_TP_IC_IBCF_2XXRESP_01(vc_vxlte_monitor_components.ic); // 200 OK – Event 25
    //                        f_mtc_check_TP_IC_IBCF_2XXRESP_02(vc_vxlte_monitor_components.ic); // 200 OK – Event 25
    //                        f_mtc_check_TP_IC_IBCF_2XXRESP_03(vc_vxlte_monitor_components.ic); // 200 OK – Event 25
//                
//                        f_mtc_userCheckCallEstablished(v_ueA); // Event 30
//                        f_mtc_userCheckCallEstablished(v_ueB); // Event 30
//                
//                        // Postamble
//                        f_mtc_EndCall(v_ueA);
//                        f_PO_user_home_deregistration(v_ueA);
//                        f_PO_user_home_deregistration(v_ueB);
//                        //f_cf_int_call_down(v_config);
                        // Postamble
                        f_mtc_EndCall(v_ueA);
                        f_PO_user_home_deregistration(v_ueA);
                        f_PO_user_home_deregistration(v_ueB);
                        //f_cf_int_call_down(v_config);
            
                        //unmap/disconnect component ports
                        f_cf_user_down ( v_ueB );
@@ -329,8 +294,6 @@ module AtsImsIot_TD_INI{
                        f_mtc_check_TP_GM_PCSCF_ACK_01(vc_vxlte_monitor_components.gmA); // Event 14
                        f_mtc_check_TP_MW_PCSCF_ACK_01(vc_vxlte_monitor_components.gmA); // Event 15                                       
                         
//                        f_mtc_userCheckNewMediaStream(v_ueB);
//                        f_mtc_userCheckNewMediaStream(v_ueA);
						f_mtc_userCheckCallEstablished(v_ueA); // Event 18
						f_mtc_userCheckCallEstablished(v_ueB); // Event 18
						                        
@@ -395,7 +358,7 @@ module AtsImsIot_TD_INI{
						f_mtc_check_TP_MW_SCSCF_RE_INVITE_02(vc_vxlte_monitor_components.gmB); // Event 4
                        f_mtc_check_TP_MW_SCSCF_RE_INVITE_03(vc_vxlte_monitor_components.gmB); // Event 5

                        //f_mtc_check_TP_GM_PCSCF_200OK_02(vc_vxlte_monitor_components.gmB); // Event 6
                        f_mtc_check_TP_GM_PCSCF_200OK_02(vc_vxlte_monitor_components.gmB); // Event 6
                        
						//TP_RX_PCSCF_AAR_10 (AAR – Event 7)
						//TP_GX_PCRF_RAR_01 (RAR – Event 8)
Compare d640fce7 to fd3b61df
Original line number Diff line number Diff line
Subproject commit d640fce7b8bd65dbb77c93a98f80c53a73bb2a24
Subproject commit fd3b61dfd76385d9bc8a51c518649644418ce36e