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:01:42 PM (11 years ago)
- Author:
-
Nilanjan Paul
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v10
|
v11
|
|
74 | 74 | </args> |
75 | 75 | </service> |
76 | | |
77 | | }}} |
| 76 | }}} |
| 77 | |
| 78 | === bs/config/list - Displays list of base station configuration profiles available in database === |
| 79 | {{{ |
| 80 | <service name="bs/config/list"> |
| 81 | <info>This service lists names of all BS configurations from database.</info> |
| 82 | </service> |
| 83 | }}} |
| 84 | |
| 85 | === bs/config/show - Display contents of a base station configuration profile === |
| 86 | {{{ |
| 87 | <service name="bs/config/show"> |
| 88 | <info>Show named BS configuration from database.</info> |
| 89 | <args> |
| 90 | <arg name="name" isRequired="true"> |
| 91 | <info>Name of configuration.</info> |
| 92 | </arg> |
| 93 | </args> |
| 94 | </service> |
| 95 | }}} |
| 96 | |
| 97 | === bs/config/save - Save current base station parameter values in a configuration profile === |
| 98 | {{{ |
| 99 | <service name="bs/config/save"> |
| 100 | <info>This service saves current BS configuration to database.</info> |
| 101 | <args> |
| 102 | <arg name="name" isRequired="true"> |
| 103 | <info>Name of configuration.</info> |
| 104 | </arg> |
| 105 | </args> |
| 106 | </service> |
| 107 | }}} |
| 108 | |
| 109 | === bs/config/load - Load an available configuration profile === |
| 110 | {{{ |
| 111 | <service name="bs/config/load"> |
| 112 | <info>This service load BS configuration from database.</info> |
| 113 | <args> |
| 114 | <arg name="name" isRequired="true"> |
| 115 | <info>Name of configuration.</info> |
| 116 | </arg> |
| 117 | </args> |
| 118 | </service> |
| 119 | }}} |
| 120 | |
| 121 | === bs/config/delete - Delete a base station configuration profile from database === |
| 122 | {{{ |
| 123 | <service name="bs/config/delete"> |
| 124 | <info>This service deletes BS configuration from database.</info> |
| 125 | <args> |
| 126 | <arg name="name" isRequired="true"> |
| 127 | <info>Name of configuration.</info> |
| 128 | </arg> |
| 129 | </args> |
| 130 | </service> |
| 131 | }}} |
| 132 | |
78 | 133 | |
79 | 134 | == /status - Get Current Status == |