Class: Aws::LocationService::Types::LteCellDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::LteCellDetails
- Defined in:
- gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
Overview
Details about the Long-Term Evolution (LTE) network.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cell_id ⇒ Integer
The E-UTRAN Cell Identifier (ECI).
-
#local_id ⇒ Types::LteLocalId
The LTE local identification information (local ID).
-
#mcc ⇒ Integer
The Mobile Country Code (MCC).
-
#mnc ⇒ Integer
The Mobile Network Code (MNC).
-
#network_measurements ⇒ Array<Types::LteNetworkMeasurements>
The network measurements.
-
#nr_capable ⇒ Boolean
Indicates whether the LTE object is capable of supporting NR (new radio).
-
#rsrp ⇒ Integer
Signal power of the reference signal received, measured in decibel-milliwatts (dBm).
-
#rsrq ⇒ Float
Signal quality of the reference Signal received, measured in decibels (dB).
-
#tac ⇒ Integer
LTE Tracking Area Code (TAC).
-
#timing_advance ⇒ Integer
Timing Advance (TA).
Instance Attribute Details
#cell_id ⇒ Integer
The E-UTRAN Cell Identifier (ECI).
4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4918 class LteCellDetails < Struct.new( :cell_id, :mcc, :mnc, :local_id, :network_measurements, :timing_advance, :nr_capable, :rsrp, :rsrq, :tac) SENSITIVE = [] include Aws::Structure end |
#local_id ⇒ Types::LteLocalId
The LTE local identification information (local ID).
4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4918 class LteCellDetails < Struct.new( :cell_id, :mcc, :mnc, :local_id, :network_measurements, :timing_advance, :nr_capable, :rsrp, :rsrq, :tac) SENSITIVE = [] include Aws::Structure end |
#mcc ⇒ Integer
The Mobile Country Code (MCC).
4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4918 class LteCellDetails < Struct.new( :cell_id, :mcc, :mnc, :local_id, :network_measurements, :timing_advance, :nr_capable, :rsrp, :rsrq, :tac) SENSITIVE = [] include Aws::Structure end |
#mnc ⇒ Integer
The Mobile Network Code (MNC)
4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4918 class LteCellDetails < Struct.new( :cell_id, :mcc, :mnc, :local_id, :network_measurements, :timing_advance, :nr_capable, :rsrp, :rsrq, :tac) SENSITIVE = [] include Aws::Structure end |
#network_measurements ⇒ Array<Types::LteNetworkMeasurements>
The network measurements.
4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4918 class LteCellDetails < Struct.new( :cell_id, :mcc, :mnc, :local_id, :network_measurements, :timing_advance, :nr_capable, :rsrp, :rsrq, :tac) SENSITIVE = [] include Aws::Structure end |
#nr_capable ⇒ Boolean
Indicates whether the LTE object is capable of supporting NR (new radio).
4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4918 class LteCellDetails < Struct.new( :cell_id, :mcc, :mnc, :local_id, :network_measurements, :timing_advance, :nr_capable, :rsrp, :rsrq, :tac) SENSITIVE = [] include Aws::Structure end |
#rsrp ⇒ Integer
Signal power of the reference signal received, measured in decibel-milliwatts (dBm).
4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4918 class LteCellDetails < Struct.new( :cell_id, :mcc, :mnc, :local_id, :network_measurements, :timing_advance, :nr_capable, :rsrp, :rsrq, :tac) SENSITIVE = [] include Aws::Structure end |
#rsrq ⇒ Float
Signal quality of the reference Signal received, measured in decibels (dB).
4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4918 class LteCellDetails < Struct.new( :cell_id, :mcc, :mnc, :local_id, :network_measurements, :timing_advance, :nr_capable, :rsrp, :rsrq, :tac) SENSITIVE = [] include Aws::Structure end |
#tac ⇒ Integer
LTE Tracking Area Code (TAC).
4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4918 class LteCellDetails < Struct.new( :cell_id, :mcc, :mnc, :local_id, :network_measurements, :timing_advance, :nr_capable, :rsrp, :rsrq, :tac) SENSITIVE = [] include Aws::Structure end |
#timing_advance ⇒ Integer
Timing Advance (TA).
4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4918 class LteCellDetails < Struct.new( :cell_id, :mcc, :mnc, :local_id, :network_measurements, :timing_advance, :nr_capable, :rsrp, :rsrq, :tac) SENSITIVE = [] include Aws::Structure end |