close
Warning:
Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Jul 2, 2012, 3:08:16 PM (11 years ago)
- Author:
-
Nilanjan Paul
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v28
|
v29
|
|
85 | 85 | }}} |
86 | 86 | |
| 87 | == bs/defaults - reset BS back to defaults == |
| 88 | {{{ |
| 89 | <service name="bs/default"> |
| 90 | <info>Restore Base Station parameters from default configuration</info> |
| 91 | </service> |
| 92 | }}} |
| 93 | |
87 | 94 | == bs/mcsProfile - get/set downlink / uplink profile == |
88 | 95 | {{{ |
… |
… |
|
178 | 185 | }}} |
179 | 186 | |
180 | | To reset base station's configuration back to defaults: |
181 | | {{{ |
182 | | $ wget -qO- http://cons-wm-01:5052/wimaxrf/bs/config/load?name=defaults |
| 187 | To reset base station back to default configuration: |
| 188 | {{{ |
| 189 | $ wget -qO- http://cons-wm-01:5052/wimaxrf/bs/defaults |
183 | 190 | }}} |
184 | 191 | |