Loading AtsImsIot/AtsImsIot_Functions.ttcn +12 −0 Original line number Diff line number Diff line Loading @@ -167,6 +167,18 @@ module AtsImsIot_Functions { return v_status; } /** * @desc Check that UE given by p_ueRef reports a not successfull call establishment * @param p_userCompRef Reference to IMS UE user component * @return true or false */ function f_mtc_userCheckCallCannotBeEstablished(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 its peer is ringing Loading Loading
AtsImsIot/AtsImsIot_Functions.ttcn +12 −0 Original line number Diff line number Diff line Loading @@ -167,6 +167,18 @@ module AtsImsIot_Functions { return v_status; } /** * @desc Check that UE given by p_ueRef reports a not successfull call establishment * @param p_userCompRef Reference to IMS UE user component * @return true or false */ function f_mtc_userCheckCallCannotBeEstablished(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 its peer is ringing Loading