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

Apache License 2.0
31 stars 19 forks source link

<pull 108>JSON structure for deregistration response in WINNF.FT.C.DRG.5.csv is incorrect #109

Closed pawan25062 closed 6 years ago

pawan25062 commented 6 years ago
JSON structure for deregistration response in WINNF.FT.C.RLQ.5 is incorrect 

"deregistrationResponse" : 
            [
                {
                  "response": {
                     "responseCode": 103,
                     "responseData": "cbsdId"
                  }
                }
            ]  
        }

}

As response data is list of strings. So data type need to be corrected.

dgcell20 commented 6 years ago

I think you mean WINNF.FT.C.DRG.5 instead be WINNF.FT.C.RLQ.5? I ask this as I see deregistrationResponse.

pawan25062 commented 6 years ago

yes .. updated the same