Skip to content

Releases: Wireless-Innovation-Forum/Spectrum-Access-System

v1.0.29

29 Mar 17:04
6baf80b
Compare
Choose a tag to compare
This is an official release to support PAT.2 and IPR.8. It also contains updates for setting up the Python environment and dependencies. The following issues were fixed:
Issue Title Description Potentially affected tests
#906 Add calc P.2108 Add implementation of P.2108 defined clutter loss to reference_models/propagation. PAT.2, IPR.8
#907 Add PAT.2 test case Add PAT.2 test with default config and modelType to PAT.1 configs. Added ACTIVITY_LOSS_FACTOR. PAT.2
#908 Add IPR.8 test case Add IPR.8 test case and update DPA and move list functions with the ability to use new neighborhoods and apply new clutter and network loss. IPR.8
#910 Fix leap day bug Fix util to use 365 days instead of 1 year to apply timedelta. Various
#911 Update fake-sas for PAT.2 Update fake-sas so it works with PAT.2's new request payload PAT.2
#913 Update set-up for Python3.11 Add requirements.txt and conda-environment.yml for setting up environment and dependencies. Various updates to work with new dependency versions. Various
#914 Use median for new DPA interference calculations Add median pathloss for DPA interference calculations based on WINNF-TS-0112-V1.9.1. Update flags impacted by this addition. IPR.8
#917 PAT.2 and IPR.8 configs Added configs for PAT.2 and IPR.8 that were generated by Sony PAT.2, IPR.8

v1.0.28a of WInnForum test harness for SAS UUT testing

05 Jan 15:26
19f2ae9
Compare
Choose a tag to compare

<

This is an official corrective release to fix a small retry issue on the version v1.0.28. The following issues were fixed:
Issue Title Description Potentially affected tests
#903 fix the request retry mechanism fix the request retry mechanism, it is a small regression when migrating the code to python 3 various

v1.0.28 of WInnForum test harness for SAS UUT testing

11 Oct 14:20
869d8a3
Compare
Choose a tag to compare

This is an official release to support counties and update expired dates. it contains the counties data extracted by the scripts of WInnForum Data repository version v1.0.1 The following issues were fixed:

Issue Title Description Potentially affected tests
#902 Wave2 update counties and expired dates the changes are : (1) update the expired dates for wave 2. (2) add the counties and update the reference model and the tests T0 (3) remove the census tracts.

v1.0.27a of WInnForum test harness for SAS UUT testing

30 Sep 07:58
Compare
Choose a tag to compare
This is a maintenance release to update v1.0.27 which was released on 20 July 2021. it contains the counties data extracted by the scripts of WInnForum Data repository version v1.0.1. The following issues were fixed:
Issue Title Description Potentially affected tests
#901 LicenseAreaExtent should refer to zone/county/census instead of zone/census_tract/census when using counties in v1.0.27. licenseAreaExtent should be changed to 'zone/county/census' from 'zone/census_tract/census' in makePalRecordsConsistent() under v1.0.27 branch to be used for ITS testing. This is used in InjectPalDatabaseRecord() test api. Various

v1.0.27 of WInnForum test harness for SAS UUT testing

20 Jul 23:21
Compare
Choose a tag to compare

This is a maintenance release to update v1.0.26 which was released on 8 April 2019. The following issues were fixed:

Issue Title Description Potentially affected tests
#900 Support counties and update expired dates this branche will be used to create a new test version. this version will be used by ITS as initial step to confirm that the tests, which were used on wave 1, are valid and that they pass successfully on the SASs of wave 2. the changes are : (1) update the expired dates for wave 2. (2) add the counties and update the reference model and the tests T0 (3) remove the census tracts. another related pull request to add counties process&script is on the SAS common data repository. Various

v1.0.26 of WInnForum test harness for SAS UUT testing

08 Apr 21:15
738c553
Compare
Choose a tag to compare

This is a maintenance release to update v1.0.25 which was released on 2 April 2019. The following issues were fixed:

Issue Title Description Potentially affected tests
#876 Implement PPR.3 This PR implements the new PPR.3 test case which was approved last week in WG4. Although it makes changes to the DomainProxy object, the changes are strictly additions and hence no other test cases are affected. PPR.3

