Chuck SmileyRekiere
a2e2f87350
port_porbe.py : default to 20Mhz for 2.4g
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-12-08 12:50:07 -07:00
Chuck SmileyRekiere
721ab3c510
l3_cxprofile.py : handle case were beacon avg signal not present as a key
...
port_probe.py if MHz not in probe set to 20Mhz, this may need to change
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-12-08 11:03:29 -07:00
Matthew Stidham
e00ad53428
port_probe: Fix whitespace
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-12-06 17:03:16 -08:00
Chuck SmileyRekiere
c5f08b9c50
port_probe.py : beginning of HE calculations
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-11-17 04:12:42 -07:00
Matthew Stidham
3b45c4f11b
port_probe: remove invalid comparisons
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-11-16 11:07:48 -08:00
Chuck SmileyRekiere
c29a5e9b12
py-json/port_probe.py : initial commit for VHT calculations
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-11-16 11:02:36 -07:00
Chuck SmileyRekiere
e5e3c90336
l3_cxprofile.py : updated to support one interface,
...
port_probe.py : added more supported mcs in calculation
test_ip_variable_time.py : added support for use_existing_sta
removed create_sta as it was defaulted True and could not be set by
construct.
inconsistent list construction between single and multiple elements
decided around May 23, 2018
Updates for probe with AX210 , AX200 wiphy
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-11-14 08:49:42 -07:00
Chuck SmileyRekiere
958427c1e2
Jira: LAN-715 port_probe.py : defaut bw = 20 to fix
...
UnboundLocalError: local variable 'bw' referenced before assignment
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-11-06 14:56:43 -06:00
Chuck SmileyRekiere
1515f3701a
port_probe.py pep8 cleanup (line length 150)
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-10-27 15:50:13 -06:00
Chuck SmileyRekiere
0fe949e5f7
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 >
2021-10-27 15:27:12 -06:00
Chuck SmileyRekiere
a31be6c835
l3_cxprofile.py : added gi and caclulated mbps
...
port_probe.py : determining GI and calculated mbps
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-10-27 14:10:19 -06:00
Chuck SmileyRekiere
3e7908a623
l3_cxprofile.py : commented out HE status for now.
...
port_porbe.py : with 6Mb legacy frame
do not set the rx_nss and rx_mhz to zero to allow for
the reporting columns to be blank
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-10-27 10:58:56 -06:00
Chuck SmileyRekiere
1787929e37
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 >
2021-10-27 10:21:48 -06:00
Chuck SmileyRekiere
422b2ab577
port_probe.py commented out probe print
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-10-27 09:44:59 -06:00
Chuck SmileyRekiere
eb3b831f8b
port_probe.py updated for MCS values greater then 7
...
l3_csprofile.py removed the guard interval column for now
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-10-27 08:04:27 -06:00
Chuck SmileyRekiere
7e86d436de
port_probe.py - HT derive NSS from mcs values
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-10-27 07:02:41 -06:00
Chuck SmileyRekiere
a1218e82ec
l3_cxprovile.py, port_probe.py : updates for rx side
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-10-26 17:20:16 -06:00
Chuck SmileyRekiere
563d44e39e
l3_cxprofile.py : added the calculated TX
...
port_probe.py : added the calculated TX
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-10-26 15:46:50 -06:00
Chuck SmileyRekiere
d582c8399a
port_probe.py : tx side reading data from probe and doing HT calculations
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-10-26 14:48:53 -06:00
Chuck SmileyRekiere
75245b56fb
port_probe.py : added HT equation , removed spreed sheet
...
ct_us_001_scripts.json updated
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-10-26 12:52:10 -06:00
Chuck SmileyRekiere
5d22de3824
port_probe.py : added HT equation
...
ct_us_001_scripts.json updated ip_variable_time.py test
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-10-26 07:11:00 -06:00
Chuck SmileyRekiere
cdccc492d9
py-json/port_probe.py :
...
py-scripts/port_probe.py
py-script/test_ip_variable_time.py
Starting point from previous work
2021-10-25 17:51:35 -04:00
Matthew Stidham
c996c90845
Update port_probe and files which depend on it. Add vht and ht calculators
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-10-19 10:36:24 -07:00
Matthew Stidham
2f4dfaea14
Create port_probe.py and update l3_cxprofile and test_ip_variable_time so that they can use port_probe.py
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-10-14 13:47:37 -07:00
Matthew Stidham
471b988b88
Move event_breaker and event_flood to scripts_deprecated
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-10-14 12:47:09 -07:00