Class: Aws::IoTWireless::Types::LteObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LteObj
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
LTE object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#eutran_cid ⇒ Integer
E-UTRAN (Evolved Universal Terrestrial Radio Access Network) Cell Global Identifier.
-
#lte_local_id ⇒ Types::LteLocalId
LTE local identification (local ID) information.
-
#lte_nmr ⇒ Array<Types::LteNmrObj>
LTE object for network measurement reports.
-
#lte_timing_advance ⇒ Integer
LTE timing advance.
-
#mcc ⇒ Integer
Mobile Country Code.
-
#mnc ⇒ Integer
Mobile Network Code.
-
#nr_capable ⇒ Boolean
Parameter that determines whether the LTE object is capable of supporting NR (new radio).
-
#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).
-
#tac ⇒ Integer
LTE tracking area code.
Instance Attribute Details
#eutran_cid ⇒ Integer
E-UTRAN (Evolved Universal Terrestrial Radio Access Network) Cell Global Identifier.
4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4806 class LteObj < Struct.new( :mcc, :mnc, :eutran_cid, :tac, :lte_local_id, :lte_timing_advance, :rsrp, :rsrq, :nr_capable, :lte_nmr) SENSITIVE = [] include Aws::Structure end |
#lte_local_id ⇒ Types::LteLocalId
LTE local identification (local ID) information.
4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4806 class LteObj < Struct.new( :mcc, :mnc, :eutran_cid, :tac, :lte_local_id, :lte_timing_advance, :rsrp, :rsrq, :nr_capable, :lte_nmr) SENSITIVE = [] include Aws::Structure end |
#lte_nmr ⇒ Array<Types::LteNmrObj>
LTE object for network measurement reports.
4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4806 class LteObj < Struct.new( :mcc, :mnc, :eutran_cid, :tac, :lte_local_id, :lte_timing_advance, :rsrp, :rsrq, :nr_capable, :lte_nmr) SENSITIVE = [] include Aws::Structure end |
#lte_timing_advance ⇒ Integer
LTE timing advance.
4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4806 class LteObj < Struct.new( :mcc, :mnc, :eutran_cid, :tac, :lte_local_id, :lte_timing_advance, :rsrp, :rsrq, :nr_capable, :lte_nmr) SENSITIVE = [] include Aws::Structure end |
#mcc ⇒ Integer
Mobile Country Code.
4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4806 class LteObj < Struct.new( :mcc, :mnc, :eutran_cid, :tac, :lte_local_id, :lte_timing_advance, :rsrp, :rsrq, :nr_capable, :lte_nmr) SENSITIVE = [] include Aws::Structure end |
#mnc ⇒ Integer
Mobile Network Code.
4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4806 class LteObj < Struct.new( :mcc, :mnc, :eutran_cid, :tac, :lte_local_id, :lte_timing_advance, :rsrp, :rsrq, :nr_capable, :lte_nmr) SENSITIVE = [] include Aws::Structure end |
#nr_capable ⇒ Boolean
Parameter that determines whether the LTE object is capable of supporting NR (new radio).
4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4806 class LteObj < Struct.new( :mcc, :mnc, :eutran_cid, :tac, :lte_local_id, :lte_timing_advance, :rsrp, :rsrq, :nr_capable, :lte_nmr) SENSITIVE = [] include Aws::Structure end |
#rsrp ⇒ Integer
Signal power of the reference signal received, measured in dBm (decibel-milliwatts).
4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4806 class LteObj < Struct.new( :mcc, :mnc, :eutran_cid, :tac, :lte_local_id, :lte_timing_advance, :rsrp, :rsrq, :nr_capable, :lte_nmr) SENSITIVE = [] include Aws::Structure end |
#rsrq ⇒ Float
Signal quality of the reference Signal received, measured in decibels (dB).
4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4806 class LteObj < Struct.new( :mcc, :mnc, :eutran_cid, :tac, :lte_local_id, :lte_timing_advance, :rsrp, :rsrq, :nr_capable, :lte_nmr) SENSITIVE = [] include Aws::Structure end |
#tac ⇒ Integer
LTE tracking area code.
4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4806 class LteObj < Struct.new( :mcc, :mnc, :eutran_cid, :tac, :lte_local_id, :lte_timing_advance, :rsrp, :rsrq, :nr_capable, :lte_nmr) SENSITIVE = [] include Aws::Structure end |