Commit 5cb12552 authored by pintar's avatar pintar
Browse files

function f_mtc_userCheckCallTerminated added

parent f671b571
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -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