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

Apache License 2.0
32 stars 19 forks source link

Grouping Params is rejected by Mock-SAS #80

Closed idanrazisr closed 6 years ago

idanrazisr commented 6 years ago

Perfroming Registration Request message which includes groupParam IE is rejected by Mock-SAS with the message: for the CBRS with the cbsdSerialNumber :78A1E7174708 ERROR - loading optional parameters not succeeded- some parameters in http request are not defined by Specifications or bad names

cwilliams-ericsson commented 6 years ago

Hi Idan, can you post a log for this case? I'd like to understand what is going on.

cwilliams-ericsson commented 6 years ago

Seems to be a mismatch between specification and laterDefinedOptional.json file defining grouping parameters.

Spec says "groupingParam" is array of object GroupParam. Schema definition uses "groupParam" as object name.

So sending "groupingParam" in REG message will fail the schema check. I think this is the problem.

cwilliams-ericsson commented 6 years ago

Fixed in pull-request #77.

idanrazisr commented 6 years ago

validated correct behaviour with latest release. Closing issue.