Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Bluetooth HAL

All HAL functions prototypes and structure definitions are available in bt_hal.h file.

MSO Management HAL

All HAL functions prototypes and structure definitions are available in mso_mgmt_hal.h file.

Voice HAL

All HAL functions prototypes and structure definitions are available in voice_hal.h file.

WAN HAL

All HAL functions prototypes and structure definitions are available in  wan_hal.h file.

TR69_TLV HAL

All HAL functions prototypes and structure definitions are available in Tr69_Tlv.h file.

  • Telemetry Key fields and data fields are stored in the database as TLV (Tag, Length, Value)
  1. Tag - uniquely identifies the field.
  2. Length - gives the size (in number of bytes) of the data associated with the field.
  3. Value - contains the actual data associated with the field stored in network byte ordering.

Common HAL

  •  A common HAL provides the necessary abstraction to all the CCSP components to interface with other common hardware components.
  • Eg : Platform HAL

...