Commit 48447b2d authored by Iztok Juvancic's avatar Iztok Juvancic
Browse files

addedt tp's

parent 26a659ee
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -448,6 +448,13 @@ module AtsIms5gIot_TP_behavior_MW_PS {
            f_mtc_check_TP_MW_PCSCF_REGISTER_04(p_monitorCompRef, p_checkMessage);
        } // End of function f_mtc_check_TP_MW_PCSCF_5G_REGISTER_04

        function f_mtc_check_TP_MW_PCSCF_5G_ECO_REGISTER_04(
                                                            in SipInterfaceMonitor p_monitorCompRef,
                                                            in boolean p_checkMessage := false
                                                            ) runs on FiveGNRTestCoordinator {
            f_mtc_check_TP_MW_PCSCF_ECO_REGISTER_04(p_monitorCompRef, p_checkMessage);
        } // End of function f_mtc_check_TP_MW_PCSCF_5G_ECO_REGISTER_04
        
        function f_mtc_check_TP_MW_PCSCF_5G_REGISTER_05( // FIXME RMI To be reviewed
                                                        in SipInterfaceMonitor p_monitorCompRef,
                                                        in boolean p_checkMessage := true
@@ -455,6 +462,13 @@ module AtsIms5gIot_TP_behavior_MW_PS {
            f_mtc_check_TP_MW_PCSCF_REGISTER_05(p_monitorCompRef, p_checkMessage);
        } // End of function f_mtc_check_TP_MW_PCSCF_5G_REGISTER_05

        function f_mtc_check_TP_MW_PCSCF_5G_ECO_REGISTER_05(
                                                            in SipInterfaceMonitor p_monitorCompRef,
                                                            in boolean p_checkMessage := false
                                                            ) runs on FiveGNRTestCoordinator {
            f_mtc_check_TP_MW_PCSCF_ECO_REGISTER_05(p_monitorCompRef, p_checkMessage);
        } // End of function f_mtc_check_TP_MW_PCSCF_5G_ECO_REGISTER_05
        
    } // End of group imsRegistration
    
    group imsDeRegistration {
@@ -1061,6 +1075,17 @@ module AtsIms5gIot_TP_behavior_MW_PS {
        
    } // End of group imsInvite
    
    group imsInfo {

        function f_mtc_check_TP_MW_PCSCF_5G_NGC_INFO_01( 
                                                          in SipInterfaceMonitor p_monitorCompRef,
                                                          in boolean p_checkMessage := false,
                                                          out SipMessage p_sip
                                                          ) runs on FiveGNRTestCoordinator {
            f_mtc_check_TP_MW_PCSCF_NGC_INFO_01(p_monitorCompRef, p_checkMessage, p_sip);
        } // End of function f_mtc_check_TP_GM_PCSCF_5G_NGC_INFO_01
        
    } // End of group imsInfo
   
    group imsBye {