mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-31 18:58:01 +00:00
l3_cxprofile.py : updated column for GI
port_probe.py : report the GI (Guard Index) for reporting Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -244,10 +244,10 @@ class ProbePort(LFCliBase):
|
||||
|
||||
if abs(self.tx_mbit - self.tx_data_rate_gi_short_Mbps) <= abs(self.tx_mbit - self.tx_data_rate_gi_long_Mbps):
|
||||
self.tx_mbit_calc = self.tx_data_rate_gi_short_Mbps
|
||||
self.tx_gi = T_gi_short
|
||||
self.tx_gi = T_gi_short
|
||||
else:
|
||||
self.tx_mbit_calc = self.tx_data_rate_gi_long_Mbps
|
||||
self.tx_gi = T_gi_long
|
||||
self.tx_gi = T_gi_long
|
||||
|
||||
|
||||
|
||||
@@ -341,4 +341,4 @@ class ProbePort(LFCliBase):
|
||||
self.rx_gi = T_gi_short
|
||||
else:
|
||||
self.rx_mbit_calc = self.rx_data_rate_gi_long_Mbps
|
||||
self.rx_gi = T_gi_long
|
||||
self.rx_gi = T_gi_long
|
||||
|
||||
Reference in New Issue
Block a user