Top |
The MMCellInfoTdscdma is an object used to report TDSCDMA cell information.
The object inherits from the generic MMCellInfo.
const gchar *
mm_cell_info_tdscdma_get_operator_id (MMCellInfoTdscdma *self
);
Get the PLMN MCC/MNC.
Since: 1.20
const gchar *
mm_cell_info_tdscdma_get_lac (MMCellInfoTdscdma *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_tdscdma_get_ci (MMCellInfoTdscdma *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_tdscdma_get_uarfcn (MMCellInfoTdscdma *self
);
Get the UTRA absolute RF channel number.
Since: 1.20
guint
mm_cell_info_tdscdma_get_cell_parameter_id
(MMCellInfoTdscdma *self
);
Get the cell parameter id.
Since: 1.20
guint
mm_cell_info_tdscdma_get_timing_advance
(MMCellInfoTdscdma *self
);
Get the measured delay (in bit periods) of an access burst transmission on the RACH or PRACH to the expected signal from a mobile station at zero distance under static channel conditions.
Since: 1.20
gdouble
mm_cell_info_tdscdma_get_rscp (MMCellInfoTdscdma *self
);
Get the received signal code power.
Since: 1.20
guint
mm_cell_info_tdscdma_get_path_loss (MMCellInfoTdscdma *self
);
Get the path loss of the cell.
Since: 1.20
struct MMCellInfoTdscdma;
The MMCellInfoTdscdma structure contains private data and should only be accessed using the provided API.