Skip to content

Commit

Permalink
oopt-tai/inc:Add enum for modulation-format
Browse files Browse the repository at this point in the history
  • Loading branch information
hongliMurphy committed Mar 17, 2022
1 parent aff8455 commit 3b0e679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 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 Down

0 comments on commit 3b0e679

Please sign in to comment.