AWSLocationLteCellDetails

Objective-C

@interface AWSLocationLteCellDetails

Swift

class AWSLocationLteCellDetails

Details about the Long-Term Evolution (LTE) network.

Required parameters: [CellId, Mcc, Mnc]

  • The E-UTRAN Cell Identifier (ECI).

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable cellId;

    Swift

    var cellId: NSNumber? { get set }
  • The LTE local identification information (local ID).

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSLocationLteLocalId *_Nullable localId;

    Swift

    var localId: AWSLocationLteLocalId? { get set }
  • mcc

    The Mobile Country Code (MCC).

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable mcc;

    Swift

    var mcc: NSNumber? { get set }
  • mnc

    The Mobile Network Code (MNC)

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable mnc;

    Swift

    var mnc: NSNumber? { get set }
  • The network measurements.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSLocationLteNetworkMeasurements *> *_Nullable networkMeasurements;

    Swift

    var networkMeasurements: [AWSLocationLteNetworkMeasurements]? { get set }
  • Indicates whether the LTE object is capable of supporting NR (new radio).

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable nrCapable;

    Swift

    var nrCapable: NSNumber? { get set }
  • Signal power of the reference signal received, measured in decibel-milliwatts (dBm).

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable rsrp;

    Swift

    var rsrp: NSNumber? { get set }
  • Signal quality of the reference Signal received, measured in decibels (dB).

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable rsrq;

    Swift

    var rsrq: NSNumber? { get set }
  • tac

    LTE Tracking Area Code (TAC).

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable tac;

    Swift

    var tac: NSNumber? { get set }
  • Timing Advance (TA).

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable timingAdvance;

    Swift

    var timingAdvance: NSNumber? { get set }