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

channelCfi and maxEirp should permit empty arrays in responses, response masks #21

Closed AEgbert closed 1 year ago

AEgbert commented 1 year ago

Currently, the harness assumes that "empty" AvailableChannelInfo objects will be excluded from the response message. However, the SDI specification does not require this, and placeholder objects with empty channelCfi and maxEirp arrays may or may not be included instead.

Tasks: