* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
+ * @remarks This API returns #TELEPHONY_ERROR_NONE with unknown value (@c lac)
+ * if precondition is not be satisfied.
+ *
* @param[in] handle The handle from telephony_init()
* @param[out] lac The Location Area Code, -1 if unknown
*
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
+ * @remarks This API returns #TELEPHONY_ERROR_NONE with unknown value (@c cell_id)
+ * if precondition is not be satisfied.
+ *
* @param[in] handle The handle from telephony_init()
* @param[out] cell_id The cell identification number, -1 if unknown
*
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
+ * @remarks This API returns #TELEPHONY_ERROR_NONE with unknown value (@c tac)
+ * if precondition is not be satisfied.
+ *
* @param[in] handle The handle from telephony_init()
* @param[out] tac The Tracking Area Code, -1 if unknown
*
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
+ * @remarks This API returns #TELEPHONY_ERROR_NONE with unknown value (@c sid)
+ * if precondition is not be satisfied.
+ *
* @param[in] handle The handle from telephony_init()
* @param[out] sid The system ID, -1 if unknown
*
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
+ * @remarks This API returns #TELEPHONY_ERROR_NONE with unknown value (@c nid)
+ * if precondition is not be satisfied.
+ *
* @param[in] handle The handle from telephony_init()
* @param[out] nid The network ID, -1 if unknown
*
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
+ * @remarks This API returns #TELEPHONY_ERROR_NONE with unknown value (@c bs_id)
+ * if precondition is not be satisfied.
+ *
* @param[in] handle The handle from telephony_init()
* @param[out] bs_id The base station ID, -1 if unknown
*
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
+ * @remarks This API returns #TELEPHONY_ERROR_NONE with unknown value (@c bs_latitude)
+ * if precondition is not be satisfied.
+ *
* @param[in] handle The handle from telephony_init()
* @param[out] bs_latitude The base station latitude, 0x7FFFFFFF if unknown
*
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
+ * @remarks This API returns #TELEPHONY_ERROR_NONE with unknown value (@c bs_longitude)
+ * if precondition is not be satisfied.
+ *
* @param[in] handle The handle from telephony_init()
* @param[out] bs_longitude The base station longitude, 0x7FFFFFFF if unknown
*