Top |
The MMCellInfoUmts is an object used to report UMTS cell information.
The object inherits from the generic MMCellInfo.
const gchar *
mm_cell_info_umts_get_operator_id (MMCellInfoUmts *self
);
Get the PLMN MCC/MNC.
Since: 1.20
const gchar *
mm_cell_info_umts_get_lac (MMCellInfoUmts *self
);
Get the two-byte Location 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_umts_get_ci (MMCellInfoUmts *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
guint
mm_cell_info_umts_get_frequency_fdd_ul
(MMCellInfoUmts *self
);
Get the frequency of the uplink in kHz while in FDD.
Since: 1.20
guint
mm_cell_info_umts_get_frequency_fdd_dl
(MMCellInfoUmts *self
);
Get the frequency of the downlink in kHz while in FDD.
Since: 1.20
guint
mm_cell_info_umts_get_frequency_tdd (MMCellInfoUmts *self
);
Get the frequency in kHz while in TDD.
Since: 1.20
guint
mm_cell_info_umts_get_uarfcn (MMCellInfoUmts *self
);
Get the UTRA absolute RF channel number.
Since: 1.20
guint
mm_cell_info_umts_get_psc (MMCellInfoUmts *self
);
Get the primary scrambling code.
Since: 1.20
gdouble
mm_cell_info_umts_get_rscp (MMCellInfoUmts *self
);
Get the received signal code power.
Since: 1.20
gdouble
mm_cell_info_umts_get_ecio (MMCellInfoUmts *self
);
Get the ECIO, the received energy per chip divided by the power density in the band measured in dBm on the primary CPICH channel of the cell.
Since: 1.20
guint
mm_cell_info_umts_get_path_loss (MMCellInfoUmts *self
);
Get the path loss of the cell.
Since: 1.20
struct MMCellInfoUmts;
The MMCellInfoUmts structure contains private data and should only be accessed using the provided API.