Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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