When uploaded into 450 SM, cfg file isn't making desired (or any) changes

I'm trying to upload a cfg file (below) directly into a 450 SM. I'd like for it to change the Custom Frequencies and Custom Radio Frequency Scan Selection List. The json file uploads and applies without error, however the parameters are not being changed. Here is my template:

{
  "userParameters": {},
  "radioConfig": {
  "customFrequencies": [
      3650000, 
      3675000,
      3680000,
      3685000,
      3690000
    ]
},

  "smRadioConfig": {
  "powerUpMode": 0,
  "frequencyScanList": [
      3675000,
      3680000,
      3685000
   ]
},
"cfgFileString": "Canopy configuration file",
"cfgFileVersion": "1.0"

}

Any ideas on why the SM won't apply the values I'm sending it?

Thanks,

Sam

We are having the same issue, except in our case it is only applying about half the changes.  I created the config in the radio, exported it, defaulted the same radio, and when imported the file did not apply a whole section of configuration.  In our case it was the Protocol Filtering page that did not save, except (for some reason) a single checkbox on the "Upstream" selection, whereas the change we made to AES Airlink Encryption applied fine.   

Sam,

I've corrected your template. It should be as follows.

{
 "userParameters": {
  "radioConfig": {
   "customFrequencies": [
    3650000,
    3675000,
    3680000,
    3685000,
    3690000
   ]
  },
  "smRadioConfig": {
   "powerUpMode": 0,
   "frequencyScanList": [
    3675000,
    3680000,
    3685000
   ]
  }
 },
 "cfgFileString": "Canopy configuration file",
 "cfgFileVersion": "1.0"
}

Best Regards,

Balaji

1 Like

SBBinc,

Could you please email me your config file to balaji.grandhi@cambiumnetworks.com.

Thanks,

Balaji