Skip to content

Commit

Permalink
oopt-tai/inc: Add enum for modulation-format and fec-type in tainetwo…
Browse files Browse the repository at this point in the history
…rkif.h
  • Loading branch information
hongliMurphy committed Mar 21, 2022
1 parent aff8455 commit 3ed907e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inc/tainetworkif.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ typedef enum _tai_network_interface_modulation_format_t
TAI_NETWORK_INTERFACE_MODULATION_FORMAT_DP_32_QAM,
TAI_NETWORK_INTERFACE_MODULATION_FORMAT_64_QAM,
TAI_NETWORK_INTERFACE_MODULATION_FORMAT_DP_64_QAM,
TAI_NETWORK_INTERFACE_MODULATION_FORMAT_DP_16_QAM_PS, /*Probabilistic Shaping*/
TAI_NETWORK_INTERFACE_MODULATION_FORMAT_MAX
} tai_network_interface_modulation_format_t;

Expand All @@ -114,6 +115,7 @@ typedef enum _tai_network_interface_fec_type_t
TAI_NETWORK_INTERFACE_FEC_TYPE_SC_FEC,
TAI_NETWORK_INTERFACE_FEC_TYPE_CFEC,
TAI_NETWORK_INTERFACE_FEC_TYPE_OFEC,
TAI_NETWORK_INTERFACE_FEC_TYPE_NONE,
} tai_network_interface_fec_type_t;

/** @brief The client signal mapping type */
Expand Down

0 comments on commit 3ed907e

Please sign in to comment.