Loading ttcn/AtsImsIot/AtsImsIot_Functions.ttcn +15 −1 Original line number Original line Diff line number Diff line Loading @@ -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 Loading ttcn/AtsImsIot/AtsImsIot_TestCases_CALL.ttcn +283 −144 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
ttcn/AtsImsIot/AtsImsIot_Functions.ttcn +15 −1 Original line number Original line Diff line number Diff line Loading @@ -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 Loading
ttcn/AtsImsIot/AtsImsIot_TestCases_CALL.ttcn +283 −144 File changed.Preview size limit exceeded, changes collapsed. Show changes