summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-10-07 10:40:23 +0200
committerAleksander Morgado <aleksander@aleksander.es>2020-10-07 10:40:23 +0200
commit377a6add968bd54c70c9b57173774afa0c5077e6 (patch)
treebbf5f387cba93a60861fb54c021c8d8f2332d95f
parent1b30b3a20a62bd5af5060b2ffcaa018c2961d2c4 (diff)
libqmi-glib: BCD string handling in 1.26.6 already
-rw-r--r--data/qmi-service-nas.json6
-rw-r--r--docs/reference/libqmi-glib/libqmi-glib-docs.xml4
-rw-r--r--src/libqmi-glib/qmi-compat.h8
3 files changed, 11 insertions, 7 deletions
diff --git a/data/qmi-service-nas.json b/data/qmi-service-nas.json
index 1eb2247..6be3837 100644
--- a/data/qmi-service-nas.json
+++ b/data/qmi-service-nas.json
@@ -1625,7 +1625,7 @@
{ "name" : "GERAN Info v2",
"id" : "0x10",
"type" : "TLV",
- "since" : "1.28",
+ "since" : "1.26.6",
"format" : "sequence",
"contents" : [ { "name" : "Cell ID",
"format" : "guint32" },
@@ -1664,7 +1664,7 @@
{ "name" : "UMTS Info v2",
"id" : "0x11",
"type" : "TLV",
- "since" : "1.28",
+ "since" : "1.26.6",
"format" : "sequence",
"contents" : [ { "name" : "Cell ID",
"format" : "guint16" },
@@ -1726,7 +1726,7 @@
{ "name" : "Intrafrequency LTE Info v2",
"id" : "0x13",
"type" : "TLV",
- "since" : "1.28",
+ "since" : "1.26.6",
"format" : "sequence",
"contents" : [ { "name" : "UE In Idle",
"format" : "guint8",
diff --git a/docs/reference/libqmi-glib/libqmi-glib-docs.xml b/docs/reference/libqmi-glib/libqmi-glib-docs.xml
index c63ea81..a385b0c 100644
--- a/docs/reference/libqmi-glib/libqmi-glib-docs.xml
+++ b/docs/reference/libqmi-glib/libqmi-glib-docs.xml
@@ -570,6 +570,10 @@
<title>Index of new symbols in 1.26.2</title>
<xi:include href="xml/api-index-1.26.2.xml"></xi:include>
</chapter>
+ <chapter id="api-index-1-26-6" role="1.26.6">
+ <title>Index of new symbols in 1.26.2</title>
+ <xi:include href="xml/api-index-1.26.6.xml"></xi:include>
+ </chapter>
<xi:include href="xml/annotation-glossary.xml"></xi:include>
</book>
diff --git a/src/libqmi-glib/qmi-compat.h b/src/libqmi-glib/qmi-compat.h
index 664e931..585fa5c 100644
--- a/src/libqmi-glib/qmi-compat.h
+++ b/src/libqmi-glib/qmi-compat.h
@@ -2147,7 +2147,7 @@ gboolean qmi_message_nas_get_home_network_output_get_home_network_3gpp2 (
* A QmiMessageNasGetCellLocationInfoOutputGeranInfoCellElement struct.
*
* Since: 1.10
- * Deprecated: 1.28.
+ * Deprecated: 1.26.6.
*/
G_DEPRECATED
typedef struct _QmiMessageNasGetCellLocationInfoOutputGeranInfoCellElement {
@@ -2185,7 +2185,7 @@ typedef QmiMessageNasGetCellLocationInfoOutputIntrafrequencyLteInfoV2CellElement
* Returns: (skip): %TRUE if the field is found, %FALSE otherwise.
*
* Since: 1.10
- * Deprecated: 1.28. Use qmi_message_nas_get_cell_location_info_output_get_intrafrequency_lte_info_v2() instead.
+ * Deprecated: 1.26.6. Use qmi_message_nas_get_cell_location_info_output_get_intrafrequency_lte_info_v2() instead.
*/
G_DEPRECATED_FOR (qmi_message_nas_get_cell_location_info_output_get_intrafrequency_lte_info_v2)
gboolean qmi_message_nas_get_cell_location_info_output_get_intrafrequency_lte_info (
@@ -2228,7 +2228,7 @@ typedef QmiMessageNasGetCellLocationInfoOutputUmtsInfoV2NeighboringGeranElement
* Returns: (skip): %TRUE if the field is found, %FALSE otherwise.
*
* Since: 1.10
- * Deprecated: 1.28. Use qmi_message_nas_get_cell_location_info_output_get_umts_info_v2() instead.
+ * Deprecated: 1.26.6. Use qmi_message_nas_get_cell_location_info_output_get_umts_info_v2() instead.
*/
G_DEPRECATED_FOR (qmi_message_nas_get_cell_location_info_output_get_umts_info_v2)
gboolean qmi_message_nas_get_cell_location_info_output_get_umts_info (
@@ -2265,7 +2265,7 @@ gboolean qmi_message_nas_get_cell_location_info_output_get_umts_info (
* Returns: (skip): %TRUE if the field is found, %FALSE otherwise.
*
* Since: 1.10
- * Deprecated: 1.28. Use qmi_message_nas_get_cell_location_info_output_get_geran_info_v2() instead.
+ * Deprecated: 1.26.6. Use qmi_message_nas_get_cell_location_info_output_get_geran_info_v2() instead.
*/
G_DEPRECATED_FOR (qmi_message_nas_get_cell_location_info_output_get_geran_info_v2)
gboolean qmi_message_nas_get_cell_location_info_output_get_geran_info (