Top | ![]() |
![]() |
![]() |
![]() |
const gchar * | mm_cell_info_nr5g_get_operator_id () |
const gchar * | mm_cell_info_nr5g_get_tac () |
const gchar * | mm_cell_info_nr5g_get_ci () |
const gchar * | mm_cell_info_nr5g_get_physical_ci () |
guint | mm_cell_info_nr5g_get_nrarfcn () |
gdouble | mm_cell_info_nr5g_get_rsrp () |
gdouble | mm_cell_info_nr5g_get_rsrq () |
gdouble | mm_cell_info_nr5g_get_sinr () |
guint | mm_cell_info_nr5g_get_timing_advance () |
guint | mm_cell_info_nr5g_get_bandwidth () |
MMServingCellType | mm_cell_info_nr5g_get_serving_cell_type () |
The MMCellInfoNr5g is an object used to report 5GNR cell information.
The object inherits from the generic MMCellInfo.
const gchar *
mm_cell_info_nr5g_get_operator_id (MMCellInfoNr5g *self
);
Get the PLMN MCC/MNC.
Since: 1.20
const gchar *
mm_cell_info_nr5g_get_tac (MMCellInfoNr5g *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_nr5g_get_ci (MMCellInfoNr5g *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_nr5g_get_physical_ci (MMCellInfoNr5g *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_nr5g_get_nrarfcn (MMCellInfoNr5g *self
);
Get the NR absolute RF channel number.
Since: 1.20
gdouble
mm_cell_info_nr5g_get_rsrp (MMCellInfoNr5g *self
);
Get the average reference signal received power in dBm.
Since: 1.20
gdouble
mm_cell_info_nr5g_get_rsrq (MMCellInfoNr5g *self
);
Get the average reference signal received quality in dB.
Since: 1.20
gdouble
mm_cell_info_nr5g_get_sinr (MMCellInfoNr5g *self
);
Get the signal to interference and noise ratio.
Since: 1.20
guint
mm_cell_info_nr5g_get_timing_advance (MMCellInfoNr5g *self
);
Get the timing advance.
Since: 1.20
guint
mm_cell_info_nr5g_get_bandwidth (MMCellInfoNr5g *self
);
Get the bandwidth of the particular carrier in downlink.
Since: 1.22
MMServingCellType
mm_cell_info_nr5g_get_serving_cell_type
(MMCellInfoNr5g *self
);
Get the serving cell type.
Since: 1.22
struct MMCellInfoNr5g;
The MMCellInfoNr5g structure contains private data and should only be accessed using the provided API.