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

Bug-fix: Incorrect method for recording skipped test in some cases #14

Closed AEgbert closed 1 year ago

AEgbert commented 1 year ago

If the inquiry was invalid but the response mask did not expect an error, we incorrectly used a now-removed method of adding the skipped test result from earlier in development. Updated to use the correct .add_result() method

Also adds temporary response_mask suppression to .gitignore