Skip to content

Commit

Permalink
Update CMIS api's rendering max-duration (#375)
Browse files Browse the repository at this point in the history
* Update api's rendering maxduration

Update ModulePwrUp, ModulePwrDown, DataPathInit and DataPathDeInit api's to handle unsupported values

* Update CMIS module timing enums with reserved values

* Update the api's rendering duration values of CMIS modules

* Update the api's rendering duration values of CMIS modules

* Update the api's rendering duration values of CMIS modules
  • Loading branch information
rajann authored May 25, 2023
1 parent e81f3d3 commit 8c0398e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sonic_platform_base/sonic_xcvr/codes/public/cmis.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ class CmisCodes(Sff8024):
11: '600000',
12: '3000000',
13: '6000000',
14: '0',
15: '0'
}

# TODO: Add other codes

0 comments on commit 8c0398e

Please sign in to comment.