Skip to content

Commit

Permalink
Update CMIS module types for 2x100G AOC support (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirpat1 authored Feb 22, 2023
1 parent f132d12 commit 05dd3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic-xcvrd/xcvrd/xcvrd.py
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ class CmisManagerTask(threading.Thread):

CMIS_MAX_RETRIES = 3
CMIS_DEF_EXPIRED = 60 # seconds, default expiration time
CMIS_MODULE_TYPES = ['QSFP-DD', 'QSFP_DD', 'OSFP']
CMIS_MODULE_TYPES = ['QSFP-DD', 'QSFP_DD', 'OSFP', 'QSFP+C']
CMIS_NUM_CHANNELS = 8

CMIS_STATE_UNKNOWN = 'UNKNOWN'
Expand Down

0 comments on commit 05dd3bd

Please sign in to comment.