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:
-
Jun 25, 2012, 3:26:47 AM (11 years ago)
- Author:
-
Nilanjan Paul
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v5
|
v6
|
|
65 | 65 | |
66 | 66 | == Example usage of services from sandbox == |
67 | | To reset base station back to defaults: |
| 67 | To reset base station's datapath back to defaults: |
68 | 68 | {{{ |
69 | | $ wget -O status http://cons-wm-01:5052/wimaxrf/default |
| 69 | $ wget -O status http://cons-wm-01:5052/wimaxrf/datapath/clean |
| 70 | $ wget -O status http://cons-wm-01:5052/wimaxrf/datapath/config/load?name=defaults |
| 71 | }}} |
| 72 | |
| 73 | To reset base station's configuration back to defaults: |
| 74 | {{{ |
| 75 | $ wget -O status http://cons-wm-01:5052/wimaxrf/bs/config/load?name=defaults |
70 | 76 | }}} |
71 | 77 | |
72 | 78 | To restart base station: |
73 | 79 | {{{ |
74 | | $ wget -O status http://cons-wm-01:5052/wimaxrf/restart |
| 80 | $ wget -O status http://cons-wm-01:5052/wimaxrf/bs/restart |
75 | 81 | }}} |