Hello,
if i try to send any request with
"fccTvbdDeviceType": "MODE_1"
the database correctly replies, but if i change only this parameter, the reply is:
{
"error": {
"code": -32000,
"message": "The request failed due to an internal error in the database",
"data": [
{
"domain": "global",
"reason": "internalError",
"message": "The request failed due to an internal error in the database"
}
]
},
"jsonrpc": "2.0",
"id": "any_string"
}
My request is the following
curl -XPOST
https://www.googleapis.com/rpc -H "Content-Type: application/json" --data '{
"jsonrpc": "2.0",
"method": "spectrum.paws.getSpectrum",
"apiVersion": "v1explorer",
"params": {
"type": "AVAIL_SPECTRUM_REQ",
"prova": "1.0",
"version": "1.0",
"deviceDesc": { "fccId": "OPS13", "fccTvbdDeviceType": "MODE_2", "serialNumber": "your_serial_number" },
"location": { "point": { "center": {"latitude": 36.542382, "longitude": -119.625977} } },
"antenna": { "height": 1.5, "heightType": "AGL" },
"owner": { "owner": { } },
"capabilities": { "frequencyRanges": [{ "startHz": 50000000, "stopHz": 700000000 }] },
"key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
"id": "any_string"
}'>out.txt