265 | | 2. Copy the attached config file to /etc/omf-aggmgr-5.4/available/wimaxrf.yaml. |
| 265 | |
| 266 | 2. Copy the attached config file to /etc/omf-aggmgr-5.4/available/wimaxrf.yaml. Make modifications to the file according to your testbed. |
| 267 | |
| 268 | 3. Use the following command to see where click is installed. The command should return the location of installation for Click. Use this to determine the Click version as shown in the next step. |
| 269 | {{{ |
| 270 | which click |
| 271 | }}} |
| 272 | |
| 273 | |
| 274 | 4. Use the directory from above to check the version of Click installed. Please use the following command to do the same. This version of wimaxrf is known to work with Click 2.1 and Click 2.01. If you are running an older version of Click, please update to Click 2.1 from https://github.com/kohler/click. |
| 275 | {{{ |
| 276 | sudo /usr/bin/click --version |
| 277 | }}} |
| 278 | |
| 279 | |