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, 1:58:36 PM (11 years ago)
- Author:
-
Nilanjan Paul
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v8
|
v9
|
|
10 | 10 | |
11 | 11 | {{{ |
12 | | <service name="info"> |
| 12 | <service name="bs/info"> |
13 | 13 | <info>Get information about the Base Station</info> |
14 | 14 | </service> |
… |
… |
|
18 | 18 | |
19 | 19 | {{{ |
20 | | <service name="status"> |
| 20 | <service name="bs/status"> |
21 | 21 | <info>Get status of WiMAX RF service</info> |
22 | 22 | </service> |
… |
… |
|
26 | 26 | |
27 | 27 | {{{ |
28 | | <service name="get"> |
| 28 | <service name="bs/get"> |
29 | 29 | <info>Get Basestation Static Parameter</info> |
30 | 30 | </service> |
… |
… |
|
34 | 34 | |
35 | 35 | {{{ |
36 | | <service name="set"> |
| 36 | <service name="bs/set"> |
37 | 37 | <info>Set Basestation Static Parameter</info> |
38 | 38 | </service> |
… |
… |
|
42 | 42 | |
43 | 43 | {{{ |
44 | | <service name="restart"> |
| 44 | <service name="bs/restart"> |
45 | 45 | <info>Restart the Base Station</info> |
46 | 46 | </service> |
… |
… |
|
49 | 49 | |
50 | 50 | == /default - Reset to Default Parameters == |
51 | | |
| 51 | ### |
52 | 52 | {{{ |
53 | 53 | <service name="defaults"> |
… |
… |
|
57 | 57 | |
58 | 58 | == /restore - Restore Base Station Config == |
| 59 | ### |
59 | 60 | {{{ |
60 | 61 | <service name="restore"> |