Chaged default detection cycle at ua-test app. 55/213955/1
authorsaerome.kim <saerome.kim@samsung.com>
Tue, 17 Sep 2019 02:23:16 +0000 (11:23 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Tue, 17 Sep 2019 04:07:43 +0000 (13:07 +0900)
Change-Id: I0a4ad435dc7d9e93265f67917b1c87fcebbdc7ea
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
packaging/capi-network-ua.spec
test/uat-detections.c

index 6127ea0ebb0069977fbc08b9be69b0167bc90f67..3adba065adb48b0f9c9b4b054878f4e852eeada2 100644 (file)
@@ -1,6 +1,6 @@
 Name: capi-network-ua
 Summary: User Awareness Framework CAPI
-Version: 0.9.0
+Version: 0.9.1
 Release: 1
 License: Apache-2.0
 Source0: %{name}-%{version}.tar.gz
index 6799e67adc537e21958cbab9780205caa6a48a89..cb76c172d58104a3a0586a7d1eb566895412c097 100644 (file)
@@ -34,7 +34,7 @@ extern ua_monitor_h g_ua_mon_h; /**< Monitor handle */
 extern ua_service_h g_service_h; /**< Service handle */
 extern char g_service_str[MENU_DATA_SIZE + 1]; /**< Service string */
 
-static char cycle_time[MENU_DATA_SIZE + 1] = {"60", }; /**< cycle time */
+static char cycle_time[MENU_DATA_SIZE + 1] = {"900", }; /**< cycle time */
 static char window[MENU_DATA_SIZE + 1] = {"55", }; /**< Detection window */
 
 static char g_presence_and_cond[MENU_DATA_SIZE + 1] = {"16",}; /**< PRESENCE AND condition */