File tree 2 files changed +3
-2
lines changed
sonic_platform_base/sonic_xcvr
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,6 @@ def get_transceiver_info(self):
142
142
"cable_type" : "Length Cable Assembly(m)" ,
143
143
"cable_length" : float (admin_info [consts .LENGTH_ASSEMBLY_FIELD ]),
144
144
"nominal_bit_rate" : 0 , # Not supported
145
- "specification_compliance" : admin_info [consts .MEDIA_TYPE_FIELD ],
146
145
"vendor_date" : admin_info [consts .VENDOR_DATE_FIELD ],
147
146
"vendor_oui" : admin_info [consts .VENDOR_OUI_FIELD ]
148
147
}
Original file line number Diff line number Diff line change @@ -247,7 +247,9 @@ class Sff8024(XcvrCodes):
247
247
61 : 'FOIC2.8 (ITU-T G.709.1/Y.1331 G.Sup58)' ,
248
248
62 : 'FOIC2.4 (ITU-T G.709.1/Y.1331 G.Sup58)' ,
249
249
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'
251
253
}
252
254
253
255
NM_850_MEDIA_INTERFACE = {
You can’t perform that action at this time.
0 commit comments