Commit 9cda2ba7 authored by pintar's avatar pintar
Browse files

new function f_mtc_userCheckCallNoLongerOffered in case when

user is CANCELed from IMS
parent e6d6ebd2
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -195,6 +195,17 @@ module AtsImsIot_Functions {
     		// 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
			* @return true or false
			*/
		function f_mtc_userCheckCallNoLongerOffered(EquipmentUser p_ueRef) 
			runs on TestCoordinator return boolean {
			var boolean v_status := true; 
			// TODO
			return v_status;
			}