diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2022-01-02 15:38:23 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2022-01-18 09:00:10 +0000 |
commit | b5a5d58650f168423c14fa3246c8ce9137c2e0da (patch) | |
tree | 7a31be2520a109a49f13b4702bb26498e6c386e7 /docs | |
parent | 7c7f97807b5b6a6ccf9a85f8d033e3471f3e996f (diff) |
libmm-glib,cell-info-umts: new 'MMCellInfoUmts' object
Implementing support for UMTS cell info.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/libmm-glib/libmm-glib-docs.xml | 1 | ||||
-rw-r--r-- | docs/reference/libmm-glib/libmm-glib-sections.txt | 55 |
2 files changed, 49 insertions, 7 deletions
diff --git a/docs/reference/libmm-glib/libmm-glib-docs.xml b/docs/reference/libmm-glib/libmm-glib-docs.xml index ae2ba088..e84a6088 100644 --- a/docs/reference/libmm-glib/libmm-glib-docs.xml +++ b/docs/reference/libmm-glib/libmm-glib-docs.xml @@ -95,6 +95,7 @@ <xi:include href="xml/mm-cell-info.xml"/> <xi:include href="xml/mm-cell-info-cdma.xml"/> <xi:include href="xml/mm-cell-info-gsm.xml"/> + <xi:include href="xml/mm-cell-info-umts.xml"/> <xi:include href="xml/mm-pco.xml"/> <xi:include href="xml/mm-nr5g-registration-settings.xml"/> </section> diff --git a/docs/reference/libmm-glib/libmm-glib-sections.txt b/docs/reference/libmm-glib/libmm-glib-sections.txt index f61e5e82..f64b9927 100644 --- a/docs/reference/libmm-glib/libmm-glib-sections.txt +++ b/docs/reference/libmm-glib/libmm-glib-sections.txt @@ -340,13 +340,13 @@ mm_cell_info_cdma_get_type <TITLE>MMCellInfoGsm</TITLE> MMCellInfoGsm <SUBSECTION Getters> -mm_cell_info_gsm_gsm_get_operator_id -mm_cell_info_gsm_gsm_get_lac -mm_cell_info_gsm_gsm_get_ci -mm_cell_info_gsm_gsm_get_timing_advance -mm_cell_info_gsm_gsm_get_arfcn -mm_cell_info_gsm_gsm_get_base_station_id -mm_cell_info_gsm_gsm_get_rx_level +mm_cell_info_gsm_get_operator_id +mm_cell_info_gsm_get_lac +mm_cell_info_gsm_get_ci +mm_cell_info_gsm_get_timing_advance +mm_cell_info_gsm_get_arfcn +mm_cell_info_gsm_get_base_station_id +mm_cell_info_gsm_get_rx_level <SUBSECTION Private> mm_cell_info_gsm_new_from_dictionary mm_cell_info_gsm_set_operator_id @@ -369,6 +369,47 @@ mm_cell_info_gsm_get_type </SECTION> <SECTION> +<FILE>mm-cell-info-umts</FILE> +<TITLE>MMCellInfoUmts</TITLE> +MMCellInfoUmts +<SUBSECTION Getters> +mm_cell_info_umts_get_operator_id +mm_cell_info_umts_get_lac +mm_cell_info_umts_get_ci +mm_cell_info_umts_get_frequency_fdd_ul +mm_cell_info_umts_get_frequency_fdd_dl +mm_cell_info_umts_get_frequency_tdd +mm_cell_info_umts_get_uarfcn +mm_cell_info_umts_get_psc +mm_cell_info_umts_get_rscp +mm_cell_info_umts_get_ecio +mm_cell_info_umts_get_path_loss +<SUBSECTION Private> +mm_cell_info_umts_new_from_dictionary +mm_cell_info_umts_set_operator_id +mm_cell_info_umts_set_lac +mm_cell_info_umts_set_ci +mm_cell_info_umts_set_frequency_fdd_ul +mm_cell_info_umts_set_frequency_fdd_dl +mm_cell_info_umts_set_frequency_tdd +mm_cell_info_umts_set_uarfcn +mm_cell_info_umts_set_psc +mm_cell_info_umts_set_rscp +mm_cell_info_umts_set_ecio +mm_cell_info_umts_set_path_loss +<SUBSECTION Standard> +MMCellInfoUmtsClass +MMCellInfoUmtsPrivate +MM_IS_CELL_INFO_UMTS +MM_IS_CELL_INFO_UMTS_CLASS +MM_TYPE_CELL_INFO_UMTS +MM_CELL_INFO_UMTS +MM_CELL_INFO_UMTS_CLASS +MM_CELL_INFO_UMTS_GET_CLASS +mm_cell_info_umts_get_type +</SECTION> + +<SECTION> <FILE>mm-modem-3gpp</FILE> <TITLE>MMModem3gpp</TITLE> MMModem3gpp |