Class: Aws::LocationService::Types::LteNetworkMeasurements

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb

Overview

LTE network measurements.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cell_idInteger

E-UTRAN Cell Identifier (ECI).

Returns:

  • (Integer)


4980
4981
4982
4983
4984
4985
4986
4987
4988
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4980

class LteNetworkMeasurements < Struct.new(
  :earfcn,
  :cell_id,
  :pci,
  :rsrp,
  :rsrq)
  SENSITIVE = []
  include Aws::Structure
end

#earfcnInteger

E-UTRA (Evolved Universal Terrestrial Radio Access) absolute radio frequency channel number (EARFCN).

Returns:

  • (Integer)


4980
4981
4982
4983
4984
4985
4986
4987
4988
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4980

class LteNetworkMeasurements < Struct.new(
  :earfcn,
  :cell_id,
  :pci,
  :rsrp,
  :rsrq)
  SENSITIVE = []
  include Aws::Structure
end

#pciInteger

Physical Cell ID (PCI).

Returns:

  • (Integer)


4980
4981
4982
4983
4984
4985
4986
4987
4988
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4980

class LteNetworkMeasurements < Struct.new(
  :earfcn,
  :cell_id,
  :pci,
  :rsrp,
  :rsrq)
  SENSITIVE = []
  include Aws::Structure
end

#rsrpInteger

Signal power of the reference signal received, measured in dBm (decibel-milliwatts).

Returns:

  • (Integer)


4980
4981
4982
4983
4984
4985
4986
4987
4988
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4980

class LteNetworkMeasurements < Struct.new(
  :earfcn,
  :cell_id,
  :pci,
  :rsrp,
  :rsrq)
  SENSITIVE = []
  include Aws::Structure
end

#rsrqFloat

Signal quality of the reference Signal received, measured in decibels (dB).

Returns:

  • (Float)


4980
4981
4982
4983
4984
4985
4986
4987
4988
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4980

class LteNetworkMeasurements < Struct.new(
  :earfcn,
  :cell_id,
  :pci,
  :rsrp,
  :rsrq)
  SENSITIVE = []
  include Aws::Structure
end