Structure GenericInfo

HPE.Observation
   ┗ HPE.ObservationEpoch
      ┗ HPE.Cellular.CellularObservation
         ┗ HPE.Cellular.GenericInfo

namespace: HPE.Cellular
type RTT key: HPE.ObservationType.CELLULAR_GENERIC
packed: true

Description

Observation type specifies a common cellular observation in generic units. Sometimes observations are translated into a simpler format for transport.

Summary

Inherited fields defined in HPE.Observation

type

Inherited fields defined in HPE.ObservationEpoch

epoch

Inherited fields defined in HPE.Cellular.CellularObservation

cid

Fields defined in HPE.Cellular.GenericInfo

rss, rssUncert, taLowPart, taHighPart, taUncert, service

Field Detail

rss (required) : float32, in dBm

Received Signal Strength (RSS), the value is 0 if not defined. The units are -dBm.

rssUncert (required) : uint8

RSS standard deviation uncertainty in dB units. the value is 0 if not defined or unknown.

taLowPart (required) : uint16

Low part of timing advance measurement. Range is 0 to 49,999 nsecs (max 15km). Value is 0 if not defined

taHighPart (required) : uint8

High part of timing advance measurement. Range is 0 to 255 in units of 50 usec (max. 2550 usec or 3,825 km). Value is 0 if not used.

taUncert (required) : uint16

Timing advance standard deviation uncertainty in nanosecond units. The value is 0 if not defined.

service (required) : bool

Serving Cell indicator. If true, the measurement is from the serving cell, false if from a neighboring cell. If not defined set to false.