release ver. 0.1.61
authorJunghwan Song <jump.song@samsung.com>
Thu, 6 Sep 2012 06:22:56 +0000 (15:22 +0900)
committerJunghwan Song <jump.song@samsung.com>
Thu, 6 Sep 2012 06:22:56 +0000 (15:22 +0900)
include/type/notification.h
include/type/sms.h
packaging/libtcore.spec

index 616a985a00d5d21b7f45fb7f4b01b8625cbf45ac..89c82a8a8fa013de97a243362bea46111a350886 100755 (executable)
@@ -115,9 +115,9 @@ enum tcore_notification_command {
 
        TNOTI_SMS = TCORE_NOTIFICATION | TCORE_TYPE_SMS,
        TNOTI_SMS_INCOM_MSG,                    /* This is an unsolicited Incoming SMS Event*/
-       TNOTI_SMS_CB_INCOM_MSG,         /* This is an unsolicited Incoming cell broadcast message*/
+       TNOTI_SMS_CB_INCOM_MSG,         /* This is an unsolicited Incoming cell broadcast message */
        TNOTI_SMS_INCOM_EX_MSG,         /* This is an extended unsolicited Incoming SMS Event*/
-       TNOTI_SMS_CB_INCOM_EX_MSG,      /* This is an extended unsolicited Incoming cell broadcast message*/
+       TNOTI_SMS_CB_INCOM_EX_MSG,      /* This is an extended unsolicited Incoming cell broadcast message */
        TNOTI_SMS_MEMORY_STATUS,                /* This event is an unsolicited event indicating SIM memory status */
        TNOTI_SMS_DEVICE_READY,         /* Device Ready indication */
        TNOTI_SMS_IND_MAX,
index 3c272440919fd69eb939470929f476170e0f58a0..89021026a482480900f3662817f4d609e0453ef0 100755 (executable)
@@ -856,11 +856,11 @@ struct treq_sms_get_cb_config {
 };
 
 struct treq_sms_set_cb_config {
-       int net3gppType;  /**< Type of 3gpp, 0x01 . 3gpp. 0x02 . 3gpp2(CDMA) */
-       int cbEnabled; /**< CB service state. If cb_enabled is true then cell broadcast service will be enabled and underlying modem will enable CB Channel to receiving CB messages. Otherwise CB service will be disabled, underlying modem will deactivate the CB channel. (enabled/disabled) */
-       unsigned char msgIdMaxCount; /**< CB Channel List Max Count For Response */
-       int msgIdRangeCount; /**< Range of CB message ID count */
-       union telephony_sms_cb_msg_info_u msgIDs[SMS_GSM_SMS_CBMI_LIST_SIZE_MAX]; /**< Range of CB message ID information */
+       int net3gppType;  /* < Type of 3gpp, 0x01 . 3gpp. 0x02 . 3gpp2 ( CDMA ) */
+       int cbEnabled; /* < CB service state. If cb_enabled is true then cell broadcast service will be enabled and underlying modem will enable CB Channel to receiving CB messages. Otherwise CB service will be disabled, underlying modem will deactivate the CB channel. ( enabled/disabled ) */
+       unsigned char msgIdMaxCount; /* < CB Channel List Max Count For Response */
+       int msgIdRangeCount; /* < Range of CB message ID count */
+       union telephony_sms_cb_msg_info_u msgIDs[SMS_GSM_SMS_CBMI_LIST_SIZE_MAX]; /* < Range of CB message ID information */
 };
 
 struct treq_sms_set_mem_status {
index 98800a42b08d49eb7b95a895eb84612bb56ce6a7..73575519bd56c6996e8b3ecff2475e3c134d2370 100644 (file)
@@ -1,7 +1,7 @@
 #sbs-git:slp/pkgs/l/libtcore
 Name: libtcore
 Summary: Telephony-core library
-Version: 0.1.60
+Version: 0.1.61
 Release:    1
 Group:      System/Libraries
 License:    Apache