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, 2:19:02 PM (11 years ago)
- Author:
-
Nilanjan Paul
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v26
|
v27
|
|
165 | 165 | To get the current MCS: |
166 | 166 | {{{ |
167 | | $ wget -O status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile |
| 167 | $ wget -qO- status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile |
168 | 168 | }}} |
169 | 169 | |
170 | 170 | To change downlink MCS to single profile: |
171 | 171 | {{{ |
172 | | $ wget -O status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?dl=15 |
| 172 | $ wget -qO- status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?dl=15 |
173 | 173 | }}} |
174 | 174 | |
175 | 175 | To change downlink MCS with profile list: |
176 | 176 | {{{ |
177 | | $ wget -O status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?dl=15,17,18 |
| 177 | $ wget -qO- status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?dl=15,17,18 |
178 | 178 | }}} |
179 | 179 | |
180 | 180 | To change uplink MCS to single profile: |
181 | 181 | {{{ |
182 | | $ wget -O status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?ul=15 |
| 182 | $ wget -qO- status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?ul=15 |
183 | 183 | }}} |
184 | 184 | |
185 | 185 | To change uplink MCS with profile list: |
186 | 186 | {{{ |
187 | | $ wget -O status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?ul=15,17,18 |
| 187 | $ wget -qO- status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?ul=15,17,18 |
188 | 188 | }}} |