Skip to content

Commit 85c20cd

Browse files
authored
Update host electrical interface for 2x100G AOC (sonic-net#346)
1 parent 01ef800 commit 85c20cd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

sonic_platform_base/sonic_xcvr/api/public/cmis.py

-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ def get_transceiver_info(self):
142142
"cable_type": "Length Cable Assembly(m)",
143143
"cable_length": float(admin_info[consts.LENGTH_ASSEMBLY_FIELD]),
144144
"nominal_bit_rate": 0, # Not supported
145-
"specification_compliance": admin_info[consts.MEDIA_TYPE_FIELD],
146145
"vendor_date": admin_info[consts.VENDOR_DATE_FIELD],
147146
"vendor_oui": admin_info[consts.VENDOR_OUI_FIELD]
148147
}

sonic_platform_base/sonic_xcvr/codes/public/sff8024.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,9 @@ class Sff8024(XcvrCodes):
247247
61: 'FOIC2.8 (ITU-T G.709.1/Y.1331 G.Sup58)',
248248
62: 'FOIC2.4 (ITU-T G.709.1/Y.1331 G.Sup58)',
249249
63: 'FOIC4.16 (ITU-T G.709.1 G.Sup58)',
250-
64: 'FOIC4.8 (ITU-T G.709.1 G.Sup58)'
250+
64: 'FOIC4.8 (ITU-T G.709.1 G.Sup58)',
251+
65: 'CAUI-4 C2M (Annex 83E) without FEC',
252+
66: 'CAUI-4 C2M (Annex 83E) with RS(528,514) FEC'
251253
}
252254

253255
NM_850_MEDIA_INTERFACE = {

0 commit comments

Comments
 (0)