Skip to content

Commit

Permalink
Update host electrical interface for 2x100G AOC (sonic-net#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirpat1 authored Feb 22, 2023
1 parent 01ef800 commit 85c20cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion sonic_platform_base/sonic_xcvr/api/public/cmis.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ def get_transceiver_info(self):
"cable_type": "Length Cable Assembly(m)",
"cable_length": float(admin_info[consts.LENGTH_ASSEMBLY_FIELD]),
"nominal_bit_rate": 0, # Not supported
"specification_compliance": admin_info[consts.MEDIA_TYPE_FIELD],
"vendor_date": admin_info[consts.VENDOR_DATE_FIELD],
"vendor_oui": admin_info[consts.VENDOR_OUI_FIELD]
}
Expand Down
4 changes: 3 additions & 1 deletion sonic_platform_base/sonic_xcvr/codes/public/sff8024.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,9 @@ class Sff8024(XcvrCodes):
61: 'FOIC2.8 (ITU-T G.709.1/Y.1331 G.Sup58)',
62: 'FOIC2.4 (ITU-T G.709.1/Y.1331 G.Sup58)',
63: 'FOIC4.16 (ITU-T G.709.1 G.Sup58)',
64: 'FOIC4.8 (ITU-T G.709.1 G.Sup58)'
64: 'FOIC4.8 (ITU-T G.709.1 G.Sup58)',
65: 'CAUI-4 C2M (Annex 83E) without FEC',
66: 'CAUI-4 C2M (Annex 83E) with RS(528,514) FEC'
}

NM_850_MEDIA_INTERFACE = {
Expand Down

0 comments on commit 85c20cd

Please sign in to comment.