- Problem: If the timestamp is 0, the sensor and a user can not be detected.
- Cause: If the timestamp is 0, PRESENCE/ABSENCE detection result does not appear.
- Solution: remove timestamp-value checker.
Change-Id: If0fafe6c5f945fd58dc28be05fa1ec1511432c89
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
Name: capi-network-ua
Summary: User Awareness Framework CAPI
-Version: 0.12.11
+Version: 0.12.12
Release: 1
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
ret_if(NULL == event_data);
ret_if(NULL == event_data->service);
ret_if(NULL == event_data->account);
- ret_if(0 == event_data->timestamp);
ret_if(NULL == event_data->device_id);
sensor_info = g_new0(uam_sensor_info_s, 1);