Class: Aws::IoTWireless::Types::LteNmrObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LteNmrObj
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
LTE object for network measurement reports.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#earfcn ⇒ Integer
E-UTRA (Evolved universal terrestrial Radio Access) absolute radio frequency channel Number (EARFCN).
-
#eutran_cid ⇒ Integer
E-UTRAN (Evolved Universal Terrestrial Radio Access Network) cell global identifier (EUTRANCID).
-
#pci ⇒ Integer
Physical cell ID.
-
#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
#earfcn ⇒ Integer
E-UTRA (Evolved universal terrestrial Radio Access) absolute radio frequency channel Number (EARFCN).
4750 4751 4752 4753 4754 4755 4756 4757 4758 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4750 class LteNmrObj < Struct.new( :pci, :earfcn, :eutran_cid, :rsrp, :rsrq) SENSITIVE = [] include Aws::Structure end |
#eutran_cid ⇒ Integer
E-UTRAN (Evolved Universal Terrestrial Radio Access Network) cell global identifier (EUTRANCID).
4750 4751 4752 4753 4754 4755 4756 4757 4758 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4750 class LteNmrObj < Struct.new( :pci, :earfcn, :eutran_cid, :rsrp, :rsrq) SENSITIVE = [] include Aws::Structure end |
#pci ⇒ Integer
Physical cell ID.
4750 4751 4752 4753 4754 4755 4756 4757 4758 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4750 class LteNmrObj < Struct.new( :pci, :earfcn, :eutran_cid, :rsrp, :rsrq) SENSITIVE = [] include Aws::Structure end |
#rsrp ⇒ Integer
Signal power of the reference signal received, measured in dBm (decibel-milliwatts).
4750 4751 4752 4753 4754 4755 4756 4757 4758 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4750 class LteNmrObj < Struct.new( :pci, :earfcn, :eutran_cid, :rsrp, :rsrq) SENSITIVE = [] include Aws::Structure end |
#rsrq ⇒ Float
Signal quality of the reference Signal received, measured in decibels (dB).
4750 4751 4752 4753 4754 4755 4756 4757 4758 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4750 class LteNmrObj < Struct.new( :pci, :earfcn, :eutran_cid, :rsrp, :rsrq) SENSITIVE = [] include Aws::Structure end |