Commit 3ba9ffab authored by Yann Garcia's avatar Yann Garcia
Browse files

Add SIp Session Release TDs

parent 05038a17
Loading
Loading
Loading
Loading
+15 −1
Original line number Original line Diff line number Diff line
@@ -361,6 +361,20 @@ module AtsImsIot_Functions {
			return v_status;
			return v_status;
		}
		}


        /**
            * @desc Trigger UE given by p_ueRef to enter BYE current call 
            * @param p_userCompRef Reference to IMS UE user component
            * @return
            *     true in case of successfull execution of the trigger command
            *     otherwise false
            */
        function f_mtc_userTriggerReleaseCall(EquipmentUser p_ueRef) 
            runs on TestCoordinator return boolean {
            var boolean v_status := true; 
            // TODO
            return v_status;
        }

		/**
		/**
		  * @desc Trigger UE given by p_ueRef to enter HOLD state 
		  * @desc Trigger UE given by p_ueRef to enter HOLD state 
		  * @param p_userCompRef Reference to IMS UE user component
		  * @param p_userCompRef Reference to IMS UE user component
+283 −144

File changed.

Preview size limit exceeded, changes collapsed.