Loading AtsImsIot/AtsImsIot_Functions.ttcn +11 −0 Original line number Diff line number Diff line Loading @@ -337,6 +337,17 @@ module AtsImsIot_Functions { // TODO return v_status; } /** * @desc Check that UE by p_ueRef given reports that call is terminated * @param p_userCompRef Reference to IMS UE user component * @return true or false */ function f_mtc_userCheckCallTerminated(EquipmentUser p_ueRef) runs on TestCoordinator return boolean { var boolean v_status := true; // TODO return v_status; } /** * @desc Check that UE by p_ueRef given reports that call is no longer offered * @param p_userCompRef Reference to IMS UE user component Loading Loading
AtsImsIot/AtsImsIot_Functions.ttcn +11 −0 Original line number Diff line number Diff line Loading @@ -337,6 +337,17 @@ module AtsImsIot_Functions { // TODO return v_status; } /** * @desc Check that UE by p_ueRef given reports that call is terminated * @param p_userCompRef Reference to IMS UE user component * @return true or false */ function f_mtc_userCheckCallTerminated(EquipmentUser p_ueRef) runs on TestCoordinator return boolean { var boolean v_status := true; // TODO return v_status; } /** * @desc Check that UE by p_ueRef given reports that call is no longer offered * @param p_userCompRef Reference to IMS UE user component Loading