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

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

Overview

GSM object for network measurement reports.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bcchInteger

GSM broadcast control channel.

Returns:

  • (Integer)


3058
3059
3060
3061
3062
3063
3064
3065
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3058

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

#bsicInteger

GSM base station identity code (BSIC).

Returns:

  • (Integer)


3058
3059
3060
3061
3062
3063
3064
3065
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3058

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

#global_identityTypes::GlobalIdentity

Global identity information of the GSM object.



3058
3059
3060
3061
3062
3063
3064
3065
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3058

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

#rx_levelInteger

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

Returns:

  • (Integer)


3058
3059
3060
3061
3062
3063
3064
3065
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3058

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