v1.0.25 of WInnForum test harness for SAS UUT testing

02 Apr 21:59
c923216
Compare
Choose a tag to compare

This is a maintenance release to update v1.0.24 which was released on 7 February 2019. The following issues were fixed:

Issue Title Description Potentially affected tests
#875 check for always activated DPA frequency range Check for always activated DPA frequency range. Activation is not triggered for such DPAs MCP configs whose CBSDs are near OOB E-DPAs

v1.0.24 of WInnForum test harness for SAS UUT testing

07 Feb 20:45
caa6b90
Compare
Choose a tag to compare

This is a maintenance release to update v1.0.23 which was released on 23 January 2019. The following issues were fixed:

Issue Title Description Potentially affected tests
#872 Adding Retries in case of Curl Error Technically, all. Practically, none.

v1.0.23 of WInnForum test harness for SAS UUT testing

23 Jan 17:00
8d25b9b
Compare
Choose a tag to compare

This is a maintenance release to update v1.0.22 which was released on 5 December 2018. The following issues were fixed:

Issue Title Description Potentially affected tests
#870 DPA: Fix the CheckInterference loggers for "inside" grants. Previous PR has introduced special code to include all inside grants in move list and neighbor list. Unfortunately this let the logger used for analysing DPA margin failures not perfectly in line. The SAS_UUT active list of grants (reported to the log only) would not show some of the inside grants. This PR fixes that.
Note that this PR has no effect whatsoever on the DPA operation, just on the logging that is used for post analysis (only when required because of a failure), possibly with provided script: tools/studies/dpa_margin_sim.py.
The logging output (but not the test result) will be affected for any MCP, xPR (EPR, FPR, GPR, or PPR), or IPR test whose config includes at least one peer SAS.
#869 DPA: properly support grants within DPA Simply make sure that the "inside DPA" grants are included in the proper move list after the regular processing: (1) for inband channel, include all the grant which overlaps; (2) for OOB, include all the grants. This method insures that we would get same move list results as if we were adding protection points exactly under each CBSD.
Note that initial implementation was proposing to first filter out the grants inside the DPA and then run the move list on the remaining outside grants. This is somewhat a bit more optimal in theory, although we do not expect a major difference in practice. It has the disadvantage of changing a bit more the philosophy of the move list algorithm, and thus requires handling a special case.
Adding unit test on the logic implemented. And for sake of improving DPA unit test, added some more unit test which was part of the dpa_mgr_example.py
Any MCP, xPR (EPR, FPR, GPR, or PPR), or IPR test whose config includes at least one peer SAS.
#868 Fix PPA creation code for proper hole removal. The code was removing holes afer clipping with census data. But doing this means that any small census data holes will be removed, and the final PPA zone would be "bigger" than the census area. Fixing this by reverting the process: (1) first we remove small holes; (2) then we clip with census data. This is more in line with the spec as well (R2-PAL-04). Any PCR tests which utilize the PPA creation reference model (PCR.1, PCR.2) and whose config is such that the reference PPA would be created in an area where the census tract has a small hole.
#864 Fix DPA builder to work with single point in one DPA area. The check routine will raise exception as they assume a MultiPoint. Note: this is usually not the case that one use a single point for a DPA, except for testing purpose. This fix was requested by ITS so they can more easily debug which point create some issue they see. Configurations for MCP or IPR tests with a single protection point for a zone DPA will no longer fail due to the reference model.

v1.0.22 of WInnForum test harness for SAS UUT testing

06 Dec 04:01
b7af4fa
Compare
Choose a tag to compare

This is a maintenance release to update v1.0.21 which was released on 29 November 2018. The following issues were fixed:

Issue Title Description Potentially affected tests
#863 small update of reference model to use "requestedOperationParam" of grant records in dump this PR is a small fix, so the reference model uses the data in "requestedOperationParam" of grant instead of "operationParam" when provided in the dump record. Any MCP, xPR (EPR, FPR, GPR, or PPR), or IPR test whose config includes at least one peer SAS.