Top |
const gchar * | mm_cell_info_lte_get_operator_id () |
const gchar * | mm_cell_info_lte_get_tac () |
const gchar * | mm_cell_info_lte_get_ci () |
const gchar * | mm_cell_info_lte_get_physical_ci () |
guint | mm_cell_info_lte_get_earfcn () |
gdouble | mm_cell_info_lte_get_rsrp () |
gdouble | mm_cell_info_lte_get_rsrq () |
guint | mm_cell_info_lte_get_timing_advance () |
The MMCellInfoLte is an object used to report LTE cell information.
The object inherits from the generic MMCellInfo.
const gchar *
mm_cell_info_lte_get_operator_id (MMCellInfoLte *self
);
Get the PLMN MCC/MNC.
Since: 1.20
const gchar *
mm_cell_info_lte_get_tac (MMCellInfoLte *self
);
Get the two- or three- byte Tracking Area Code of the base station.
Encoded in upper-case hexadecimal format without leading zeros, as specified in 3GPP TS 27.007.
Since: 1.20
const gchar *
mm_cell_info_lte_get_ci (MMCellInfoLte *self
);
Get the two- or four-byte Cell Identifier.
Encoded in upper-case hexadecimal format without leading zeros, as specified in 3GPP TS 27.007.
Since: 1.20
const gchar *
mm_cell_info_lte_get_physical_ci (MMCellInfoLte *self
);
Get the physical cell identifier.
Encoded in upper-case hexadecimal format without leading zeros, as specified in 3GPP TS 27.007.
Since: 1.20
guint
mm_cell_info_lte_get_earfcn (MMCellInfoLte *self
);
Get the E-UTRA absolute RF channel number.
Since: 1.20
gdouble
mm_cell_info_lte_get_rsrp (MMCellInfoLte *self
);
Get the average reference signal received power in dBm.
Since: 1.20
gdouble
mm_cell_info_lte_get_rsrq (MMCellInfoLte *self
);
Get the average reference signal received quality in dB.
Since: 1.20
guint
mm_cell_info_lte_get_timing_advance (MMCellInfoLte *self
);
Get the timing advance.
Since: 1.20
struct MMCellInfoLte;
The MMCellInfoLte structure contains private data and should only be accessed using the provided API.