Class: Aws::IoTWireless::Types::GsmNmrObj

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Overview

GSM object for network measurement reports.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bcch ⇒ Integer

GSM broadcast control channel.

Returns:

  • (Integer)


3257
3258
3259
3260
3261
3262
3263
3264
# File 'lib/aws-sdk-iotwireless/types.rb', line 3257

class GsmNmrObj < Struct.new(
  :bsic,
  :bcch,
  :rx_level,
  :global_identity)
  SENSITIVE = []
  include Aws::Structure
end

#bsic ⇒ Integer

GSM base station identity code (BSIC).

Returns:

  • (Integer)


3257
3258
3259
3260
3261
3262
3263
3264
# File 'lib/aws-sdk-iotwireless/types.rb', line 3257

class GsmNmrObj < Struct.new(
  :bsic,
  :bcch,
  :rx_level,
  :global_identity)
  SENSITIVE = []
  include Aws::Structure
end

#global_identity ⇒ Types::GlobalIdentity

Global identity information of the GSM object.



3257
3258
3259
3260
3261
3262
3263
3264
# File 'lib/aws-sdk-iotwireless/types.rb', line 3257

class GsmNmrObj < Struct.new(
  :bsic,
  :bcch,
  :rx_level,
  :global_identity)
  SENSITIVE = []
  include Aws::Structure
end

#rx_level ⇒ Integer

Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).

Returns:

  • (Integer)


3257
3258
3259
3260
3261
3262
3263
3264
# File 'lib/aws-sdk-iotwireless/types.rb', line 3257

class GsmNmrObj < Struct.new(
  :bsic,
  :bcch,
  :rx_level,
  :global_identity)
  SENSITIVE = []
  include Aws::Structure
end