blob: da6c76c96610446a87464636c6ceeda4ab36a334 [file] [log] [blame]
Daniel Willmann79c6c4d2019-06-19 12:05:05 +02001<vtydoc xmlns='urn:osmocom:xml:libosmocore:vty:doc:1.0'>
2 <node id='_common_cmds_'>
3 <name>Common Commands</name>
4 <description>These commands are available on all VTY nodes. They are listed here only once, to unclutter the VTY reference.</description>
5 <command id='help'>
6 <params>
7 <param name='help' doc='Description of the interactive help system' />
8 </params>
9 </command>
10 <command id='list'>
11 <params>
12 <param name='list' doc='Print command list' />
13 </params>
14 </command>
15 <command id='write terminal'>
16 <params>
17 <param name='write' doc='Write running configuration to memory, network, or terminal' />
18 <param name='terminal' doc='Write to terminal' />
19 </params>
20 </command>
Pau Espin Pedrol1d8497b2019-11-28 17:08:51 +010021 <command id='write file [PATH]'>
Daniel Willmann79c6c4d2019-06-19 12:05:05 +020022 <params>
23 <param name='write' doc='Write running configuration to memory, network, or terminal' />
24 <param name='file' doc='Write to configuration file' />
Pau Espin Pedrol1d8497b2019-11-28 17:08:51 +010025 <param name='[PATH]' doc='Set file path to store the config, or replace if already exists' />
Daniel Willmann79c6c4d2019-06-19 12:05:05 +020026 </params>
27 </command>
28 <command id='write memory'>
29 <params>
30 <param name='write' doc='Write running configuration to memory, network, or terminal' />
31 <param name='memory' doc='Write configuration to the file (same as write file)' />
32 </params>
33 </command>
34 <command id='write'>
35 <params>
36 <param name='write' doc='Write running configuration to memory, network, or terminal' />
37 </params>
38 </command>
39 <command id='show running-config'>
40 <params>
41 <param name='show' doc='Show running system information' />
42 <param name='running-config' doc='running configuration' />
43 </params>
44 </command>
45 <command id='exit'>
46 <params>
47 <param name='exit' doc='Exit current mode and down to previous mode' />
48 </params>
49 </command>
50 <command id='end'>
51 <params>
52 <param name='end' doc='End current mode and change to enable mode.' />
53 </params>
54 </command>
55 </node>
56 <node id='view'>
57 <name>view</name>
58 <command id='show version'>
59 <params>
60 <param name='show' doc='Show running system information' />
61 <param name='version' doc='Displays program version' />
62 </params>
63 </command>
64 <command id='show online-help'>
65 <params>
66 <param name='show' doc='Show running system information' />
67 <param name='online-help' doc='Online help' />
68 </params>
69 </command>
70 <command id='enable'>
71 <params>
72 <param name='enable' doc='Turn on privileged mode command' />
73 </params>
74 </command>
75 <command id='terminal length &lt;0-512&gt;'>
76 <params>
77 <param name='terminal' doc='Set terminal line parameters' />
78 <param name='length' doc='Set number of lines on a screen' />
79 <param name='&lt;0-512&gt;' doc='Number of lines on screen (0 for no pausing)' />
80 </params>
81 </command>
82 <command id='terminal no length'>
83 <params>
84 <param name='terminal' doc='Set terminal line parameters' />
85 <param name='no' doc='Negate a command or set its defaults' />
86 <param name='length' doc='Set number of lines on a screen' />
87 </params>
88 </command>
89 <command id='who'>
90 <params>
91 <param name='who' doc='Display who is on vty' />
92 </params>
93 </command>
94 <command id='show history'>
95 <params>
96 <param name='show' doc='Show running system information' />
97 <param name='history' doc='Display the session command history' />
98 </params>
99 </command>
100 <command id='logging enable'>
101 <params>
102 <param name='logging' doc='Configure logging' />
103 <param name='enable' doc='Enables logging to this vty' />
104 </params>
105 </command>
106 <command id='logging disable'>
107 <params>
108 <param name='logging' doc='Configure logging' />
109 <param name='disable' doc='Disables logging to this vty' />
110 </params>
111 </command>
112 <command id='logging filter all (0|1)'>
113 <params>
114 <param name='logging' doc='Configure logging' />
115 <param name='filter' doc='Filter log messages' />
116 <param name='all' doc='Do you want to log all messages?' />
117 <param name='0' doc='Only print messages matched by other filters' />
118 <param name='1' doc='Bypass filter and print all messages' />
119 </params>
120 </command>
121 <command id='logging color (0|1)'>
122 <params>
123 <param name='logging' doc='Configure logging' />
124 <param name='color' doc='Configure color-printing for log messages' />
125 <param name='0' doc='Don&apos;t use color for printing messages' />
126 <param name='1' doc='Use color for printing messages' />
127 </params>
128 </command>
129 <command id='logging timestamp (0|1)'>
130 <params>
131 <param name='logging' doc='Configure logging' />
132 <param name='timestamp' doc='Configure log message timestamping' />
133 <param name='0' doc='Don&apos;t prefix each log message' />
134 <param name='1' doc='Prefix each log message with current timestamp' />
135 </params>
136 </command>
137 <command id='logging print extended-timestamp (0|1)'>
138 <params>
139 <param name='logging' doc='Configure logging' />
140 <param name='print' doc='Log output settings' />
141 <param name='extended-timestamp' doc='Configure log message timestamping' />
142 <param name='0' doc='Don&apos;t prefix each log message' />
143 <param name='1' doc='Prefix each log message with current timestamp with YYYYMMDDhhmmssnnn' />
144 </params>
145 </command>
146 <command id='logging print category (0|1)'>
147 <params>
148 <param name='logging' doc='Configure logging' />
149 <param name='print' doc='Log output settings' />
150 <param name='category' doc='Configure log message' />
151 <param name='0' doc='Don&apos;t prefix each log message' />
152 <param name='1' doc='Prefix each log message with category/subsystem name' />
153 </params>
154 </command>
155 <command id='logging print category-hex (0|1)'>
156 <params>
157 <param name='logging' doc='Configure logging' />
158 <param name='print' doc='Log output settings' />
159 <param name='category-hex' doc='Configure log message' />
160 <param name='0' doc='Don&apos;t prefix each log message' />
161 <param name='1' doc='Prefix each log message with category/subsystem nr in hex (&apos;&lt;000b&gt;&apos;)' />
162 </params>
163 </command>
164 <command id='logging print level (0|1)'>
165 <params>
166 <param name='logging' doc='Configure logging' />
167 <param name='print' doc='Log output settings' />
168 <param name='level' doc='Configure log message' />
169 <param name='0' doc='Don&apos;t prefix each log message' />
170 <param name='1' doc='Prefix each log message with the log level name' />
171 </params>
172 </command>
173 <command id='logging print file (0|1|basename) [last]'>
174 <params>
175 <param name='logging' doc='Configure logging' />
176 <param name='print' doc='Log output settings' />
177 <param name='file' doc='Configure log message' />
178 <param name='0' doc='Don&apos;t prefix each log message' />
179 <param name='1' doc='Prefix each log message with the source file and line' />
180 <param name='basename' doc='Prefix each log message with the source file&apos;s basename (strip leading paths) and line' />
181 <param name='[last]' doc='Log source file info at the end of a log line. If omitted, log source file info just before the log text.' />
182 </params>
183 </command>
184 <command id='logging set-log-mask MASK'>
185 <params>
186 <param name='logging' doc='Configure logging' />
187 <param name='set-log-mask' doc='Set the logmask of this logging target' />
188 <param name='MASK' doc='List of logging categories to log, e.g. &apos;abc:mno:xyz&apos;. Available log categories depend on the specific application, refer to the &apos;logging level&apos; command. Optionally add individual log levels like &apos;abc,1:mno,3:xyz,5&apos;, where the level numbers are LOGL_DEBUG=1 LOGL_INFO=3 LOGL_NOTICE=5 LOGL_ERROR=7 LOGL_FATAL=8' />
189 </params>
190 </command>
191 <command id='logging level (csn1|l1if|rlcmac|rlcmacdata|rlcmacdl|rlcmacul|rlcmacsched|rlcmacmeas|tbf|tbfdl|tbful|ns|bssgp|pcu|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf|lrspro) (debug|info|notice|error|fatal)'>
192 <params>
193 <param name='logging' doc='Configure logging' />
194 <param name='level' doc='Set the log level for a specified category' />
195 <param name='csn1' doc='Concrete Syntax Notation One (CSN1)' />
196 <param name='l1if' doc='GPRS PCU L1 interface (L1IF)' />
197 <param name='rlcmac' doc='GPRS RLC/MAC layer (RLCMAC)' />
198 <param name='rlcmacdata' doc='GPRS RLC/MAC layer Data (RLCMAC)' />
199 <param name='rlcmacdl' doc='GPRS RLC/MAC layer Downlink (RLCMAC)' />
200 <param name='rlcmacul' doc='GPRS RLC/MAC layer Uplink (RLCMAC)' />
201 <param name='rlcmacsched' doc='GPRS RLC/MAC layer Scheduling (RLCMAC)' />
202 <param name='rlcmacmeas' doc='GPRS RLC/MAC layer Measurements (RLCMAC)' />
203 <param name='tbf' doc='Temporary Block Flow (TBF)' />
204 <param name='tbfdl' doc='Temporary Block Flow (TBF) Downlink' />
205 <param name='tbful' doc='Temporary Block Flow (TBF) Uplink' />
206 <param name='ns' doc='GPRS Network Service Protocol (NS)' />
207 <param name='bssgp' doc='GPRS BSS Gateway Protocol (BSSGP)' />
208 <param name='pcu' doc='GPRS Packet Control Unit (PCU)' />
209 <param name='lglobal' doc='Library-internal global log family' />
210 <param name='llapd' doc='LAPD in libosmogsm' />
211 <param name='linp' doc='A-bis Intput Subsystem' />
212 <param name='lmux' doc='A-bis B-Subchannel TRAU Frame Multiplex' />
213 <param name='lmi' doc='A-bis Input Driver for Signalling' />
214 <param name='lmib' doc='A-bis Input Driver for B-Channels (voice)' />
215 <param name='lsms' doc='Layer3 Short Message Service (SMS)' />
216 <param name='lctrl' doc='Control Interface' />
217 <param name='lgtp' doc='GPRS GTP library' />
218 <param name='lstats' doc='Statistics messages and logging' />
219 <param name='lgsup' doc='Generic Subscriber Update Protocol' />
220 <param name='loap' doc='Osmocom Authentication Protocol' />
221 <param name='lss7' doc='libosmo-sigtran Signalling System 7' />
222 <param name='lsccp' doc='libosmo-sigtran SCCP Implementation' />
223 <param name='lsua' doc='libosmo-sigtran SCCP User Adaptation' />
224 <param name='lm3ua' doc='libosmo-sigtran MTP3 User Adaptation' />
225 <param name='lmgcp' doc='libosmo-mgcp Media Gateway Control Protocol' />
226 <param name='ljibuf' doc='libosmo-netif Jitter Buffer' />
227 <param name='lrspro' doc='Remote SIM protocol' />
228 <param name='debug' doc='Log debug messages and higher levels' />
229 <param name='info' doc='Log informational messages and higher levels' />
230 <param name='notice' doc='Log noticeable messages and higher levels' />
231 <param name='error' doc='Log error messages and higher levels' />
232 <param name='fatal' doc='Log only fatal messages' />
233 </params>
234 </command>
235 <command id='logging level set-all (debug|info|notice|error|fatal)'>
236 <params>
237 <param name='logging' doc='Configure logging' />
238 <param name='level' doc='Set the log level for a specified category' />
239 <param name='set-all' doc='Once-off set all categories to the given log level. There is no single command to take back these changes -- each category is set to the given level, period.' />
240 <param name='debug' doc='Log debug messages and higher levels' />
241 <param name='info' doc='Log informational messages and higher levels' />
242 <param name='notice' doc='Log noticeable messages and higher levels' />
243 <param name='error' doc='Log error messages and higher levels' />
244 <param name='fatal' doc='Log only fatal messages' />
245 </params>
246 </command>
247 <command id='logging level force-all (debug|info|notice|error|fatal)'>
248 <params>
249 <param name='logging' doc='Configure logging' />
250 <param name='level' doc='Set the log level for a specified category' />
251 <param name='force-all' doc='Globally force all logging categories to a specific level. This is released by the &apos;no logging level force-all&apos; command. Note: any &apos;logging level &lt;category&gt; &lt;level&gt;&apos; commands will have no visible effect after this, until the forced level is released.' />
252 <param name='debug' doc='Log debug messages and higher levels' />
253 <param name='info' doc='Log informational messages and higher levels' />
254 <param name='notice' doc='Log noticeable messages and higher levels' />
255 <param name='error' doc='Log error messages and higher levels' />
256 <param name='fatal' doc='Log only fatal messages' />
257 </params>
258 </command>
259 <command id='no logging level force-all'>
260 <params>
261 <param name='no' doc='Negate a command or set its defaults' />
262 <param name='logging' doc='Configure logging' />
263 <param name='level' doc='Set the log level for a specified category' />
264 <param name='force-all' doc='Release any globally forced log level set with &apos;logging level force-all &lt;level&gt;&apos;' />
265 </params>
266 </command>
Oliver Smith37ae22a2019-09-05 15:35:43 +0200267 <command id='logp (csn1|l1if|rlcmac|rlcmacdata|rlcmacdl|rlcmacul|rlcmacsched|rlcmacmeas|tbf|tbfdl|tbful|ns|bssgp|pcu|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf|lrspro) (debug|info|notice|error|fatal) .LOGMESSAGE'>
268 <params>
269 <param name='logp' doc='Print a message on all log outputs; useful for placing markers in test logs' />
270 <param name='csn1' doc='Concrete Syntax Notation One (CSN1)' />
271 <param name='l1if' doc='GPRS PCU L1 interface (L1IF)' />
272 <param name='rlcmac' doc='GPRS RLC/MAC layer (RLCMAC)' />
273 <param name='rlcmacdata' doc='GPRS RLC/MAC layer Data (RLCMAC)' />
274 <param name='rlcmacdl' doc='GPRS RLC/MAC layer Downlink (RLCMAC)' />
275 <param name='rlcmacul' doc='GPRS RLC/MAC layer Uplink (RLCMAC)' />
276 <param name='rlcmacsched' doc='GPRS RLC/MAC layer Scheduling (RLCMAC)' />
277 <param name='rlcmacmeas' doc='GPRS RLC/MAC layer Measurements (RLCMAC)' />
278 <param name='tbf' doc='Temporary Block Flow (TBF)' />
279 <param name='tbfdl' doc='Temporary Block Flow (TBF) Downlink' />
280 <param name='tbful' doc='Temporary Block Flow (TBF) Uplink' />
281 <param name='ns' doc='GPRS Network Service Protocol (NS)' />
282 <param name='bssgp' doc='GPRS BSS Gateway Protocol (BSSGP)' />
283 <param name='pcu' doc='GPRS Packet Control Unit (PCU)' />
284 <param name='lglobal' doc='Library-internal global log family' />
285 <param name='llapd' doc='LAPD in libosmogsm' />
286 <param name='linp' doc='A-bis Intput Subsystem' />
287 <param name='lmux' doc='A-bis B-Subchannel TRAU Frame Multiplex' />
288 <param name='lmi' doc='A-bis Input Driver for Signalling' />
289 <param name='lmib' doc='A-bis Input Driver for B-Channels (voice)' />
290 <param name='lsms' doc='Layer3 Short Message Service (SMS)' />
291 <param name='lctrl' doc='Control Interface' />
292 <param name='lgtp' doc='GPRS GTP library' />
293 <param name='lstats' doc='Statistics messages and logging' />
294 <param name='lgsup' doc='Generic Subscriber Update Protocol' />
295 <param name='loap' doc='Osmocom Authentication Protocol' />
296 <param name='lss7' doc='libosmo-sigtran Signalling System 7' />
297 <param name='lsccp' doc='libosmo-sigtran SCCP Implementation' />
298 <param name='lsua' doc='libosmo-sigtran SCCP User Adaptation' />
299 <param name='lm3ua' doc='libosmo-sigtran MTP3 User Adaptation' />
300 <param name='lmgcp' doc='libosmo-mgcp Media Gateway Control Protocol' />
301 <param name='ljibuf' doc='libosmo-netif Jitter Buffer' />
302 <param name='lrspro' doc='Remote SIM protocol' />
303 <param name='debug' doc='Log debug messages and higher levels' />
304 <param name='info' doc='Log informational messages and higher levels' />
305 <param name='notice' doc='Log noticeable messages and higher levels' />
306 <param name='error' doc='Log error messages and higher levels' />
307 <param name='fatal' doc='Log only fatal messages' />
308 <param name='.LOGMESSAGE' doc='Arbitrary message to log on given category and log level' />
309 </params>
310 </command>
Daniel Willmann79c6c4d2019-06-19 12:05:05 +0200311 <command id='show logging vty'>
312 <params>
313 <param name='show' doc='Show running system information' />
314 <param name='logging' doc='Show current logging configuration' />
315 <param name='vty' doc='Show current logging configuration for this vty' />
316 </params>
317 </command>
318 <command id='show alarms'>
319 <params>
320 <param name='show' doc='Show running system information' />
321 <param name='alarms' doc='Show current logging configuration' />
322 </params>
323 </command>
324 <command id='show stats'>
325 <params>
326 <param name='show' doc='Show running system information' />
327 <param name='stats' doc='Show statistical values' />
328 </params>
329 </command>
330 <command id='show stats level (global|peer|subscriber)'>
331 <params>
332 <param name='show' doc='Show running system information' />
333 <param name='stats' doc='Show statistical values' />
334 <param name='level' doc='Set the maximum group level' />
335 <param name='global' doc='Show global groups only' />
336 <param name='peer' doc='Show global and network peer related groups' />
337 <param name='subscriber' doc='Show global, peer, and subscriber groups' />
338 </params>
339 </command>
340 <command id='show asciidoc counters'>
341 <params>
342 <param name='show' doc='Show running system information' />
343 <param name='asciidoc' doc='Asciidoc generation' />
344 <param name='counters' doc='Generate table of all registered counters' />
345 </params>
346 </command>
347 <command id='show rate-counters'>
348 <params>
349 <param name='show' doc='Show running system information' />
350 <param name='rate-counters' doc='Show all rate counters' />
351 </params>
352 </command>
353 <command id='show bts statistics'>
354 <params>
355 <param name='show' doc='Show running system information' />
356 <param name='bts' doc='BTS related functionality' />
357 <param name='statistics' doc='Statistics' />
358 </params>
359 </command>
360 <command id='show tbf (all|ccch|pacch)'>
361 <params>
362 <param name='show' doc='Show running system information' />
363 <param name='tbf' doc='information about TBFs' />
364 <param name='all' doc='All TBFs' />
365 <param name='ccch' doc='TBFs allocated via CCCH' />
366 <param name='pacch' doc='TBFs allocated via PACCH' />
367 </params>
368 </command>
369 <command id='show ms all'>
370 <params>
371 <param name='show' doc='Show running system information' />
372 <param name='ms' doc='information about MSs' />
373 <param name='all' doc='All TBFs' />
374 </params>
375 </command>
376 <command id='show ms tlli TLLI'>
377 <params>
378 <param name='show' doc='Show running system information' />
379 <param name='ms' doc='information about MSs' />
380 <param name='tlli' doc='Select MS by TLLI' />
381 <param name='TLLI' doc='TLLI as hex' />
382 </params>
383 </command>
384 <command id='show ms imsi IMSI'>
385 <params>
386 <param name='show' doc='Show running system information' />
387 <param name='ms' doc='information about MSs' />
388 <param name='imsi' doc='Select MS by IMSI' />
389 <param name='IMSI' doc='IMSI' />
390 </params>
391 </command>
Pau Espin Pedrol28f160e2019-09-05 14:48:35 +0200392 <command id='show bts-timer [TNNNN]'>
393 <params>
394 <param name='show' doc='Show running system information' />
395 <param name='bts-timer' doc='Show BTS controlled timers' />
396 <param name='[TNNNN]' doc='T- or X-timer-number -- 3GPP compliant timer number of the format &apos;1234&apos; or &apos;T1234&apos; or &apos;t1234&apos;; Osmocom-specific timer number of the format: &apos;X1234&apos; or &apos;x1234&apos;.' />
397 </params>
398 </command>
399 <command id='show timer [TNNNN]'>
400 <params>
401 <param name='show' doc='Show running system information' />
402 <param name='timer' doc='Show PCU timers' />
403 <param name='[TNNNN]' doc='T- or X-timer-number -- 3GPP compliant timer number of the format &apos;1234&apos; or &apos;T1234&apos; or &apos;t1234&apos;; Osmocom-specific timer number of the format: &apos;X1234&apos; or &apos;x1234&apos;.' />
404 </params>
405 </command>
Daniel Willmann79c6c4d2019-06-19 12:05:05 +0200406 <command id='show ns'>
407 <params>
408 <param name='show' doc='Show running system information' />
409 <param name='ns' doc='Display information about the NS protocol' />
410 </params>
411 </command>
412 <command id='show ns stats'>
413 <params>
414 <param name='show' doc='Show running system information' />
415 <param name='ns' doc='Display information about the NS protocol' />
416 <param name='stats' doc='Include statistics' />
417 </params>
418 </command>
419 <command id='show ns persistent'>
420 <params>
421 <param name='show' doc='Show running system information' />
422 <param name='ns' doc='Display information about the NS protocol' />
423 <param name='persistent' doc='Show only persistent NS' />
424 </params>
425 </command>
426 <command id='show ns (nsei|nsvc) &lt;0-65535&gt; [stats]'>
427 <params>
428 <param name='show' doc='Show running system information' />
429 <param name='ns' doc='Display information about the NS protocol' />
430 <param name='nsei' doc='Select one NSE by its NSE Identifier' />
431 <param name='nsvc' doc='Select one NSE by its NS-VC Identifier' />
432 <param name='&lt;0-65535&gt;' doc='The Identifier of selected type' />
433 <param name='[stats]' doc='Include Statistics' />
434 </params>
435 </command>
436 <command id='logging filter nsvc (nsei|nsvci) &lt;0-65535&gt;'>
437 <params>
438 <param name='logging' doc='Configure logging' />
439 <param name='filter' doc='Filter log messages' />
440 <param name='nsvc' doc='Filter based on NS Virtual Connection' />
441 <param name='nsei' doc='Identify NS-VC by NSEI' />
442 <param name='nsvci' doc='Identify NS-VC by NSVCI' />
443 <param name='&lt;0-65535&gt;' doc='Numeric identifier' />
444 </params>
445 </command>
446 </node>
447 <node id='enable'>
448 <name>enable</name>
449 <command id='disable'>
450 <params>
451 <param name='disable' doc='Turn off privileged mode command' />
452 </params>
453 </command>
454 <command id='configure terminal'>
455 <params>
456 <param name='configure' doc='Configuration from vty interface' />
457 <param name='terminal' doc='Configuration terminal' />
458 </params>
459 </command>
460 <command id='copy running-config startup-config'>
461 <params>
462 <param name='copy' doc='Copy configuration' />
463 <param name='running-config' doc='Copy running config to... ' />
464 <param name='startup-config' doc='Copy running config to startup config (same as write file)' />
465 </params>
466 </command>
467 <command id='show startup-config'>
468 <params>
469 <param name='show' doc='Show running system information' />
470 <param name='startup-config' doc='Contentes of startup configuration' />
471 </params>
472 </command>
473 <command id='show version'>
474 <params>
475 <param name='show' doc='Show running system information' />
476 <param name='version' doc='Displays program version' />
477 </params>
478 </command>
479 <command id='show online-help'>
480 <params>
481 <param name='show' doc='Show running system information' />
482 <param name='online-help' doc='Online help' />
483 </params>
484 </command>
485 <command id='terminal length &lt;0-512&gt;'>
486 <params>
487 <param name='terminal' doc='Set terminal line parameters' />
488 <param name='length' doc='Set number of lines on a screen' />
489 <param name='&lt;0-512&gt;' doc='Number of lines on screen (0 for no pausing)' />
490 </params>
491 </command>
492 <command id='terminal no length'>
493 <params>
494 <param name='terminal' doc='Set terminal line parameters' />
495 <param name='no' doc='Negate a command or set its defaults' />
496 <param name='length' doc='Set number of lines on a screen' />
497 </params>
498 </command>
499 <command id='who'>
500 <params>
501 <param name='who' doc='Display who is on vty' />
502 </params>
503 </command>
504 <command id='show history'>
505 <params>
506 <param name='show' doc='Show running system information' />
507 <param name='history' doc='Display the session command history' />
508 </params>
509 </command>
510 <command id='terminal monitor'>
511 <params>
512 <param name='terminal' doc='Set terminal line parameters' />
513 <param name='monitor' doc='Copy debug output to the current terminal line' />
514 </params>
515 </command>
516 <command id='terminal no monitor'>
517 <params>
518 <param name='terminal' doc='Set terminal line parameters' />
519 <param name='no' doc='Negate a command or set its defaults' />
520 <param name='monitor' doc='Copy debug output to the current terminal line' />
521 </params>
522 </command>
523 <command id='logging enable'>
524 <params>
525 <param name='logging' doc='Configure logging' />
526 <param name='enable' doc='Enables logging to this vty' />
527 </params>
528 </command>
529 <command id='logging disable'>
530 <params>
531 <param name='logging' doc='Configure logging' />
532 <param name='disable' doc='Disables logging to this vty' />
533 </params>
534 </command>
535 <command id='logging filter all (0|1)'>
536 <params>
537 <param name='logging' doc='Configure logging' />
538 <param name='filter' doc='Filter log messages' />
539 <param name='all' doc='Do you want to log all messages?' />
540 <param name='0' doc='Only print messages matched by other filters' />
541 <param name='1' doc='Bypass filter and print all messages' />
542 </params>
543 </command>
544 <command id='logging color (0|1)'>
545 <params>
546 <param name='logging' doc='Configure logging' />
547 <param name='color' doc='Configure color-printing for log messages' />
548 <param name='0' doc='Don&apos;t use color for printing messages' />
549 <param name='1' doc='Use color for printing messages' />
550 </params>
551 </command>
552 <command id='logging timestamp (0|1)'>
553 <params>
554 <param name='logging' doc='Configure logging' />
555 <param name='timestamp' doc='Configure log message timestamping' />
556 <param name='0' doc='Don&apos;t prefix each log message' />
557 <param name='1' doc='Prefix each log message with current timestamp' />
558 </params>
559 </command>
560 <command id='logging print extended-timestamp (0|1)'>
561 <params>
562 <param name='logging' doc='Configure logging' />
563 <param name='print' doc='Log output settings' />
564 <param name='extended-timestamp' doc='Configure log message timestamping' />
565 <param name='0' doc='Don&apos;t prefix each log message' />
566 <param name='1' doc='Prefix each log message with current timestamp with YYYYMMDDhhmmssnnn' />
567 </params>
568 </command>
569 <command id='logging print category (0|1)'>
570 <params>
571 <param name='logging' doc='Configure logging' />
572 <param name='print' doc='Log output settings' />
573 <param name='category' doc='Configure log message' />
574 <param name='0' doc='Don&apos;t prefix each log message' />
575 <param name='1' doc='Prefix each log message with category/subsystem name' />
576 </params>
577 </command>
578 <command id='logging print category-hex (0|1)'>
579 <params>
580 <param name='logging' doc='Configure logging' />
581 <param name='print' doc='Log output settings' />
582 <param name='category-hex' doc='Configure log message' />
583 <param name='0' doc='Don&apos;t prefix each log message' />
584 <param name='1' doc='Prefix each log message with category/subsystem nr in hex (&apos;&lt;000b&gt;&apos;)' />
585 </params>
586 </command>
587 <command id='logging print level (0|1)'>
588 <params>
589 <param name='logging' doc='Configure logging' />
590 <param name='print' doc='Log output settings' />
591 <param name='level' doc='Configure log message' />
592 <param name='0' doc='Don&apos;t prefix each log message' />
593 <param name='1' doc='Prefix each log message with the log level name' />
594 </params>
595 </command>
596 <command id='logging print file (0|1|basename) [last]'>
597 <params>
598 <param name='logging' doc='Configure logging' />
599 <param name='print' doc='Log output settings' />
600 <param name='file' doc='Configure log message' />
601 <param name='0' doc='Don&apos;t prefix each log message' />
602 <param name='1' doc='Prefix each log message with the source file and line' />
603 <param name='basename' doc='Prefix each log message with the source file&apos;s basename (strip leading paths) and line' />
604 <param name='[last]' doc='Log source file info at the end of a log line. If omitted, log source file info just before the log text.' />
605 </params>
606 </command>
607 <command id='logging set-log-mask MASK'>
608 <params>
609 <param name='logging' doc='Configure logging' />
610 <param name='set-log-mask' doc='Set the logmask of this logging target' />
611 <param name='MASK' doc='List of logging categories to log, e.g. &apos;abc:mno:xyz&apos;. Available log categories depend on the specific application, refer to the &apos;logging level&apos; command. Optionally add individual log levels like &apos;abc,1:mno,3:xyz,5&apos;, where the level numbers are LOGL_DEBUG=1 LOGL_INFO=3 LOGL_NOTICE=5 LOGL_ERROR=7 LOGL_FATAL=8' />
612 </params>
613 </command>
614 <command id='logging level (csn1|l1if|rlcmac|rlcmacdata|rlcmacdl|rlcmacul|rlcmacsched|rlcmacmeas|tbf|tbfdl|tbful|ns|bssgp|pcu|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf|lrspro) (debug|info|notice|error|fatal)'>
615 <params>
616 <param name='logging' doc='Configure logging' />
617 <param name='level' doc='Set the log level for a specified category' />
618 <param name='csn1' doc='Concrete Syntax Notation One (CSN1)' />
619 <param name='l1if' doc='GPRS PCU L1 interface (L1IF)' />
620 <param name='rlcmac' doc='GPRS RLC/MAC layer (RLCMAC)' />
621 <param name='rlcmacdata' doc='GPRS RLC/MAC layer Data (RLCMAC)' />
622 <param name='rlcmacdl' doc='GPRS RLC/MAC layer Downlink (RLCMAC)' />
623 <param name='rlcmacul' doc='GPRS RLC/MAC layer Uplink (RLCMAC)' />
624 <param name='rlcmacsched' doc='GPRS RLC/MAC layer Scheduling (RLCMAC)' />
625 <param name='rlcmacmeas' doc='GPRS RLC/MAC layer Measurements (RLCMAC)' />
626 <param name='tbf' doc='Temporary Block Flow (TBF)' />
627 <param name='tbfdl' doc='Temporary Block Flow (TBF) Downlink' />
628 <param name='tbful' doc='Temporary Block Flow (TBF) Uplink' />
629 <param name='ns' doc='GPRS Network Service Protocol (NS)' />
630 <param name='bssgp' doc='GPRS BSS Gateway Protocol (BSSGP)' />
631 <param name='pcu' doc='GPRS Packet Control Unit (PCU)' />
632 <param name='lglobal' doc='Library-internal global log family' />
633 <param name='llapd' doc='LAPD in libosmogsm' />
634 <param name='linp' doc='A-bis Intput Subsystem' />
635 <param name='lmux' doc='A-bis B-Subchannel TRAU Frame Multiplex' />
636 <param name='lmi' doc='A-bis Input Driver for Signalling' />
637 <param name='lmib' doc='A-bis Input Driver for B-Channels (voice)' />
638 <param name='lsms' doc='Layer3 Short Message Service (SMS)' />
639 <param name='lctrl' doc='Control Interface' />
640 <param name='lgtp' doc='GPRS GTP library' />
641 <param name='lstats' doc='Statistics messages and logging' />
642 <param name='lgsup' doc='Generic Subscriber Update Protocol' />
643 <param name='loap' doc='Osmocom Authentication Protocol' />
644 <param name='lss7' doc='libosmo-sigtran Signalling System 7' />
645 <param name='lsccp' doc='libosmo-sigtran SCCP Implementation' />
646 <param name='lsua' doc='libosmo-sigtran SCCP User Adaptation' />
647 <param name='lm3ua' doc='libosmo-sigtran MTP3 User Adaptation' />
648 <param name='lmgcp' doc='libosmo-mgcp Media Gateway Control Protocol' />
649 <param name='ljibuf' doc='libosmo-netif Jitter Buffer' />
650 <param name='lrspro' doc='Remote SIM protocol' />
651 <param name='debug' doc='Log debug messages and higher levels' />
652 <param name='info' doc='Log informational messages and higher levels' />
653 <param name='notice' doc='Log noticeable messages and higher levels' />
654 <param name='error' doc='Log error messages and higher levels' />
655 <param name='fatal' doc='Log only fatal messages' />
656 </params>
657 </command>
658 <command id='logging level set-all (debug|info|notice|error|fatal)'>
659 <params>
660 <param name='logging' doc='Configure logging' />
661 <param name='level' doc='Set the log level for a specified category' />
662 <param name='set-all' doc='Once-off set all categories to the given log level. There is no single command to take back these changes -- each category is set to the given level, period.' />
663 <param name='debug' doc='Log debug messages and higher levels' />
664 <param name='info' doc='Log informational messages and higher levels' />
665 <param name='notice' doc='Log noticeable messages and higher levels' />
666 <param name='error' doc='Log error messages and higher levels' />
667 <param name='fatal' doc='Log only fatal messages' />
668 </params>
669 </command>
670 <command id='logging level force-all (debug|info|notice|error|fatal)'>
671 <params>
672 <param name='logging' doc='Configure logging' />
673 <param name='level' doc='Set the log level for a specified category' />
674 <param name='force-all' doc='Globally force all logging categories to a specific level. This is released by the &apos;no logging level force-all&apos; command. Note: any &apos;logging level &lt;category&gt; &lt;level&gt;&apos; commands will have no visible effect after this, until the forced level is released.' />
675 <param name='debug' doc='Log debug messages and higher levels' />
676 <param name='info' doc='Log informational messages and higher levels' />
677 <param name='notice' doc='Log noticeable messages and higher levels' />
678 <param name='error' doc='Log error messages and higher levels' />
679 <param name='fatal' doc='Log only fatal messages' />
680 </params>
681 </command>
682 <command id='no logging level force-all'>
683 <params>
684 <param name='no' doc='Negate a command or set its defaults' />
685 <param name='logging' doc='Configure logging' />
686 <param name='level' doc='Set the log level for a specified category' />
687 <param name='force-all' doc='Release any globally forced log level set with &apos;logging level force-all &lt;level&gt;&apos;' />
688 </params>
689 </command>
Oliver Smith37ae22a2019-09-05 15:35:43 +0200690 <command id='logp (csn1|l1if|rlcmac|rlcmacdata|rlcmacdl|rlcmacul|rlcmacsched|rlcmacmeas|tbf|tbfdl|tbful|ns|bssgp|pcu|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf|lrspro) (debug|info|notice|error|fatal) .LOGMESSAGE'>
691 <params>
692 <param name='logp' doc='Print a message on all log outputs; useful for placing markers in test logs' />
693 <param name='csn1' doc='Concrete Syntax Notation One (CSN1)' />
694 <param name='l1if' doc='GPRS PCU L1 interface (L1IF)' />
695 <param name='rlcmac' doc='GPRS RLC/MAC layer (RLCMAC)' />
696 <param name='rlcmacdata' doc='GPRS RLC/MAC layer Data (RLCMAC)' />
697 <param name='rlcmacdl' doc='GPRS RLC/MAC layer Downlink (RLCMAC)' />
698 <param name='rlcmacul' doc='GPRS RLC/MAC layer Uplink (RLCMAC)' />
699 <param name='rlcmacsched' doc='GPRS RLC/MAC layer Scheduling (RLCMAC)' />
700 <param name='rlcmacmeas' doc='GPRS RLC/MAC layer Measurements (RLCMAC)' />
701 <param name='tbf' doc='Temporary Block Flow (TBF)' />
702 <param name='tbfdl' doc='Temporary Block Flow (TBF) Downlink' />
703 <param name='tbful' doc='Temporary Block Flow (TBF) Uplink' />
704 <param name='ns' doc='GPRS Network Service Protocol (NS)' />
705 <param name='bssgp' doc='GPRS BSS Gateway Protocol (BSSGP)' />
706 <param name='pcu' doc='GPRS Packet Control Unit (PCU)' />
707 <param name='lglobal' doc='Library-internal global log family' />
708 <param name='llapd' doc='LAPD in libosmogsm' />
709 <param name='linp' doc='A-bis Intput Subsystem' />
710 <param name='lmux' doc='A-bis B-Subchannel TRAU Frame Multiplex' />
711 <param name='lmi' doc='A-bis Input Driver for Signalling' />
712 <param name='lmib' doc='A-bis Input Driver for B-Channels (voice)' />
713 <param name='lsms' doc='Layer3 Short Message Service (SMS)' />
714 <param name='lctrl' doc='Control Interface' />
715 <param name='lgtp' doc='GPRS GTP library' />
716 <param name='lstats' doc='Statistics messages and logging' />
717 <param name='lgsup' doc='Generic Subscriber Update Protocol' />
718 <param name='loap' doc='Osmocom Authentication Protocol' />
719 <param name='lss7' doc='libosmo-sigtran Signalling System 7' />
720 <param name='lsccp' doc='libosmo-sigtran SCCP Implementation' />
721 <param name='lsua' doc='libosmo-sigtran SCCP User Adaptation' />
722 <param name='lm3ua' doc='libosmo-sigtran MTP3 User Adaptation' />
723 <param name='lmgcp' doc='libosmo-mgcp Media Gateway Control Protocol' />
724 <param name='ljibuf' doc='libosmo-netif Jitter Buffer' />
725 <param name='lrspro' doc='Remote SIM protocol' />
726 <param name='debug' doc='Log debug messages and higher levels' />
727 <param name='info' doc='Log informational messages and higher levels' />
728 <param name='notice' doc='Log noticeable messages and higher levels' />
729 <param name='error' doc='Log error messages and higher levels' />
730 <param name='fatal' doc='Log only fatal messages' />
731 <param name='.LOGMESSAGE' doc='Arbitrary message to log on given category and log level' />
732 </params>
733 </command>
Daniel Willmann79c6c4d2019-06-19 12:05:05 +0200734 <command id='show logging vty'>
735 <params>
736 <param name='show' doc='Show running system information' />
737 <param name='logging' doc='Show current logging configuration' />
738 <param name='vty' doc='Show current logging configuration for this vty' />
739 </params>
740 </command>
741 <command id='show alarms'>
742 <params>
743 <param name='show' doc='Show running system information' />
744 <param name='alarms' doc='Show current logging configuration' />
745 </params>
746 </command>
747 <command id='show stats'>
748 <params>
749 <param name='show' doc='Show running system information' />
750 <param name='stats' doc='Show statistical values' />
751 </params>
752 </command>
753 <command id='show stats level (global|peer|subscriber)'>
754 <params>
755 <param name='show' doc='Show running system information' />
756 <param name='stats' doc='Show statistical values' />
757 <param name='level' doc='Set the maximum group level' />
758 <param name='global' doc='Show global groups only' />
759 <param name='peer' doc='Show global and network peer related groups' />
760 <param name='subscriber' doc='Show global, peer, and subscriber groups' />
761 </params>
762 </command>
763 <command id='show asciidoc counters'>
764 <params>
765 <param name='show' doc='Show running system information' />
766 <param name='asciidoc' doc='Asciidoc generation' />
767 <param name='counters' doc='Generate table of all registered counters' />
768 </params>
769 </command>
770 <command id='show rate-counters'>
771 <params>
772 <param name='show' doc='Show running system information' />
773 <param name='rate-counters' doc='Show all rate counters' />
774 </params>
775 </command>
776 <command id='show bts statistics'>
777 <params>
778 <param name='show' doc='Show running system information' />
779 <param name='bts' doc='BTS related functionality' />
780 <param name='statistics' doc='Statistics' />
781 </params>
782 </command>
783 <command id='show tbf (all|ccch|pacch)'>
784 <params>
785 <param name='show' doc='Show running system information' />
786 <param name='tbf' doc='information about TBFs' />
787 <param name='all' doc='All TBFs' />
788 <param name='ccch' doc='TBFs allocated via CCCH' />
789 <param name='pacch' doc='TBFs allocated via PACCH' />
790 </params>
791 </command>
792 <command id='show ms all'>
793 <params>
794 <param name='show' doc='Show running system information' />
795 <param name='ms' doc='information about MSs' />
796 <param name='all' doc='All TBFs' />
797 </params>
798 </command>
799 <command id='show ms tlli TLLI'>
800 <params>
801 <param name='show' doc='Show running system information' />
802 <param name='ms' doc='information about MSs' />
803 <param name='tlli' doc='Select MS by TLLI' />
804 <param name='TLLI' doc='TLLI as hex' />
805 </params>
806 </command>
807 <command id='show ms imsi IMSI'>
808 <params>
809 <param name='show' doc='Show running system information' />
810 <param name='ms' doc='information about MSs' />
811 <param name='imsi' doc='Select MS by IMSI' />
812 <param name='IMSI' doc='IMSI' />
813 </params>
814 </command>
Pau Espin Pedrol28f160e2019-09-05 14:48:35 +0200815 <command id='show bts-timer [TNNNN]'>
816 <params>
817 <param name='show' doc='Show running system information' />
818 <param name='bts-timer' doc='Show BTS controlled timers' />
819 <param name='[TNNNN]' doc='T- or X-timer-number -- 3GPP compliant timer number of the format &apos;1234&apos; or &apos;T1234&apos; or &apos;t1234&apos;; Osmocom-specific timer number of the format: &apos;X1234&apos; or &apos;x1234&apos;.' />
820 </params>
821 </command>
822 <command id='show timer [TNNNN]'>
823 <params>
824 <param name='show' doc='Show running system information' />
825 <param name='timer' doc='Show PCU timers' />
826 <param name='[TNNNN]' doc='T- or X-timer-number -- 3GPP compliant timer number of the format &apos;1234&apos; or &apos;T1234&apos; or &apos;t1234&apos;; Osmocom-specific timer number of the format: &apos;X1234&apos; or &apos;x1234&apos;.' />
827 </params>
828 </command>
Daniel Willmann79c6c4d2019-06-19 12:05:05 +0200829 <command id='show ns'>
830 <params>
831 <param name='show' doc='Show running system information' />
832 <param name='ns' doc='Display information about the NS protocol' />
833 </params>
834 </command>
835 <command id='show ns stats'>
836 <params>
837 <param name='show' doc='Show running system information' />
838 <param name='ns' doc='Display information about the NS protocol' />
839 <param name='stats' doc='Include statistics' />
840 </params>
841 </command>
842 <command id='show ns persistent'>
843 <params>
844 <param name='show' doc='Show running system information' />
845 <param name='ns' doc='Display information about the NS protocol' />
846 <param name='persistent' doc='Show only persistent NS' />
847 </params>
848 </command>
849 <command id='show ns (nsei|nsvc) &lt;0-65535&gt; [stats]'>
850 <params>
851 <param name='show' doc='Show running system information' />
852 <param name='ns' doc='Display information about the NS protocol' />
853 <param name='nsei' doc='Select one NSE by its NSE Identifier' />
854 <param name='nsvc' doc='Select one NSE by its NS-VC Identifier' />
855 <param name='&lt;0-65535&gt;' doc='The Identifier of selected type' />
856 <param name='[stats]' doc='Include Statistics' />
857 </params>
858 </command>
859 <command id='logging filter nsvc (nsei|nsvci) &lt;0-65535&gt;'>
860 <params>
861 <param name='logging' doc='Configure logging' />
862 <param name='filter' doc='Filter log messages' />
863 <param name='nsvc' doc='Filter based on NS Virtual Connection' />
864 <param name='nsei' doc='Identify NS-VC by NSEI' />
865 <param name='nsvci' doc='Identify NS-VC by NSVCI' />
866 <param name='&lt;0-65535&gt;' doc='Numeric identifier' />
867 </params>
868 </command>
869 <command id='nsvc (nsei|nsvci) &lt;0-65535&gt; (block|unblock|reset)'>
870 <params>
871 <param name='nsvc' doc='Perform an operation on a NSVC' />
872 <param name='nsei' doc='NSEI to identify NS-VC Identifier (NS-VCI)' />
873 <param name='nsvci' doc='NS-VC Identifier (NS-VCI)' />
874 <param name='&lt;0-65535&gt;' doc='The NSEI' />
875 <param name='block' doc='Initiate BLOCK procedure' />
876 <param name='unblock' doc='Initiate UNBLOCK procedure' />
877 <param name='reset' doc='Initiate RESET procedure' />
878 </params>
879 </command>
880 </node>
881 <node id='config'>
882 <name>config</name>
883 <command id='hostname WORD'>
884 <params>
885 <param name='hostname' doc='Set system&apos;s network name' />
886 <param name='WORD' doc='This system&apos;s network name' />
887 </params>
888 </command>
889 <command id='no hostname [HOSTNAME]'>
890 <params>
891 <param name='no' doc='Negate a command or set its defaults' />
892 <param name='hostname' doc='Reset system&apos;s network name' />
893 <param name='[HOSTNAME]' doc='Host name of this router' />
894 </params>
895 </command>
896 <command id='password (8|) WORD'>
897 <params>
898 <param name='password' doc='Assign the terminal connection password' />
899 <param name='8' doc='Specifies a HIDDEN password will follow' />
900 <param name='' doc='dummy string ' />
901 <param name='WORD' doc='The HIDDEN line password string' />
902 </params>
903 </command>
904 <command id='password LINE'>
905 <params>
906 <param name='password' doc='Assign the terminal connection password' />
907 <param name='LINE' doc='The UNENCRYPTED (cleartext) line password' />
908 </params>
909 </command>
910 <command id='enable password (8|) WORD'>
911 <params>
912 <param name='enable' doc='Modify enable password parameters' />
913 <param name='password' doc='Assign the privileged level password' />
914 <param name='8' doc='Specifies a HIDDEN password will follow' />
915 <param name='' doc='dummy string ' />
916 <param name='WORD' doc='The HIDDEN &apos;enable&apos; password string' />
917 </params>
918 </command>
919 <command id='enable password LINE'>
920 <params>
921 <param name='enable' doc='Modify enable password parameters' />
922 <param name='password' doc='Assign the privileged level password' />
923 <param name='LINE' doc='The UNENCRYPTED (cleartext) &apos;enable&apos; password' />
924 </params>
925 </command>
926 <command id='no enable password'>
927 <params>
928 <param name='no' doc='Negate a command or set its defaults' />
929 <param name='enable' doc='Modify enable password parameters' />
930 <param name='password' doc='Assign the privileged level password' />
931 </params>
932 </command>
933 <command id='banner motd default'>
934 <params>
935 <param name='banner' doc='Set banner string' />
936 <param name='motd' doc='Strings for motd' />
937 <param name='default' doc='Default string' />
938 </params>
939 </command>
940 <command id='banner motd file [FILE]'>
941 <params>
942 <param name='banner' doc='Set banner' />
943 <param name='motd' doc='Banner for motd' />
944 <param name='file' doc='Banner from a file' />
945 <param name='[FILE]' doc='Filename' />
946 </params>
947 </command>
948 <command id='no banner motd'>
949 <params>
950 <param name='no' doc='Negate a command or set its defaults' />
951 <param name='banner' doc='Set banner string' />
952 <param name='motd' doc='Strings for motd' />
953 </params>
954 </command>
955 <command id='service terminal-length &lt;0-512&gt;'>
956 <params>
957 <param name='service' doc='Set up miscellaneous service' />
958 <param name='terminal-length' doc='System wide terminal length configuration' />
959 <param name='&lt;0-512&gt;' doc='Number of lines of VTY (0 means no line control)' />
960 </params>
961 </command>
962 <command id='no service terminal-length [&lt;0-512&gt;]'>
963 <params>
964 <param name='no' doc='Negate a command or set its defaults' />
965 <param name='service' doc='Set up miscellaneous service' />
966 <param name='terminal-length' doc='System wide terminal length configuration' />
967 <param name='[&lt;0-512&gt;]' doc='Number of lines of VTY (0 means no line control)' />
968 </params>
969 </command>
970 <command id='line vty'>
971 <params>
972 <param name='line' doc='Configure a terminal line' />
973 <param name='vty' doc='Virtual terminal' />
974 </params>
975 </command>
976 <command id='service advanced-vty'>
977 <params>
978 <param name='service' doc='Set up miscellaneous service' />
979 <param name='advanced-vty' doc='Enable advanced mode vty interface' />
980 </params>
981 </command>
982 <command id='no service advanced-vty'>
983 <params>
984 <param name='no' doc='Negate a command or set its defaults' />
985 <param name='service' doc='Set up miscellaneous service' />
986 <param name='advanced-vty' doc='Enable advanced mode vty interface' />
987 </params>
988 </command>
989 <command id='show history'>
990 <params>
991 <param name='show' doc='Show running system information' />
992 <param name='history' doc='Display the session command history' />
993 </params>
994 </command>
995 <command id='log stderr'>
996 <params>
997 <param name='log' doc='Configure logging sub-system' />
998 <param name='stderr' doc='Logging via STDERR of the process' />
999 </params>
1000 </command>
1001 <command id='no log stderr'>
1002 <params>
1003 <param name='no' doc='Negate a command or set its defaults' />
1004 <param name='log' doc='Configure logging sub-system' />
1005 <param name='stderr' doc='Logging via STDERR of the process' />
1006 </params>
1007 </command>
1008 <command id='log file .FILENAME'>
1009 <params>
1010 <param name='log' doc='Configure logging sub-system' />
1011 <param name='file' doc='Logging to text file' />
1012 <param name='.FILENAME' doc='Filename' />
1013 </params>
1014 </command>
1015 <command id='no log file .FILENAME'>
1016 <params>
1017 <param name='no' doc='Negate a command or set its defaults' />
1018 <param name='log' doc='Configure logging sub-system' />
1019 <param name='file' doc='Logging to text file' />
1020 <param name='.FILENAME' doc='Filename' />
1021 </params>
1022 </command>
1023 <command id='log alarms &lt;2-32700&gt;'>
1024 <params>
1025 <param name='log' doc='Configure logging sub-system' />
1026 <param name='alarms' doc='Logging alarms to osmo_strrb' />
1027 <param name='&lt;2-32700&gt;' doc='Maximum number of messages to log' />
1028 </params>
1029 </command>
1030 <command id='no log alarms'>
1031 <params>
1032 <param name='no' doc='Negate a command or set its defaults' />
1033 <param name='log' doc='Configure logging sub-system' />
1034 <param name='alarms' doc='Logging alarms to osmo_strrb' />
1035 </params>
1036 </command>
1037 <command id='log syslog (authpriv|cron|daemon|ftp|lpr|mail|news|user|uucp)'>
1038 <params>
1039 <param name='log' doc='Configure logging sub-system' />
1040 <param name='syslog' doc='Logging via syslog' />
1041 <param name='authpriv' doc='Security/authorization messages facility' />
1042 <param name='cron' doc='Clock daemon (cron/at) facility' />
1043 <param name='daemon' doc='General system daemon facility' />
1044 <param name='ftp' doc='Ftp daemon facility' />
1045 <param name='lpr' doc='Line printer facility' />
1046 <param name='mail' doc='Mail facility' />
1047 <param name='news' doc='News facility' />
1048 <param name='user' doc='Generic facility' />
1049 <param name='uucp' doc='UUCP facility' />
1050 </params>
1051 </command>
1052 <command id='log syslog local &lt;0-7&gt;'>
1053 <params>
1054 <param name='log' doc='Configure logging sub-system' />
1055 <param name='syslog' doc='Logging via syslog' />
1056 <param name='local' doc='Syslog LOCAL facility' />
1057 <param name='&lt;0-7&gt;' doc='Local facility number' />
1058 </params>
1059 </command>
1060 <command id='no log syslog'>
1061 <params>
1062 <param name='no' doc='Negate a command or set its defaults' />
1063 <param name='log' doc='Configure logging sub-system' />
1064 <param name='syslog' doc='Logging via syslog' />
1065 </params>
1066 </command>
1067 <command id='log gsmtap [HOSTNAME]'>
1068 <params>
1069 <param name='log' doc='Configure logging sub-system' />
1070 <param name='gsmtap' doc='Logging via GSMTAP' />
1071 <param name='[HOSTNAME]' doc='Host name to send the GSMTAP logging to (UDP port 4729)' />
1072 </params>
1073 </command>
1074 <command id='stats reporter statsd'>
1075 <params>
1076 <param name='stats' doc='Configure stats sub-system' />
1077 <param name='reporter' doc='Configure a stats reporter' />
1078 <param name='statsd' doc='Report to a STATSD server' />
1079 </params>
1080 </command>
1081 <command id='no stats reporter statsd'>
1082 <params>
1083 <param name='no' doc='Negate a command or set its defaults' />
1084 <param name='stats' doc='Configure stats sub-system' />
1085 <param name='reporter' doc='Configure a stats reporter' />
1086 <param name='statsd' doc='Report to a STATSD server' />
1087 </params>
1088 </command>
1089 <command id='stats reporter log'>
1090 <params>
1091 <param name='stats' doc='Configure stats sub-system' />
1092 <param name='reporter' doc='Configure a stats reporter' />
1093 <param name='log' doc='Report to the logger' />
1094 </params>
1095 </command>
1096 <command id='no stats reporter log'>
1097 <params>
1098 <param name='no' doc='Negate a command or set its defaults' />
1099 <param name='stats' doc='Configure stats sub-system' />
1100 <param name='reporter' doc='Configure a stats reporter' />
1101 <param name='log' doc='Report to the logger' />
1102 </params>
1103 </command>
1104 <command id='stats interval &lt;1-65535&gt;'>
1105 <params>
1106 <param name='stats' doc='Configure stats sub-system' />
1107 <param name='interval' doc='Set the reporting interval' />
1108 <param name='&lt;1-65535&gt;' doc='Interval in seconds' />
1109 </params>
1110 </command>
1111 <command id='pcu'>
1112 <params>
1113 <param name='pcu' doc='BTS specific configure' />
1114 </params>
1115 </command>
1116 <command id='ns'>
1117 <params>
1118 <param name='ns' doc='Configure the GPRS Network Service' />
1119 </params>
1120 </command>
1121 </node>
1122 <node id='config-log'>
1123 <name>config-log</name>
1124 <command id='logging filter all (0|1)'>
1125 <params>
1126 <param name='logging' doc='Configure logging' />
1127 <param name='filter' doc='Filter log messages' />
1128 <param name='all' doc='Do you want to log all messages?' />
1129 <param name='0' doc='Only print messages matched by other filters' />
1130 <param name='1' doc='Bypass filter and print all messages' />
1131 </params>
1132 </command>
1133 <command id='logging color (0|1)'>
1134 <params>
1135 <param name='logging' doc='Configure logging' />
1136 <param name='color' doc='Configure color-printing for log messages' />
1137 <param name='0' doc='Don&apos;t use color for printing messages' />
1138 <param name='1' doc='Use color for printing messages' />
1139 </params>
1140 </command>
1141 <command id='logging timestamp (0|1)'>
1142 <params>
1143 <param name='logging' doc='Configure logging' />
1144 <param name='timestamp' doc='Configure log message timestamping' />
1145 <param name='0' doc='Don&apos;t prefix each log message' />
1146 <param name='1' doc='Prefix each log message with current timestamp' />
1147 </params>
1148 </command>
1149 <command id='logging print extended-timestamp (0|1)'>
1150 <params>
1151 <param name='logging' doc='Configure logging' />
1152 <param name='print' doc='Log output settings' />
1153 <param name='extended-timestamp' doc='Configure log message timestamping' />
1154 <param name='0' doc='Don&apos;t prefix each log message' />
1155 <param name='1' doc='Prefix each log message with current timestamp with YYYYMMDDhhmmssnnn' />
1156 </params>
1157 </command>
1158 <command id='logging print category (0|1)'>
1159 <params>
1160 <param name='logging' doc='Configure logging' />
1161 <param name='print' doc='Log output settings' />
1162 <param name='category' doc='Configure log message' />
1163 <param name='0' doc='Don&apos;t prefix each log message' />
1164 <param name='1' doc='Prefix each log message with category/subsystem name' />
1165 </params>
1166 </command>
1167 <command id='logging print category-hex (0|1)'>
1168 <params>
1169 <param name='logging' doc='Configure logging' />
1170 <param name='print' doc='Log output settings' />
1171 <param name='category-hex' doc='Configure log message' />
1172 <param name='0' doc='Don&apos;t prefix each log message' />
1173 <param name='1' doc='Prefix each log message with category/subsystem nr in hex (&apos;&lt;000b&gt;&apos;)' />
1174 </params>
1175 </command>
1176 <command id='logging print level (0|1)'>
1177 <params>
1178 <param name='logging' doc='Configure logging' />
1179 <param name='print' doc='Log output settings' />
1180 <param name='level' doc='Configure log message' />
1181 <param name='0' doc='Don&apos;t prefix each log message' />
1182 <param name='1' doc='Prefix each log message with the log level name' />
1183 </params>
1184 </command>
1185 <command id='logging print file (0|1|basename) [last]'>
1186 <params>
1187 <param name='logging' doc='Configure logging' />
1188 <param name='print' doc='Log output settings' />
1189 <param name='file' doc='Configure log message' />
1190 <param name='0' doc='Don&apos;t prefix each log message' />
1191 <param name='1' doc='Prefix each log message with the source file and line' />
1192 <param name='basename' doc='Prefix each log message with the source file&apos;s basename (strip leading paths) and line' />
1193 <param name='[last]' doc='Log source file info at the end of a log line. If omitted, log source file info just before the log text.' />
1194 </params>
1195 </command>
1196 <command id='logging level (csn1|l1if|rlcmac|rlcmacdata|rlcmacdl|rlcmacul|rlcmacsched|rlcmacmeas|tbf|tbfdl|tbful|ns|bssgp|pcu|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf|lrspro) (debug|info|notice|error|fatal)'>
1197 <params>
1198 <param name='logging' doc='Configure logging' />
1199 <param name='level' doc='Set the log level for a specified category' />
1200 <param name='csn1' doc='Concrete Syntax Notation One (CSN1)' />
1201 <param name='l1if' doc='GPRS PCU L1 interface (L1IF)' />
1202 <param name='rlcmac' doc='GPRS RLC/MAC layer (RLCMAC)' />
1203 <param name='rlcmacdata' doc='GPRS RLC/MAC layer Data (RLCMAC)' />
1204 <param name='rlcmacdl' doc='GPRS RLC/MAC layer Downlink (RLCMAC)' />
1205 <param name='rlcmacul' doc='GPRS RLC/MAC layer Uplink (RLCMAC)' />
1206 <param name='rlcmacsched' doc='GPRS RLC/MAC layer Scheduling (RLCMAC)' />
1207 <param name='rlcmacmeas' doc='GPRS RLC/MAC layer Measurements (RLCMAC)' />
1208 <param name='tbf' doc='Temporary Block Flow (TBF)' />
1209 <param name='tbfdl' doc='Temporary Block Flow (TBF) Downlink' />
1210 <param name='tbful' doc='Temporary Block Flow (TBF) Uplink' />
1211 <param name='ns' doc='GPRS Network Service Protocol (NS)' />
1212 <param name='bssgp' doc='GPRS BSS Gateway Protocol (BSSGP)' />
1213 <param name='pcu' doc='GPRS Packet Control Unit (PCU)' />
1214 <param name='lglobal' doc='Library-internal global log family' />
1215 <param name='llapd' doc='LAPD in libosmogsm' />
1216 <param name='linp' doc='A-bis Intput Subsystem' />
1217 <param name='lmux' doc='A-bis B-Subchannel TRAU Frame Multiplex' />
1218 <param name='lmi' doc='A-bis Input Driver for Signalling' />
1219 <param name='lmib' doc='A-bis Input Driver for B-Channels (voice)' />
1220 <param name='lsms' doc='Layer3 Short Message Service (SMS)' />
1221 <param name='lctrl' doc='Control Interface' />
1222 <param name='lgtp' doc='GPRS GTP library' />
1223 <param name='lstats' doc='Statistics messages and logging' />
1224 <param name='lgsup' doc='Generic Subscriber Update Protocol' />
1225 <param name='loap' doc='Osmocom Authentication Protocol' />
1226 <param name='lss7' doc='libosmo-sigtran Signalling System 7' />
1227 <param name='lsccp' doc='libosmo-sigtran SCCP Implementation' />
1228 <param name='lsua' doc='libosmo-sigtran SCCP User Adaptation' />
1229 <param name='lm3ua' doc='libosmo-sigtran MTP3 User Adaptation' />
1230 <param name='lmgcp' doc='libosmo-mgcp Media Gateway Control Protocol' />
1231 <param name='ljibuf' doc='libosmo-netif Jitter Buffer' />
1232 <param name='lrspro' doc='Remote SIM protocol' />
1233 <param name='debug' doc='Log debug messages and higher levels' />
1234 <param name='info' doc='Log informational messages and higher levels' />
1235 <param name='notice' doc='Log noticeable messages and higher levels' />
1236 <param name='error' doc='Log error messages and higher levels' />
1237 <param name='fatal' doc='Log only fatal messages' />
1238 </params>
1239 </command>
1240 <command id='logging level set-all (debug|info|notice|error|fatal)'>
1241 <params>
1242 <param name='logging' doc='Configure logging' />
1243 <param name='level' doc='Set the log level for a specified category' />
1244 <param name='set-all' doc='Once-off set all categories to the given log level. There is no single command to take back these changes -- each category is set to the given level, period.' />
1245 <param name='debug' doc='Log debug messages and higher levels' />
1246 <param name='info' doc='Log informational messages and higher levels' />
1247 <param name='notice' doc='Log noticeable messages and higher levels' />
1248 <param name='error' doc='Log error messages and higher levels' />
1249 <param name='fatal' doc='Log only fatal messages' />
1250 </params>
1251 </command>
1252 <command id='logging level force-all (debug|info|notice|error|fatal)'>
1253 <params>
1254 <param name='logging' doc='Configure logging' />
1255 <param name='level' doc='Set the log level for a specified category' />
1256 <param name='force-all' doc='Globally force all logging categories to a specific level. This is released by the &apos;no logging level force-all&apos; command. Note: any &apos;logging level &lt;category&gt; &lt;level&gt;&apos; commands will have no visible effect after this, until the forced level is released.' />
1257 <param name='debug' doc='Log debug messages and higher levels' />
1258 <param name='info' doc='Log informational messages and higher levels' />
1259 <param name='notice' doc='Log noticeable messages and higher levels' />
1260 <param name='error' doc='Log error messages and higher levels' />
1261 <param name='fatal' doc='Log only fatal messages' />
1262 </params>
1263 </command>
1264 <command id='no logging level force-all'>
1265 <params>
1266 <param name='no' doc='Negate a command or set its defaults' />
1267 <param name='logging' doc='Configure logging' />
1268 <param name='level' doc='Set the log level for a specified category' />
1269 <param name='force-all' doc='Release any globally forced log level set with &apos;logging level force-all &lt;level&gt;&apos;' />
1270 </params>
1271 </command>
1272 <command id='logging filter nsvc (nsei|nsvci) &lt;0-65535&gt;'>
1273 <params>
1274 <param name='logging' doc='Configure logging' />
1275 <param name='filter' doc='Filter log messages' />
1276 <param name='nsvc' doc='Filter based on NS Virtual Connection' />
1277 <param name='nsei' doc='Identify NS-VC by NSEI' />
1278 <param name='nsvci' doc='Identify NS-VC by NSVCI' />
1279 <param name='&lt;0-65535&gt;' doc='Numeric identifier' />
1280 </params>
1281 </command>
1282 </node>
1283 <node id='config-stats'>
1284 <name>config-stats</name>
1285 <command id='local-ip ADDR'>
1286 <params>
1287 <param name='local-ip' doc='Set the IP address to which we bind locally' />
1288 <param name='ADDR' doc='IP Address' />
1289 </params>
1290 </command>
1291 <command id='no local-ip'>
1292 <params>
1293 <param name='no' doc='Negate a command or set its defaults' />
1294 <param name='local-ip' doc='Set the IP address to which we bind locally' />
1295 </params>
1296 </command>
1297 <command id='remote-ip ADDR'>
1298 <params>
1299 <param name='remote-ip' doc='Set the remote IP address to which we connect' />
1300 <param name='ADDR' doc='IP Address' />
1301 </params>
1302 </command>
1303 <command id='remote-port &lt;1-65535&gt;'>
1304 <params>
1305 <param name='remote-port' doc='Set the remote port to which we connect' />
1306 <param name='&lt;1-65535&gt;' doc='Remote port number' />
1307 </params>
1308 </command>
1309 <command id='mtu &lt;100-65535&gt;'>
1310 <params>
1311 <param name='mtu' doc='Set the maximum packet size' />
1312 <param name='&lt;100-65535&gt;' doc='Size in byte' />
1313 </params>
1314 </command>
1315 <command id='no mtu'>
1316 <params>
1317 <param name='no' doc='Negate a command or set its defaults' />
1318 <param name='mtu' doc='Set the maximum packet size' />
1319 </params>
1320 </command>
1321 <command id='prefix PREFIX'>
1322 <params>
1323 <param name='prefix' doc='Set the item name prefix' />
1324 <param name='PREFIX' doc='The prefix string' />
1325 </params>
1326 </command>
1327 <command id='no prefix'>
1328 <params>
1329 <param name='no' doc='Negate a command or set its defaults' />
1330 <param name='prefix' doc='Set the item name prefix' />
1331 </params>
1332 </command>
1333 <command id='level (global|peer|subscriber)'>
1334 <params>
1335 <param name='level' doc='Set the maximum group level' />
1336 <param name='global' doc='Report global groups only' />
1337 <param name='peer' doc='Report global and network peer related groups' />
1338 <param name='subscriber' doc='Report global, peer, and subscriber groups' />
1339 </params>
1340 </command>
1341 <command id='enable'>
1342 <params>
1343 <param name='enable' doc='Enable the reporter' />
1344 </params>
1345 </command>
1346 <command id='disable'>
1347 <params>
1348 <param name='disable' doc='Disable the reporter' />
1349 </params>
1350 </command>
1351 </node>
1352 <node id='config-line'>
1353 <name>config-line</name>
1354 <command id='login'>
1355 <params>
1356 <param name='login' doc='Enable password checking' />
1357 </params>
1358 </command>
1359 <command id='no login'>
1360 <params>
1361 <param name='no' doc='Negate a command or set its defaults' />
1362 <param name='login' doc='Enable password checking' />
1363 </params>
1364 </command>
1365 <command id='bind A.B.C.D [&lt;0-65535&gt;]'>
1366 <params>
1367 <param name='bind' doc='Accept VTY telnet connections on local interface' />
1368 <param name='A.B.C.D' doc='Local interface IP address (default: 127.0.0.1)' />
1369 <param name='[&lt;0-65535&gt;]' doc='Local TCP port number' />
1370 </params>
1371 </command>
1372 </node>
1373 <node id='config-ns'>
1374 <name>config-ns</name>
1375 <command id='nse &lt;0-65535&gt; nsvci &lt;0-65534&gt;'>
1376 <params>
1377 <param name='nse' doc='Persistent NS Entity' />
1378 <param name='&lt;0-65535&gt;' doc='NS Entity ID (NSEI)' />
1379 <param name='nsvci' doc='NS Virtual Connection' />
1380 <param name='&lt;0-65534&gt;' doc='NS Virtual Connection ID (NSVCI)' />
1381 </params>
1382 </command>
1383 <command id='nse &lt;0-65535&gt; remote-ip A.B.C.D'>
1384 <params>
1385 <param name='nse' doc='Persistent NS Entity' />
1386 <param name='&lt;0-65535&gt;' doc='NS Entity ID (NSEI)' />
1387 <param name='remote-ip' doc='Remote IP Address' />
1388 <param name='A.B.C.D' doc='Remote IP Address' />
1389 </params>
1390 </command>
1391 <command id='nse &lt;0-65535&gt; remote-port &lt;0-65535&gt;'>
1392 <params>
1393 <param name='nse' doc='Persistent NS Entity' />
1394 <param name='&lt;0-65535&gt;' doc='NS Entity ID (NSEI)' />
1395 <param name='remote-port' doc='Remote UDP Port' />
1396 <param name='&lt;0-65535&gt;' doc='Remote UDP Port Number' />
1397 </params>
1398 </command>
1399 <command id='nse &lt;0-65535&gt; fr-dlci &lt;16-1007&gt;'>
1400 <params>
1401 <param name='nse' doc='Persistent NS Entity' />
1402 <param name='&lt;0-65535&gt;' doc='NS Entity ID (NSEI)' />
1403 <param name='fr-dlci' doc='Frame Relay DLCI' />
1404 <param name='&lt;16-1007&gt;' doc='Frame Relay DLCI Number' />
1405 </params>
1406 </command>
1407 <command id='nse &lt;0-65535&gt; encapsulation (udp|framerelay-gre)'>
1408 <params>
1409 <param name='nse' doc='Persistent NS Entity' />
1410 <param name='&lt;0-65535&gt;' doc='NS Entity ID (NSEI)' />
1411 <param name='encapsulation' doc='Encapsulation for NS' />
1412 <param name='udp' doc='UDP/IP Encapsulation' />
1413 <param name='framerelay-gre' doc='Frame-Relay/GRE/IP Encapsulation' />
1414 </params>
1415 </command>
1416 <command id='nse &lt;0-65535&gt; remote-role (sgsn|bss)'>
1417 <params>
1418 <param name='nse' doc='Persistent NS Entity' />
1419 <param name='&lt;0-65535&gt;' doc='NS Entity ID (NSEI)' />
1420 <param name='remote-role' doc='Remote NSE Role' />
1421 <param name='sgsn' doc='Remote Peer is SGSN' />
1422 <param name='bss' doc='Remote Peer is BSS' />
1423 </params>
1424 </command>
1425 <command id='no nse &lt;0-65535&gt;'>
1426 <params>
1427 <param name='no' doc='Delete Persistent NS Entity' />
1428 <param name='nse' doc='Delete Persistent NS Entity' />
1429 <param name='&lt;0-65535&gt;' doc='NS Entity ID (NSEI)' />
1430 </params>
1431 </command>
1432 <command id='timer (tns-block|tns-block-retries|tns-reset|tns-reset-retries|tns-test|tns-alive|tns-alive-retries|tsns-prov) &lt;0-65535&gt;'>
1433 <params>
1434 <param name='timer' doc='Network Service Timer' />
1435 <param name='tns-block' doc='(un)blocking Timer (Tns-block) timeout' />
1436 <param name='tns-block-retries' doc='(un)blocking Timer (Tns-block) number of retries' />
1437 <param name='tns-reset' doc='Reset Timer (Tns-reset) timeout' />
1438 <param name='tns-reset-retries' doc='Reset Timer (Tns-reset) number of retries' />
1439 <param name='tns-test' doc='Test Timer (Tns-test) timeout' />
1440 <param name='tns-alive' doc='Alive Timer (Tns-alive) timeout' />
1441 <param name='tns-alive-retries' doc='Alive Timer (Tns-alive) number of retries' />
1442 <param name='tsns-prov' doc='SNS Provision Timer (Tsns-prov) timeout' />
1443 <param name='&lt;0-65535&gt;' doc='Timer Value' />
1444 </params>
1445 </command>
1446 <command id='encapsulation udp local-ip A.B.C.D'>
1447 <params>
1448 <param name='encapsulation' doc='NS encapsulation options' />
1449 <param name='udp' doc='NS over UDP Encapsulation' />
1450 <param name='local-ip' doc='Set the IP address on which we listen for NS/UDP' />
1451 <param name='A.B.C.D' doc='IP Address' />
1452 </params>
1453 </command>
1454 <command id='encapsulation udp local-port &lt;0-65535&gt;'>
1455 <params>
1456 <param name='encapsulation' doc='NS encapsulation options' />
1457 <param name='udp' doc='NS over UDP Encapsulation' />
1458 <param name='local-port' doc='Set the UDP port on which we listen for NS/UDP' />
1459 <param name='&lt;0-65535&gt;' doc='UDP port number' />
1460 </params>
1461 </command>
1462 <command id='encapsulation udp dscp &lt;0-255&gt;'>
1463 <params>
1464 <param name='encapsulation' doc='NS encapsulation options' />
1465 <param name='udp' doc='NS over UDP Encapsulation' />
1466 <param name='dscp' doc='Set DSCP/TOS on the UDP socket' />
1467 <param name='&lt;0-255&gt;' doc='DSCP Value' />
1468 </params>
1469 </command>
1470 <command id='encapsulation framerelay-gre enabled (1|0)'>
1471 <params>
1472 <param name='encapsulation' doc='NS encapsulation options' />
1473 <param name='framerelay-gre' doc='NS over Frame Relay over GRE Encapsulation' />
1474 <param name='enabled' doc='Enable or disable Frame Relay over GRE' />
1475 <param name='1' doc='Enable' />
1476 <param name='0' doc='Disable' />
1477 </params>
1478 </command>
1479 <command id='encapsulation framerelay-gre local-ip A.B.C.D'>
1480 <params>
1481 <param name='encapsulation' doc='NS encapsulation options' />
1482 <param name='framerelay-gre' doc='NS over Frame Relay over GRE Encapsulation' />
1483 <param name='local-ip' doc='Set the IP address on which we listen for NS/FR/GRE' />
1484 <param name='A.B.C.D' doc='IP Address' />
1485 </params>
1486 </command>
1487 </node>
1488 <node id='config-pcu'>
1489 <name>config-pcu</name>
1490 <command id='egprs only'>
1491 <params>
1492 <param name='egprs' doc='EGPRS configuration' />
1493 <param name='only' doc='Use EGPRS and disable plain GPRS' />
1494 </params>
1495 </command>
1496 <command id='no egprs'>
1497 <params>
1498 <param name='no' doc='Negate a command or set its defaults' />
1499 <param name='egprs' doc='EGPRS configuration' />
1500 </params>
1501 </command>
1502 <command id='no two-phase-access'>
1503 <params>
1504 <param name='no' doc='Negate a command or set its defaults' />
1505 <param name='two-phase-access' doc='Only use two phase access when requested my MS' />
1506 </params>
1507 </command>
1508 <command id='cs &lt;1-4&gt; [&lt;1-4&gt;]'>
1509 <params>
1510 <param name='cs' doc='Coding Scheme configuration' />
1511 <param name='&lt;1-4&gt;' doc='Initial CS value to be used (overrides BTS config)' />
1512 <param name='[&lt;1-4&gt;]' doc='Use a different initial CS value for the uplink' />
1513 </params>
1514 </command>
1515 <command id='no cs'>
1516 <params>
1517 <param name='no' doc='Negate a command or set its defaults' />
1518 <param name='cs' doc='Coding Scheme configuration' />
1519 </params>
1520 </command>
1521 <command id='cs max &lt;1-4&gt; [&lt;1-4&gt;]'>
1522 <params>
1523 <param name='cs' doc='Coding Scheme configuration' />
1524 <param name='max' doc='Set maximum values for adaptive CS selection (overrides BTS config)' />
1525 <param name='&lt;1-4&gt;' doc='Maximum CS value to be used' />
1526 <param name='[&lt;1-4&gt;]' doc='Use a different maximum CS value for the uplink' />
1527 </params>
1528 </command>
1529 <command id='no cs max'>
1530 <params>
1531 <param name='no' doc='Negate a command or set its defaults' />
1532 <param name='cs' doc='Coding Scheme configuration' />
1533 <param name='max' doc='Set maximum values for adaptive CS selection (overrides BTS config)' />
1534 </params>
1535 </command>
1536 <command id='cs threshold &lt;0-100&gt; &lt;0-100&gt;'>
1537 <params>
1538 <param name='cs' doc='Coding Scheme configuration' />
Pau Espin Pedrol1e6eb302019-11-28 17:00:44 +01001539 <param name='threshold' doc='set thresholds for error rate based downlink (M)CS adjustment' />
Daniel Willmann79c6c4d2019-06-19 12:05:05 +02001540 <param name='&lt;0-100&gt;' doc='lower limit in %' />
1541 <param name='&lt;0-100&gt;' doc='upper limit in %' />
1542 </params>
1543 </command>
1544 <command id='no cs threshold'>
1545 <params>
1546 <param name='no' doc='Negate a command or set its defaults' />
1547 <param name='cs' doc='Coding Scheme configuration' />
Pau Espin Pedrol1e6eb302019-11-28 17:00:44 +01001548 <param name='threshold' doc='set thresholds for error rate based downlink (M)CS adjustment' />
Daniel Willmann79c6c4d2019-06-19 12:05:05 +02001549 </params>
1550 </command>
1551 <command id='cs downgrade-threshold &lt;1-10000&gt;'>
1552 <params>
1553 <param name='cs' doc='Coding Scheme configuration' />
Pau Espin Pedrol1e6eb302019-11-28 17:00:44 +01001554 <param name='downgrade-threshold' doc='set threshold for data size based downlink (M)CS downgrade' />
Daniel Willmann79c6c4d2019-06-19 12:05:05 +02001555 <param name='&lt;1-10000&gt;' doc='downgrade if less octets left' />
1556 </params>
1557 </command>
1558 <command id='no cs downgrade-threshold'>
1559 <params>
1560 <param name='no' doc='Negate a command or set its defaults' />
1561 <param name='cs' doc='Coding Scheme configuration' />
Pau Espin Pedrol1e6eb302019-11-28 17:00:44 +01001562 <param name='downgrade-threshold' doc='set threshold for data size based downlink (M)CS downgrade' />
Daniel Willmann79c6c4d2019-06-19 12:05:05 +02001563 </params>
1564 </command>
1565 <command id='cs link-quality-ranges cs1 &lt;0-35&gt; cs2 &lt;0-35&gt; &lt;0-35&gt; cs3 &lt;0-35&gt; &lt;0-35&gt; cs4 &lt;0-35&gt;'>
1566 <params>
1567 <param name='cs' doc='Coding Scheme configuration' />
Pau Espin Pedrol1e6eb302019-11-28 17:00:44 +01001568 <param name='link-quality-ranges' doc='Set link quality ranges for each uplink CS' />
Daniel Willmann79c6c4d2019-06-19 12:05:05 +02001569 <param name='cs1' doc='Set quality range for CS-1 (high value only)' />
1570 <param name='&lt;0-35&gt;' doc='CS-1 high (dB)' />
1571 <param name='cs2' doc='Set quality range for CS-2' />
1572 <param name='&lt;0-35&gt;' doc='CS-2 low (dB)' />
1573 <param name='&lt;0-35&gt;' doc='CS-2 high (dB)' />
1574 <param name='cs3' doc='Set quality range for CS-3' />
1575 <param name='&lt;0-35&gt;' doc='CS-3 low (dB)' />
1576 <param name='&lt;0-35&gt;' doc='CS-3 high (dB)' />
1577 <param name='cs4' doc='Set quality range for CS-4 (low value only)' />
1578 <param name='&lt;0-35&gt;' doc='CS-4 low (dB)' />
1579 </params>
1580 </command>
1581 <command id='mcs link-quality-ranges mcs1 &lt;0-35&gt; mcs2 &lt;0-35&gt; &lt;0-35&gt; mcs3 &lt;0-35&gt; &lt;0-35&gt; mcs4 &lt;0-35&gt; &lt;0-35&gt; mcs5 &lt;0-35&gt; &lt;0-35&gt; mcs6 &lt;0-35&gt; &lt;0-35&gt; mcs7 &lt;0-35&gt; &lt;0-35&gt; mcs8 &lt;0-35&gt; &lt;0-35&gt; mcs9 &lt;0-35&gt;'>
1582 <params>
1583 <param name='mcs' doc='Coding Scheme configuration' />
Pau Espin Pedrol1e6eb302019-11-28 17:00:44 +01001584 <param name='link-quality-ranges' doc='Set link quality ranges for each uplink MCS' />
Daniel Willmann79c6c4d2019-06-19 12:05:05 +02001585 <param name='mcs1' doc='Set quality range for MCS-1 (high value only)' />
1586 <param name='&lt;0-35&gt;' doc='MCS-1 high (dB)' />
1587 <param name='mcs2' doc='Set quality range for MCS-2' />
1588 <param name='&lt;0-35&gt;' doc='MCS-2 high (dB)' />
1589 <param name='&lt;0-35&gt;' doc='MCS-2 low (dB)' />
1590 <param name='mcs3' doc='Set quality range for MCS-3' />
1591 <param name='&lt;0-35&gt;' doc='MCS-3 high (dB)' />
1592 <param name='&lt;0-35&gt;' doc='MCS-3 low (dB)' />
1593 <param name='mcs4' doc='Set quality range for MCS-4' />
1594 <param name='&lt;0-35&gt;' doc='MCS-4 high (dB)' />
1595 <param name='&lt;0-35&gt;' doc='MCS-4 low (dB)' />
1596 <param name='mcs5' doc='Set quality range for MCS-5' />
1597 <param name='&lt;0-35&gt;' doc='MCS-5 high (dB)' />
1598 <param name='&lt;0-35&gt;' doc='MCS-5 low (dB)' />
1599 <param name='mcs6' doc='Set quality range for MCS-6' />
1600 <param name='&lt;0-35&gt;' doc='MCS-6 low (dB)' />
1601 <param name='&lt;0-35&gt;' doc='MCS-6 high (dB)' />
1602 <param name='mcs7' doc='Set quality range for MCS-7' />
1603 <param name='&lt;0-35&gt;' doc='MCS-7 low (dB)' />
1604 <param name='&lt;0-35&gt;' doc='MCS-7 high (dB)' />
1605 <param name='mcs8' doc='Set quality range for MCS-8' />
1606 <param name='&lt;0-35&gt;' doc='MCS-8 low (dB)' />
1607 <param name='&lt;0-35&gt;' doc='MCS-8 high (dB)' />
1608 <param name='mcs9' doc='Set quality range for MCS-9 (low value only)' />
1609 <param name='&lt;0-35&gt;' doc='MCS-9 low (dB)' />
1610 </params>
1611 </command>
1612 <command id='mcs &lt;1-9&gt; [&lt;1-9&gt;]'>
1613 <params>
1614 <param name='mcs' doc='Modulation and Coding Scheme configuration (EGPRS)' />
1615 <param name='&lt;1-9&gt;' doc='Initial MCS value to be used (default 1)' />
1616 <param name='[&lt;1-9&gt;]' doc='Use a different initial MCS value for the uplink' />
1617 </params>
1618 </command>
1619 <command id='egprs dl arq-type (spb|arq2)'>
1620 <params>
1621 <param name='egprs' doc='EGPRS configuration' />
1622 <param name='dl' doc='downlink specific configuration' />
1623 <param name='arq-type' doc='ARQ options' />
1624 <param name='spb' doc='enable SPB(ARQ1) support' />
1625 <param name='arq2' doc='enable ARQ2 support' />
1626 </params>
1627 </command>
1628 <command id='no mcs'>
1629 <params>
1630 <param name='no' doc='Negate a command or set its defaults' />
1631 <param name='mcs' doc='Modulation and Coding Scheme configuration (EGPRS)' />
1632 </params>
1633 </command>
1634 <command id='mcs max &lt;1-9&gt; [&lt;1-9&gt;]'>
1635 <params>
1636 <param name='mcs' doc='Modulation and Coding Scheme configuration (EGPRS)' />
1637 <param name='max' doc='Set maximum values for adaptive CS selection (overrides BTS config)' />
1638 <param name='&lt;1-9&gt;' doc='Maximum MCS value to be used' />
1639 <param name='[&lt;1-9&gt;]' doc='Use a different maximum MCS value for the uplink' />
1640 </params>
1641 </command>
1642 <command id='no mcs max'>
1643 <params>
1644 <param name='no' doc='Negate a command or set its defaults' />
1645 <param name='mcs' doc='Modulation and Coding Scheme configuration (EGPRS)' />
1646 <param name='max' doc='Set maximum values for adaptive CS selection (overrides BTS config)' />
1647 </params>
1648 </command>
1649 <command id='window-size &lt;0-1024&gt; [&lt;0-256&gt;]'>
1650 <params>
1651 <param name='window-size' doc='Window size configuration (b + N_PDCH * f)' />
1652 <param name='&lt;0-1024&gt;' doc='Base value (b)' />
1653 <param name='[&lt;0-256&gt;]' doc='Factor for number of PDCH (f)' />
1654 </params>
1655 </command>
1656 <command id='queue lifetime &lt;1-65534&gt;'>
1657 <params>
1658 <param name='queue' doc='Packet queue options' />
1659 <param name='lifetime' doc='Set lifetime limit of LLC frame in centi-seconds (overrides the value given by SGSN)' />
1660 <param name='&lt;1-65534&gt;' doc='Lifetime in centi-seconds' />
1661 </params>
1662 </command>
1663 <command id='queue lifetime infinite'>
1664 <params>
1665 <param name='queue' doc='Packet queue options' />
1666 <param name='lifetime' doc='Set lifetime limit of LLC frame in centi-seconds (overrides the value given by SGSN)' />
1667 <param name='infinite' doc='Infinite lifetime' />
1668 </params>
1669 </command>
1670 <command id='no queue lifetime'>
1671 <params>
1672 <param name='no' doc='Negate a command or set its defaults' />
1673 <param name='queue' doc='Packet queue options' />
1674 <param name='lifetime' doc='Disable lifetime limit of LLC frame (use value given by SGSN)' />
1675 </params>
1676 </command>
1677 <command id='queue hysteresis &lt;1-65535&gt;'>
1678 <params>
1679 <param name='queue' doc='Packet queue options' />
1680 <param name='hysteresis' doc='Set lifetime hysteresis of LLC frame in centi-seconds (continue discarding until lifetime-hysteresis is reached)' />
1681 <param name='&lt;1-65535&gt;' doc='Hysteresis in centi-seconds' />
1682 </params>
1683 </command>
1684 <command id='no queue hysteresis'>
1685 <params>
1686 <param name='no' doc='Negate a command or set its defaults' />
1687 <param name='queue' doc='Packet queue options' />
1688 <param name='hysteresis' doc='Set lifetime hysteresis of LLC frame in centi-seconds (continue discarding until lifetime-hysteresis is reached)' />
1689 </params>
1690 </command>
1691 <command id='queue codel'>
1692 <params>
1693 <param name='queue' doc='Packet queue options' />
1694 <param name='codel' doc='Set CoDel queue management' />
1695 </params>
1696 </command>
1697 <command id='queue codel interval &lt;1-1000&gt;'>
1698 <params>
1699 <param name='queue' doc='Packet queue options' />
1700 <param name='codel' doc='Set CoDel queue management' />
1701 <param name='interval' doc='Specify interval' />
1702 <param name='&lt;1-1000&gt;' doc='Interval in centi-seconds' />
1703 </params>
1704 </command>
1705 <command id='no queue codel'>
1706 <params>
1707 <param name='no' doc='Negate a command or set its defaults' />
1708 <param name='queue' doc='Packet queue options' />
1709 <param name='codel' doc='Set CoDel queue management' />
1710 </params>
1711 </command>
1712 <command id='queue idle-ack-delay &lt;1-65535&gt;'>
1713 <params>
1714 <param name='queue' doc='Packet queue options' />
1715 <param name='idle-ack-delay' doc='Request an ACK after the last DL LLC frame in centi-seconds' />
1716 <param name='&lt;1-65535&gt;' doc='Idle ACK delay in centi-seconds' />
1717 </params>
1718 </command>
1719 <command id='no queue idle-ack-delay'>
1720 <params>
1721 <param name='no' doc='Negate a command or set its defaults' />
1722 <param name='queue' doc='Packet queue options' />
1723 <param name='idle-ack-delay' doc='Request an ACK after the last DL LLC frame in centi-seconds' />
1724 </params>
1725 </command>
1726 <command id='alloc-algorithm (a|b|dynamic)'>
1727 <params>
1728 <param name='alloc-algorithm' doc='Select slot allocation algorithm to use when assigning timeslots on PACCH' />
1729 <param name='a' doc='Single slot is assigned only' />
1730 <param name='b' doc='Multiple slots are assigned for semi-duplex operation' />
1731 <param name='dynamic' doc='Dynamically select the algorithm based on the system state' />
1732 </params>
1733 </command>
1734 <command id='two-phase-access'>
1735 <params>
1736 <param name='two-phase-access' doc='Force two phase access when MS requests single phase access' />
1737 </params>
1738 </command>
1739 <command id='flow-control-interval &lt;1-10&gt;'>
1740 <params>
1741 <param name='flow-control-interval' doc='Interval between sending subsequent Flow Control PDUs' />
1742 <param name='&lt;1-10&gt;' doc='Interval time in seconds' />
1743 </params>
1744 </command>
1745 <command id='flow-control bucket-time &lt;1-65534&gt;'>
1746 <params>
1747 <param name='flow-control' doc='BSSGP Flow Control configuration' />
1748 <param name='bucket-time' doc='Set target downlink maximum queueing time (only affects the advertised bucket size)' />
1749 <param name='&lt;1-65534&gt;' doc='Time in centi-seconds' />
1750 </params>
1751 </command>
1752 <command id='no flow-control bucket-time'>
1753 <params>
1754 <param name='no' doc='Negate a command or set its defaults' />
1755 <param name='flow-control' doc='BSSGP Flow Control configuration' />
1756 <param name='bucket-time' doc='Set target downlink maximum queueing time (only affects the advertised bucket size)' />
1757 </params>
1758 </command>
1759 <command id='flow-control force-bvc-bucket-size &lt;1-6553500&gt;'>
1760 <params>
1761 <param name='flow-control' doc='BSSGP Flow Control configuration' />
1762 <param name='force-bvc-bucket-size' doc='Force a fixed value for the BVC bucket size' />
1763 <param name='&lt;1-6553500&gt;' doc='Bucket size in octets' />
1764 </params>
1765 </command>
1766 <command id='no flow-control force-bvc-bucket-size'>
1767 <params>
1768 <param name='no' doc='Negate a command or set its defaults' />
1769 <param name='flow-control' doc='BSSGP Flow Control configuration' />
1770 <param name='force-bvc-bucket-size' doc='Force a fixed value for the BVC bucket size' />
1771 </params>
1772 </command>
1773 <command id='flow-control force-bvc-leak-rate &lt;1-6553500&gt;'>
1774 <params>
1775 <param name='flow-control' doc='BSSGP Flow Control configuration' />
1776 <param name='force-bvc-leak-rate' doc='Force a fixed value for the BVC leak rate' />
1777 <param name='&lt;1-6553500&gt;' doc='Leak rate in bit/s' />
1778 </params>
1779 </command>
1780 <command id='no flow-control force-bvc-leak-rate'>
1781 <params>
1782 <param name='no' doc='Negate a command or set its defaults' />
1783 <param name='flow-control' doc='BSSGP Flow Control configuration' />
1784 <param name='force-bvc-leak-rate' doc='Force a fixed value for the BVC leak rate' />
1785 </params>
1786 </command>
1787 <command id='flow-control force-ms-bucket-size &lt;1-6553500&gt;'>
1788 <params>
1789 <param name='flow-control' doc='BSSGP Flow Control configuration' />
1790 <param name='force-ms-bucket-size' doc='Force a fixed value for the default MS bucket size' />
1791 <param name='&lt;1-6553500&gt;' doc='Bucket size in octets' />
1792 </params>
1793 </command>
1794 <command id='no flow-control force-ms-bucket-size'>
1795 <params>
1796 <param name='no' doc='Negate a command or set its defaults' />
1797 <param name='flow-control' doc='BSSGP Flow Control configuration' />
1798 <param name='force-ms-bucket-size' doc='Force a fixed value for the default MS bucket size' />
1799 </params>
1800 </command>
1801 <command id='flow-control force-ms-leak-rate &lt;1-6553500&gt;'>
1802 <params>
1803 <param name='flow-control' doc='BSSGP Flow Control configuration' />
1804 <param name='force-ms-leak-rate' doc='Force a fixed value for the default MS leak rate' />
1805 <param name='&lt;1-6553500&gt;' doc='Leak rate in bit/s' />
1806 </params>
1807 </command>
1808 <command id='no flow-control force-ms-leak-rate'>
1809 <params>
1810 <param name='no' doc='Negate a command or set its defaults' />
1811 <param name='flow-control' doc='BSSGP Flow Control configuration' />
1812 <param name='force-ms-leak-rate' doc='Force a fixed value for the default MS leak rate' />
1813 </params>
1814 </command>
1815 <command id='alpha &lt;0-10&gt;'>
1816 <params>
1817 <param name='alpha' doc='Alpha parameter for MS power control in units of 0.1 (see TS 05.08) NOTE: Be sure to set Alpha value at System information 13 too.' />
1818 <param name='&lt;0-10&gt;' doc='Alpha in units of 0.1' />
1819 </params>
1820 </command>
1821 <command id='gamma &lt;0-62&gt;'>
1822 <params>
1823 <param name='gamma' doc='Gamma parameter for MS power control in units of dB (see TS 05.08)' />
1824 <param name='&lt;0-62&gt;' doc='Gamma in even unit of dBs' />
1825 </params>
1826 </command>
Oliver Smith45fdc442019-09-05 15:12:20 +02001827 <command id='dl-tbf-preemptive-retransmission'>
1828 <params>
1829 <param name='dl-tbf-preemptive-retransmission' doc='retransmit blocks even before the MS had a chance to receive them (better throughput, less readable traces) (enabled by default)' />
1830 </params>
1831 </command>
1832 <command id='no dl-tbf-preemptive-retransmission'>
1833 <params>
1834 <param name='no' doc='Negate a command or set its defaults' />
1835 <param name='dl-tbf-preemptive-retransmission' doc='retransmit blocks even before the MS had a chance to receive them (better throughput, less readable traces)' />
1836 </params>
1837 </command>
Pau Espin Pedrol1d8497b2019-11-28 17:08:51 +01001838 <command id='gsmtap-category (dl-unknown|dl-dummy|dl-ctrl|dl-data-gprs|dl-data-egprs|dl-ptcch|dl-agch|dl-pch|ul-unknown|ul-dummy|ul-ctrl|ul-data-gprs|ul-data-egprs|ul-rach)'>
Daniel Willmann79c6c4d2019-06-19 12:05:05 +02001839 <params>
1840 <param name='gsmtap-category' doc='GSMTAP Category' />
1841 <param name='dl-unknown' doc='Unknown / Unparseable / Erroneous Downlink Blocks' />
1842 <param name='dl-dummy' doc='Downlink Dummy Blocks' />
1843 <param name='dl-ctrl' doc='Downlink Control Blocks' />
1844 <param name='dl-data-gprs' doc='Downlink Data Blocks (GPRS)' />
1845 <param name='dl-data-egprs' doc='Downlink Data Blocks (EGPRS)' />
1846 <param name='dl-ptcch' doc='Downlink PTCCH Blocks' />
Pau Espin Pedrol1d8497b2019-11-28 17:08:51 +01001847 <param name='dl-agch' doc='Downlink AGCH Blocks' />
1848 <param name='dl-pch' doc='Downlink PCH Blocks' />
Daniel Willmann79c6c4d2019-06-19 12:05:05 +02001849 <param name='ul-unknown' doc='Unknown / Unparseable / Erroneous Downlink Blocks' />
1850 <param name='ul-dummy' doc='Uplink Dummy Blocks' />
1851 <param name='ul-ctrl' doc='Uplink Control Blocks' />
1852 <param name='ul-data-gprs' doc='Uplink Data Blocks (GPRS)' />
1853 <param name='ul-data-egprs' doc='Uplink Data Blocks (EGPRS)' />
Pau Espin Pedrol1d8497b2019-11-28 17:08:51 +01001854 <param name='ul-rach' doc='Uplink RACH Bursts' />
Daniel Willmann79c6c4d2019-06-19 12:05:05 +02001855 </params>
1856 </command>
Pau Espin Pedrol1d8497b2019-11-28 17:08:51 +01001857 <command id='no gsmtap-category (dl-unknown|dl-dummy|dl-ctrl|dl-data-gprs|dl-data-egprs|dl-ptcch|dl-agch|dl-pch|ul-unknown|ul-dummy|ul-ctrl|ul-data-gprs|ul-data-egprs|ul-rach)'>
Daniel Willmann79c6c4d2019-06-19 12:05:05 +02001858 <params>
1859 <param name='no' doc='Negate a command or set its defaults' />
1860 <param name='gsmtap-category' doc='GSMTAP Category' />
1861 <param name='dl-unknown' doc='Unknown / Unparseable / Erroneous Downlink Blocks' />
1862 <param name='dl-dummy' doc='Downlink Dummy Blocks' />
1863 <param name='dl-ctrl' doc='Downlink Control Blocks' />
1864 <param name='dl-data-gprs' doc='Downlink Data Blocks (GPRS)' />
1865 <param name='dl-data-egprs' doc='Downlink Data Blocks (EGPRS)' />
1866 <param name='dl-ptcch' doc='Downlink PTCCH Blocks' />
Pau Espin Pedrol1d8497b2019-11-28 17:08:51 +01001867 <param name='dl-agch' doc='Downlink AGCH Blocks' />
1868 <param name='dl-pch' doc='Downlink PCH Blocks' />
Daniel Willmann79c6c4d2019-06-19 12:05:05 +02001869 <param name='ul-unknown' doc='Unknown / Unparseable / Erroneous Downlink Blocks' />
1870 <param name='ul-dummy' doc='Uplink Dummy Blocks' />
1871 <param name='ul-ctrl' doc='Uplink Control Blocks' />
1872 <param name='ul-data-gprs' doc='Uplink Data Blocks (GPRS)' />
1873 <param name='ul-data-egprs' doc='Uplink Data Blocks (EGPRS)' />
Pau Espin Pedrol1d8497b2019-11-28 17:08:51 +01001874 <param name='ul-rach' doc='Uplink RACH Bursts' />
Daniel Willmann79c6c4d2019-06-19 12:05:05 +02001875 </params>
1876 </command>
1877 <command id='pcu-socket PATH'>
1878 <params>
1879 <param name='pcu-socket' doc='Configure the osmo-bts PCU socket file/path name' />
1880 <param name='PATH' doc='Path of the socket to connect to' />
1881 </params>
1882 </command>
1883 <command id='gb-dialect (classic|ip-sns)'>
1884 <params>
1885 <param name='gb-dialect' doc='Select which Gb interface dialect to use' />
1886 <param name='classic' doc='Classic Gb interface with NS-{RESET,BLOCK,UNBLOCK} and static configuration' />
1887 <param name='ip-sns' doc='Modern Gb interface with IP-SNS (Sub Network Service) and dynamic configuration' />
1888 </params>
1889 </command>
Pau Espin Pedrol28f160e2019-09-05 14:48:35 +02001890 <command id='timer [TNNNN] [(&lt;0-2147483647&gt;|default)]'>
1891 <params>
1892 <param name='timer' doc='Configure or show PCU timers' />
1893 <param name='[TNNNN]' doc='T- or X-timer-number -- 3GPP compliant timer number of the format &apos;1234&apos; or &apos;T1234&apos; or &apos;t1234&apos;; Osmocom-specific timer number of the format: &apos;X1234&apos; or &apos;x1234&apos;.' />
1894 <param name='[&lt;0-2147483647&gt;]' doc='New timer value' />
1895 <param name='[default]' doc='Set to default timer value' />
1896 </params>
1897 </command>
Daniel Willmann79c6c4d2019-06-19 12:05:05 +02001898 </node>
1899</vtydoc>