magma / domain-proxy

A Domain proxy for Magma
BSD 3-Clause "New" or "Revised" License
1 stars 6 forks source link

Add latitude/longitude value validation #459

Closed xbend closed 2 years ago

xbend commented 2 years ago

Missing validation of latitude and longitude values passed from CBSD.

For instance, when Englewood sent values like: 40000000/-100000000, those values where accepted by DP, but those values where rejected by SAS, since those values should represent degrees.

xbend commented 2 years ago

PR created but we probably do not want to validate CBSD data in gRPC layer. There is no feedback to the user if such validation would fail.