mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
l3_cxprofile.py : column title updated for Guard Index GI
port_probe.py : update for various porbe syntax for the rx and tx bitrate in getting MHz values for bandwidth Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -283,8 +283,8 @@ class L3CXProfile(LFCliBase):
|
||||
probe_results['TX NSS'] = probe_port.tx_nss
|
||||
probe_results['TX MHz'] = probe_port.tx_mhz
|
||||
#probe_results['TX guard interval'] = probe_port.tx_ns
|
||||
probe_results['TX Mbps gi short'] = probe_port.tx_data_rate_gi_short_Mbps
|
||||
probe_results['TX Mbps gi long'] = probe_port.tx_data_rate_gi_long_Mbps
|
||||
probe_results['TX Mbps short GI'] = probe_port.tx_data_rate_gi_short_Mbps
|
||||
probe_results['TX Mbps long GI'] = probe_port.tx_data_rate_gi_long_Mbps
|
||||
|
||||
|
||||
probe_results['RX Bitrate'] = probe_port.rx_bitrate
|
||||
|
||||
Reference in New Issue
Block a user