Wireless-Innovation-Forum / 6-GHz-AFC

This repository contains code and data for testing the compliance of Automated Frequency Coordinator (AFC) software. The AFC is defined by the FCC in proceeding 18-295 on Unlicensed Use of the 6 GHz Band. This repository contains procedures, documentation, and tests for such software, and for the devices authorized by it. To contribute, please first read the CONTRIBUTING file in the repository for instructions.
14 stars 3 forks source link

Change example AFC config to use a large timeout override #43

Closed AEgbert closed 1 year ago

AEgbert commented 1 year ago

Closes #42

Per request, the example AFC config provided in this repo includes an out-of-the-box override of 15 minutes from the default of 10 seconds.

Existing AFC config files can adopt this change by uncommenting the timeout field (if necessary) and changing the value to 900.

This change has also been documented in the main README in src/harness. The placeholder "{commit-date}" will be replaced with the date upon which this commit is pulled into the main branch.