Added 3.0 CDMA location cell info structure & notification 65/61265/1 accepted/tizen/common/20160317.160907 accepted/tizen/ivi/20160317.120148 accepted/tizen/mobile/20160317.120048 accepted/tizen/tv/20160317.120113 accepted/tizen/wearable/20160317.120126 submit/tizen/20160317.052726
authorWootak Jung <wootak.jung@samsung.com>
Mon, 7 Mar 2016 05:26:03 +0000 (14:26 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Mon, 7 Mar 2016 05:27:23 +0000 (14:27 +0900)
Change-Id: I9e40041cf5ff847f2467be0615bd03b83195e9b2

include/type/network.h
include/type/notification.h
packaging/libtcore.spec

index cd694bc..8844cfd 100644 (file)
@@ -559,6 +559,18 @@ struct tnoti_network_location_cellinfo {
        unsigned int cell_id;
 };
 
+/*
+ * @brief The structure type for CDMA location cell info.
+ * @since_tizen 3.0
+ */
+struct tnoti_network_location_cellinfo_cdma {
+       int system_id;
+       int network_id;
+       int bs_id;
+       int bs_latitude;
+       int bs_longitude;
+};
+
 struct tnoti_network_icon_info {
        enum telephony_network_icon_info_type type;
        int rssi;
index c436701..3a65364 100644 (file)
@@ -142,6 +142,7 @@ enum tcore_notification_command {
        TNOTI_NETWORK_IMS_VOICE_SUPPORT_STATUS,
        TNOTI_NETWORK_ECC_RAT,
        TNOTI_NETWORK_IMS_REGISTRATION_STATUS,
+       TNOTI_NETWORK_LOCATION_CELLINFO_CDMA,
 
        TNOTI_PS = TCORE_NOTIFICATION | TCORE_TYPE_PS,
        TNOTI_PS_CALL_STATUS,
index 6f1a620..48825fa 100644 (file)
@@ -1,6 +1,6 @@
 %define major 0
 %define minor 2
-%define patchlevel 95
+%define patchlevel 96
 
 Name:           libtcore
 Version:        %{major}.%{minor}.%{patchlevel}