Enabling default frequencies with a template

We have a bunch of SMs that have some of the CBRS channels removed from the scanlist (not unchecked, but fully removed). We have to go in and add “default frequencies” to the custom frequencies tab. I think this is happening when cnArcher syncs with cnMaestro for in-use frequencies, and only allows those.

Is there a way to add the default custom frequencies from a template in cnMeastro?

Yeah. This enables everything.

{
  "userParameters": {
    "radioConfig": {
      "customFrequencies": [
        3555000,
        3557500,
        3560000,
        3562500,
        3565000,
        3567500,
        3570000,
        3572500,
        3575000,
        3577500,
        3580000,
        3582500,
        3585000,
        3587500,
        3590000,
        3592500,
        3595000,
        3597500,
        3600000,
        3602500,
        3605000,
        3607500,
        3610000,
        3612500,
        3615000,
        3617500,
        3620000,
        3622500,
        3625000,
        3627500,
        3630000,
        3632500,
        3635000,
        3637500,
        3640000,
        3642500,
        3645000,
        3647500,
        3650000,
        3652500,
        3655000,
        3657500,
        3660000,
        3662500,
        3665000,
        3667500,
        3670000,
        3672500,
        3675000,
        3677500,
        3680000,
        3682500,
        3685000,
        3687500,
        3690000,
        3692500,
        3695000
      ]
    },
    "smRadioConfig": {
      "frequencyScanList": [
        3555000,
        3557500,
        3560000,
        3562500,
        3565000,
        3567500,
        3570000,
        3572500,
        3575000,
        3577500,
        3580000,
        3582500,
        3585000,
        3587500,
        3590000,
        3592500,
        3595000,
        3597500,
        3600000,
        3602500,
        3605000,
        3607500,
        3610000,
        3612500,
        3615000,
        3617500,
        3620000,
        3622500,
        3625000,
        3627500,
        3630000,
        3632500,
        3635000,
        3637500,
        3640000,
        3642500,
        3645000,
        3647500,
        3650000,
        3652500,
        3655000,
        3657500,
        3660000,
        3662500,
        3665000,
        3667500,
        3670000,
        3672500,
        3675000,
        3677500,
        3680000,
        3682500,
        3685000,
        3687500,
        3690000,
        3692500,
        3695000
      ],
      "bandwidthScanList": [
        100,
        150,
        200,
        300,
        400
      ]
    }
  },
 "cfgUtcTimestamp": "2020-05-01T00:00:23Z",
    "configFileParameters": {
        "rebootIfRequired": true,
        "setToDefaults": false
    },
    "cfgFileString": "Canopy configuration file",
    "cfgFileVersion": "1.0"
}
1 Like