Dear Mike,
Another quick question from our side.
I'm confused as to how interpret Google WSDB reply when passing "capabilities": { "frequencyRanges": []}" in AVAIL_SPECTRUM_REQ request.
Despite asking Google Server to give frequencies only for:
"frequencyRanges": [{ "startHz": 800000000, "stopHz": 850000000 }, { "startHz": 900000000, "stopHz": 950000000 }]
Server replies with channels outside of these ranges:
{
"startHz": 5.4E7,
"stopHz": 6.62E8,
"maxPowerDBm": -56.799999947335436
},
{
"startHz": 6.62E8,
"stopHz": 6.68E8,
"maxPowerDBm": 15.99999928972511
},
Its this a bug, a valid server reply, or we are missing something here?
Best regards,
Przemek