Class: Aws::LocationService::Types::LteNetworkMeasurements
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::LteNetworkMeasurements
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
LTE network measurements.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cell_id ⇒ Integer
E-UTRAN Cell Identifier (ECI).
-
#earfcn ⇒ Integer
E-UTRA (Evolved Universal Terrestrial Radio Access) absolute radio frequency channel number (EARFCN).
-
#pci ⇒ Integer
Physical Cell ID (PCI).
-
#rsrp ⇒ Integer
Signal power of the reference signal received, measured in dBm (decibel-milliwatts).
-
#rsrq ⇒ Float
Signal quality of the reference Signal received, measured in decibels (dB).
Instance Attribute Details
#cell_id ⇒ Integer
E-UTRAN Cell Identifier (ECI).
4978 4979 4980 4981 4982 4983 4984 4985 4986 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4978 class LteNetworkMeasurements < Struct.new( :earfcn, :cell_id, :pci, :rsrp, :rsrq) SENSITIVE = [] include Aws::Structure end |
#earfcn ⇒ Integer
E-UTRA (Evolved Universal Terrestrial Radio Access) absolute radio frequency channel number (EARFCN).
4978 4979 4980 4981 4982 4983 4984 4985 4986 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4978 class LteNetworkMeasurements < Struct.new( :earfcn, :cell_id, :pci, :rsrp, :rsrq) SENSITIVE = [] include Aws::Structure end |
#pci ⇒ Integer
Physical Cell ID (PCI).
4978 4979 4980 4981 4982 4983 4984 4985 4986 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4978 class LteNetworkMeasurements < Struct.new( :earfcn, :cell_id, :pci, :rsrp, :rsrq) SENSITIVE = [] include Aws::Structure end |
#rsrp ⇒ Integer
Signal power of the reference signal received, measured in dBm (decibel-milliwatts).
4978 4979 4980 4981 4982 4983 4984 4985 4986 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4978 class LteNetworkMeasurements < Struct.new( :earfcn, :cell_id, :pci, :rsrp, :rsrq) SENSITIVE = [] include Aws::Structure end |
#rsrq ⇒ Float
Signal quality of the reference Signal received, measured in decibels (dB).
4978 4979 4980 4981 4982 4983 4984 4985 4986 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4978 class LteNetworkMeasurements < Struct.new( :earfcn, :cell_id, :pci, :rsrp, :rsrq) SENSITIVE = [] include Aws::Structure end |