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

Apache License 2.0
32 stars 19 forks source link

MES_grant and MES_heartbeat JSON files in master folder need to be corrected #62

Closed pawan25062 closed 6 years ago

pawan25062 commented 6 years ago

Hi,

MES_grant and MES_heartbeat JSON files in master folder need to be corrected, as all files are defined with wrong syntax for "measReportConfig":

       "grantResponse":
       [ 
        {
        "heartbeatInterval" : 120.0,
        "measReportConfig" : "RECEIVED_POWER_WITHOUT_GRANT",            
        "response" : {"responseCode" : 0}
        }
       ]
pawan25062 commented 6 years ago

hi,

The files are still not corrected with "measReportConfig" correct syntax. JSON files includes: "measReportConfig" : "RECEIVED_POWER_WITHOUT_GRANT",

But it should be as follows: "measReportConfig" : ["RECEIVED_POWER_WITHOUT_GRANT"],

cwilliams-ericsson commented 6 years ago

Fixed in latest pull-request #77 and #71.

Also added some additional fixes and reworking of the code for handling measReport in HBT messages, since some additional issues were found while testing fix for this issue.