Problems with request for MODE_2 devices?

38 views
Skip to first unread message

emsysl...@gmail.com

unread,
May 9, 2014, 3:09:57 AM5/9/14
to google-spectr...@googlegroups.com
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






Michael Head

unread,
May 19, 2014, 1:28:26 PM5/19/14
to google-spectr...@googlegroups.com
Apologies that the error message isn't helpful here, but the issue is that OPS13 isn't a valid MODE_2 FCC equipment authorization ID. 



-- mike
Reply all
Reply to author
Forward
0 new messages