Skip to content

Commit

Permalink
Move tx_disable/tx_disabled_channel to TRANSCEIVER_STATUS table (#1316)
Browse files Browse the repository at this point in the history
Move tx_disable to TRANSCEIVER_STATUS table
  • Loading branch information
longhuan-cisco authored Apr 11, 2023
1 parent 020a60f commit 1e2e15a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/platform_api/CMIS_and_C-CMIS_support_for_ZR.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ New Transceiver info table and transceiver DOM sensor table adapted to 400G-ZR m
; Defines Transceiver DOM sensor information for a port
key = TRANSCEIVER_DOM_SENSOR|ifname ; information module DOM sensors on port
; field = value
tx_disable = BOOLEAN ; TX disable state
tx_disabled_channel = INTEGER ; TX disable field
temperature = FLOAT ; temperature value in Celsius
voltage = FLOAT ; voltage value in V
tx1power = FLOAT ; tx 1 power in dBm
Expand Down Expand Up @@ -301,6 +299,8 @@ New Transceiver info table and transceiver DOM sensor table adapted to 400G-ZR m
rxoutput_status_hostlane6 = BOOLEAN ; rx output status on host lane 6
rxoutput_status_hostlane7 = BOOLEAN ; rx output status on host lane 7
rxoutput_status_hostlane8 = BOOLEAN ; rx output status on host lane 8
tx_disable = BOOLEAN ; TX disable state
tx_disabled_channel = INTEGER ; TX disable field
txfault = BOOLEAN ; tx fault flag on media lane
txlos_hostlane1 = BOOLEAN ; tx loss of signal flag on host lane 1
txlos_hostlane2 = BOOLEAN ; tx loss of signal flag on host lane 2
Expand Down

0 comments on commit 1e2e15a

Please sign in to comment.