Wireless-Innovation-Forum / Citizens-Broadband-Radio-Service-Device

Apache License 2.0
31 stars 19 forks source link

The tool fails when measCapability in the registration message is empty string. #145

Closed BroderickJack closed 3 years ago

BroderickJack commented 3 years ago

According to WINNF-TS-0016-V1.2.5: "If the measCapability parameter contains only the empty string (“”), the SAS assumes that the CBSD is not capable of reporting any measurement"

Thus, I would believe that if that is the case the tool should not fail, however, I am getting this error from the tool:

the server shot down because : for the CBRS with the cbsdSerialNumber :D823956047 ERROR - loading optional parameters not succeededu'' is not one of [u'RECEIVED_POWER_WITHOUT_GRANT', u'RECEIVED_POWER_WITH_GRANT']

cwilliams-ericsson commented 3 years ago

See issue #139. Internal WINNF discussions have settled on empty array [] rather than empty string [""]. WINNF-TS-0016 needs correction. If you want an official WINNForum response, please contact WINNForum directly.

BroderickJack commented 3 years ago

Great, thank you for the response.