ModemManager.CellInfoGsm

g GObject.Object GObject.Object ModemManager.CellInfo ModemManager.CellInfo GObject.Object->ModemManager.CellInfo ModemManager.CellInfoGsm ModemManager.CellInfoGsm ModemManager.CellInfo->ModemManager.CellInfoGsm

Subclasses:

None

Methods

Inherited:

ModemManager.CellInfo (2), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

get_arfcn ()

get_base_station_id ()

get_ci ()

get_lac ()

get_operator_id ()

get_rx_level ()

get_timing_advance ()

Virtual Methods

Inherited:

ModemManager.CellInfo (2), GObject.Object (7)

Properties

None

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

ModemManager.CellInfo

r

Class Details

class ModemManager.CellInfoGsm(**kwargs)
Bases:

ModemManager.CellInfo

Abstract:

No

Structure:

ModemManager.CellInfoGsmClass

The ModemManager.CellInfoGsm structure contains private data and should only be accessed using the provided API.

get_arfcn()
Returns:

the ARFCN, or GObject.G_MAXUINT if not available.

Return type:

int

Get the absolute RF channel number.

New in version 1.20.

get_base_station_id()
Returns:

the GSM base station id, or None if not available.

Return type:

str

Get the GSM base station id, in upper-case hexadecimal format without leading zeros. E.g. “3F”.

New in version 1.20.

get_ci()
Returns:

the MCCMNC, or None if not available.

Return type:

str

Get the two- or four-byte Cell Identifier.

Encoded in upper-case hexadecimal format without leading zeros, as specified in 3GPP TS 27.007.

New in version 1.20.

get_lac()
Returns:

the MCCMNC, or None if not available.

Return type:

str

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.

New in version 1.20.

get_operator_id()
Returns:

the MCCMNC, or None if not available.

Return type:

str

Get the PLMN MCC/MNC.

New in version 1.20.

get_rx_level()
Returns:

the rx level, or GObject.G_MAXUINT if not available.

Return type:

int

Get the serving cell RX measurement.

New in version 1.20.

get_timing_advance()
Returns:

the timing advance, or GObject.G_MAXUINT if not available.

Return type:

int

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.

New in version 1.20.