BDS 1,0 - Data Link Capability Report

Data Structures

struct  ast_bds_10_t
 BDS 1,0 - Data Link Capability Report. More...
 

Enumerations

enum  ast_bds_uelm_capability_t {
  AST_BDS_UELM_CAP_NO = 0, AST_BDS_UELM_CAP_1S = 1, AST_BDS_UELM_CAP_500MS = 2, AST_BDS_UELM_CAP_250MS = 3,
  AST_BDS_UELM_CAP_125MS = 4, AST_BDS_UELM_CAP_60MS = 5, AST_BDS_UELM_CAP_30MS = 6, AST_BDS_UELM_CAP_UNASSIGNED = 7
}
 Uplink ELM Average Throughput Capability. More...
 
enum  ast_bds_delm_capability_t {
  AST_BDS_DELM_CAP_NO = 0, AST_BDS_DELM_CAP_4SEG_1S = 1, AST_BDS_DELM_CAP_8SEG_1S = 2, AST_BDS_DELM_CAP_16SEG_1S = 3,
  AST_BDS_DELM_CAP_16SEG_500MS = 4, AST_BDS_DELM_CAP_16SEG_250MS = 5, AST_BDS_DELM_CAP_16SEG_125MS = 6, AST_BDS_DELM_CAP_UNASSIGNED = 7
}
 Downlink ELM Throughput Capability. More...
 

Functions

ast_bds_10_t ast_bds_10_decode (const ast_bds_t bds)
 Decode function. More...
 
void ast_bds_10_get_detail_html (char *detail, const size_t detail_size, const ast_bds_t bds)
 Get detail function. More...
 

Detailed Description

Enumeration Type Documentation

◆ ast_bds_delm_capability_t

Downlink ELM Throughput Capability.

Enumerator
AST_BDS_DELM_CAP_NO 
AST_BDS_DELM_CAP_4SEG_1S 
AST_BDS_DELM_CAP_8SEG_1S 
AST_BDS_DELM_CAP_16SEG_1S 
AST_BDS_DELM_CAP_16SEG_500MS 
AST_BDS_DELM_CAP_16SEG_250MS 
AST_BDS_DELM_CAP_16SEG_125MS 
AST_BDS_DELM_CAP_UNASSIGNED 

◆ ast_bds_uelm_capability_t

Uplink ELM Average Throughput Capability.

Enumerator
AST_BDS_UELM_CAP_NO 
AST_BDS_UELM_CAP_1S 
AST_BDS_UELM_CAP_500MS 
AST_BDS_UELM_CAP_250MS 
AST_BDS_UELM_CAP_125MS 
AST_BDS_UELM_CAP_60MS 
AST_BDS_UELM_CAP_30MS 
AST_BDS_UELM_CAP_UNASSIGNED 

Function Documentation

◆ ast_bds_10_decode()

ast_bds_10_t ast_bds_10_decode ( const ast_bds_t  bds)

Decode function.

◆ ast_bds_10_get_detail_html()

void ast_bds_10_get_detail_html ( char *  detail,
const size_t  detail_size,
const ast_bds_t  bds 
)

Get detail function.