blob: 71a023634c6ef3e89f79c814033b4bd11bfa261d [file] [log] [blame]
Neels Hofmeyr25dd7852017-09-25 16:37:34 +02001<vtydoc xmlns='urn:osmocom:xml:libosmocore:vty:doc:1.0'>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +01002 <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>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +02005 <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>
21 <command id='write file'>
22 <params>
23 <param name='write' doc='Write running configuration to memory, network, or terminal' />
24 <param name='file' doc='Write to configuration file' />
25 </params>
26 </command>
27 <command id='write memory'>
28 <params>
29 <param name='write' doc='Write running configuration to memory, network, or terminal' />
30 <param name='memory' doc='Write configuration to the file (same as write file)' />
31 </params>
32 </command>
33 <command id='write'>
34 <params>
35 <param name='write' doc='Write running configuration to memory, network, or terminal' />
36 </params>
37 </command>
38 <command id='show running-config'>
39 <params>
40 <param name='show' doc='Show running system information' />
41 <param name='running-config' doc='running configuration' />
42 </params>
43 </command>
44 <command id='exit'>
45 <params>
46 <param name='exit' doc='Exit current mode and down to previous mode' />
47 </params>
48 </command>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +010049 <command id='end'>
50 <params>
51 <param name='end' doc='End current mode and change to enable mode.' />
52 </params>
53 </command>
54 </node>
55 <node id='view'>
56 <name>view</name>
57 <command id='show version'>
58 <params>
59 <param name='show' doc='Show running system information' />
60 <param name='version' doc='Displays program version' />
61 </params>
62 </command>
63 <command id='show online-help'>
64 <params>
65 <param name='show' doc='Show running system information' />
66 <param name='online-help' doc='Online help' />
67 </params>
68 </command>
69 <command id='enable'>
70 <params>
71 <param name='enable' doc='Turn on privileged mode command' />
72 </params>
73 </command>
74 <command id='terminal length &lt;0-512&gt;'>
75 <params>
76 <param name='terminal' doc='Set terminal line parameters' />
77 <param name='length' doc='Set number of lines on a screen' />
78 <param name='&lt;0-512&gt;' doc='Number of lines on screen (0 for no pausing)' />
79 </params>
80 </command>
81 <command id='terminal no length'>
82 <params>
83 <param name='terminal' doc='Set terminal line parameters' />
84 <param name='no' doc='Negate a command or set its defaults' />
85 <param name='length' doc='Set number of lines on a screen' />
86 </params>
87 </command>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +010088 <command id='who'>
89 <params>
90 <param name='who' doc='Display who is on vty' />
91 </params>
92 </command>
93 <command id='show history'>
94 <params>
95 <param name='show' doc='Show running system information' />
96 <param name='history' doc='Display the session command history' />
97 </params>
98 </command>
99 <command id='logging enable'>
100 <params>
101 <param name='logging' doc='Configure logging' />
102 <param name='enable' doc='Enables logging to this vty' />
103 </params>
104 </command>
105 <command id='logging disable'>
106 <params>
107 <param name='logging' doc='Configure logging' />
108 <param name='disable' doc='Disables logging to this vty' />
109 </params>
110 </command>
111 <command id='logging filter all (0|1)'>
112 <params>
113 <param name='logging' doc='Configure logging' />
114 <param name='filter' doc='Filter log messages' />
115 <param name='all' doc='Do you want to log all messages?' />
116 <param name='0' doc='Only print messages matched by other filters' />
117 <param name='1' doc='Bypass filter and print all messages' />
118 </params>
119 </command>
120 <command id='logging color (0|1)'>
121 <params>
122 <param name='logging' doc='Configure logging' />
123 <param name='color' doc='Configure color-printing for log messages' />
124 <param name='0' doc='Don&apos;t use color for printing messages' />
125 <param name='1' doc='Use color for printing messages' />
126 </params>
127 </command>
128 <command id='logging timestamp (0|1)'>
129 <params>
130 <param name='logging' doc='Configure logging' />
131 <param name='timestamp' doc='Configure log message timestamping' />
132 <param name='0' doc='Don&apos;t prefix each log message' />
133 <param name='1' doc='Prefix each log message with current timestamp' />
134 </params>
135 </command>
136 <command id='logging print extended-timestamp (0|1)'>
137 <params>
138 <param name='logging' doc='Configure logging' />
139 <param name='print' doc='Log output settings' />
140 <param name='extended-timestamp' doc='Configure log message timestamping' />
141 <param name='0' doc='Don&apos;t prefix each log message' />
142 <param name='1' doc='Prefix each log message with current timestamp with YYYYMMDDhhmmssnnn' />
143 </params>
144 </command>
145 <command id='logging print category (0|1)'>
146 <params>
147 <param name='logging' doc='Configure logging' />
148 <param name='print' doc='Log output settings' />
149 <param name='category' doc='Configure log message' />
150 <param name='0' doc='Don&apos;t prefix each log message' />
151 <param name='1' doc='Prefix each log message with category/subsystem name' />
152 </params>
153 </command>
154 <command id='logging print category-hex (0|1)'>
155 <params>
156 <param name='logging' doc='Configure logging' />
157 <param name='print' doc='Log output settings' />
158 <param name='category-hex' doc='Configure log message' />
159 <param name='0' doc='Don&apos;t prefix each log message' />
160 <param name='1' doc='Prefix each log message with category/subsystem nr in hex (&apos;&lt;000b&gt;&apos;)' />
161 </params>
162 </command>
163 <command id='logging print level (0|1)'>
164 <params>
165 <param name='logging' doc='Configure logging' />
166 <param name='print' doc='Log output settings' />
167 <param name='level' doc='Configure log message' />
168 <param name='0' doc='Don&apos;t prefix each log message' />
169 <param name='1' doc='Prefix each log message with the log level name' />
170 </params>
171 </command>
Neels Hofmeyrbf6b4eb2018-11-05 03:18:46 +0100172 <command id='logging print file (0|1|basename) [last]'>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +0100173 <params>
174 <param name='logging' doc='Configure logging' />
175 <param name='print' doc='Log output settings' />
176 <param name='file' doc='Configure log message' />
177 <param name='0' doc='Don&apos;t prefix each log message' />
178 <param name='1' doc='Prefix each log message with the source file and line' />
179 <param name='basename' doc='Prefix each log message with the source file&apos;s basename (strip leading paths) and line' />
Neels Hofmeyrbf6b4eb2018-11-05 03:18:46 +0100180 <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.' />
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +0100181 </params>
182 </command>
183 <command id='logging set-log-mask MASK'>
184 <params>
185 <param name='logging' doc='Configure logging' />
186 <param name='set-log-mask' doc='Set the logmask of this logging target' />
187 <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' />
188 </params>
189 </command>
Daniel Willmann9ac494f2019-06-17 16:53:47 +0200190 <command id='logging level (main|db|auc|ss|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf|lrspro) (debug|info|notice|error|fatal)'>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +0100191 <params>
192 <param name='logging' doc='Configure logging' />
193 <param name='level' doc='Set the log level for a specified category' />
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +0100194 <param name='main' doc='Main Program' />
195 <param name='db' doc='Database Layer' />
196 <param name='auc' doc='Authentication Center' />
Neels Hofmeyrbf6b4eb2018-11-05 03:18:46 +0100197 <param name='ss' doc='Supplementary Services' />
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +0100198 <param name='lglobal' doc='Library-internal global log family' />
199 <param name='llapd' doc='LAPD in libosmogsm' />
200 <param name='linp' doc='A-bis Intput Subsystem' />
201 <param name='lmux' doc='A-bis B-Subchannel TRAU Frame Multiplex' />
202 <param name='lmi' doc='A-bis Input Driver for Signalling' />
203 <param name='lmib' doc='A-bis Input Driver for B-Channels (voice)' />
204 <param name='lsms' doc='Layer3 Short Message Service (SMS)' />
205 <param name='lctrl' doc='Control Interface' />
206 <param name='lgtp' doc='GPRS GTP library' />
207 <param name='lstats' doc='Statistics messages and logging' />
208 <param name='lgsup' doc='Generic Subscriber Update Protocol' />
209 <param name='loap' doc='Osmocom Authentication Protocol' />
210 <param name='lss7' doc='libosmo-sigtran Signalling System 7' />
211 <param name='lsccp' doc='libosmo-sigtran SCCP Implementation' />
212 <param name='lsua' doc='libosmo-sigtran SCCP User Adaptation' />
213 <param name='lm3ua' doc='libosmo-sigtran MTP3 User Adaptation' />
214 <param name='lmgcp' doc='libosmo-mgcp Media Gateway Control Protocol' />
215 <param name='ljibuf' doc='libosmo-netif Jitter Buffer' />
Daniel Willmann9ac494f2019-06-17 16:53:47 +0200216 <param name='lrspro' doc='Remote SIM protocol' />
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +0100217 <param name='debug' doc='Log debug messages and higher levels' />
218 <param name='info' doc='Log informational messages and higher levels' />
219 <param name='notice' doc='Log noticeable messages and higher levels' />
220 <param name='error' doc='Log error messages and higher levels' />
221 <param name='fatal' doc='Log only fatal messages' />
222 </params>
223 </command>
Neels Hofmeyrbf6b4eb2018-11-05 03:18:46 +0100224 <command id='logging level set-all (debug|info|notice|error|fatal)'>
225 <params>
226 <param name='logging' doc='Configure logging' />
227 <param name='level' doc='Set the log level for a specified category' />
228 <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.' />
229 <param name='debug' doc='Log debug messages and higher levels' />
230 <param name='info' doc='Log informational messages and higher levels' />
231 <param name='notice' doc='Log noticeable messages and higher levels' />
232 <param name='error' doc='Log error messages and higher levels' />
233 <param name='fatal' doc='Log only fatal messages' />
234 </params>
235 </command>
236 <command id='logging level force-all (debug|info|notice|error|fatal)'>
237 <params>
238 <param name='logging' doc='Configure logging' />
239 <param name='level' doc='Set the log level for a specified category' />
240 <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.' />
241 <param name='debug' doc='Log debug messages and higher levels' />
242 <param name='info' doc='Log informational messages and higher levels' />
243 <param name='notice' doc='Log noticeable messages and higher levels' />
244 <param name='error' doc='Log error messages and higher levels' />
245 <param name='fatal' doc='Log only fatal messages' />
246 </params>
247 </command>
248 <command id='no logging level force-all'>
249 <params>
250 <param name='no' doc='Negate a command or set its defaults' />
251 <param name='logging' doc='Configure logging' />
252 <param name='level' doc='Set the log level for a specified category' />
253 <param name='force-all' doc='Release any globally forced log level set with &apos;logging level force-all &lt;level&gt;&apos;' />
254 </params>
255 </command>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +0100256 <command id='show logging vty'>
257 <params>
258 <param name='show' doc='Show running system information' />
259 <param name='logging' doc='Show current logging configuration' />
260 <param name='vty' doc='Show current logging configuration for this vty' />
261 </params>
262 </command>
263 <command id='show alarms'>
264 <params>
265 <param name='show' doc='Show running system information' />
266 <param name='alarms' doc='Show current logging configuration' />
267 </params>
268 </command>
269 <command id='show talloc-context (application|all) (full|brief|DEPTH)'>
270 <params>
271 <param name='show' doc='Show running system information' />
272 <param name='talloc-context' doc='Show talloc memory hierarchy' />
273 <param name='application' doc='Application&apos;s context' />
274 <param name='all' doc='All contexts, if NULL-context tracking is enabled' />
275 <param name='full' doc='Display a full talloc memory hierarchy' />
276 <param name='brief' doc='Display a brief talloc memory hierarchy' />
277 <param name='DEPTH' doc='Specify required maximal depth value' />
278 </params>
279 </command>
280 <command id='show talloc-context (application|all) (full|brief|DEPTH) tree ADDRESS'>
281 <params>
282 <param name='show' doc='Show running system information' />
283 <param name='talloc-context' doc='Show talloc memory hierarchy' />
284 <param name='application' doc='Application&apos;s context' />
285 <param name='all' doc='All contexts, if NULL-context tracking is enabled' />
286 <param name='full' doc='Display a full talloc memory hierarchy' />
287 <param name='brief' doc='Display a brief talloc memory hierarchy' />
288 <param name='DEPTH' doc='Specify required maximal depth value' />
289 <param name='tree' doc='Display only a specific memory chunk' />
290 <param name='ADDRESS' doc='Chunk address (e.g. 0xdeadbeef)' />
291 </params>
292 </command>
293 <command id='show talloc-context (application|all) (full|brief|DEPTH) filter REGEXP'>
294 <params>
295 <param name='show' doc='Show running system information' />
296 <param name='talloc-context' doc='Show talloc memory hierarchy' />
297 <param name='application' doc='Application&apos;s context' />
298 <param name='all' doc='All contexts, if NULL-context tracking is enabled' />
299 <param name='full' doc='Display a full talloc memory hierarchy' />
300 <param name='brief' doc='Display a brief talloc memory hierarchy' />
301 <param name='DEPTH' doc='Specify required maximal depth value' />
302 <param name='filter' doc='Filter chunks using regular expression' />
303 <param name='REGEXP' doc='Regular expression' />
304 </params>
305 </command>
Daniel Willmann9ac494f2019-06-17 16:53:47 +0200306 <command id='show stats'>
307 <params>
308 <param name='show' doc='Show running system information' />
309 <param name='stats' doc='Show statistical values' />
310 </params>
311 </command>
312 <command id='show stats level (global|peer|subscriber)'>
313 <params>
314 <param name='show' doc='Show running system information' />
315 <param name='stats' doc='Show statistical values' />
316 <param name='level' doc='Set the maximum group level' />
317 <param name='global' doc='Show global groups only' />
318 <param name='peer' doc='Show global and network peer related groups' />
319 <param name='subscriber' doc='Show global, peer, and subscriber groups' />
320 </params>
321 </command>
322 <command id='show asciidoc counters'>
323 <params>
324 <param name='show' doc='Show running system information' />
325 <param name='asciidoc' doc='Asciidoc generation' />
326 <param name='counters' doc='Generate table of all registered counters' />
327 </params>
328 </command>
329 <command id='show rate-counters'>
330 <params>
331 <param name='show' doc='Show running system information' />
332 <param name='rate-counters' doc='Show all rate counters' />
333 </params>
334 </command>
Neels Hofmeyrbf6b4eb2018-11-05 03:18:46 +0100335 <command id='show gsup-connections'>
336 <params>
337 <param name='show' doc='Show running system information' />
338 <param name='gsup-connections' doc='GSUP Connections from VLRs, SGSNs, EUSEs' />
339 </params>
340 </command>
Daniel Willmann9ac494f2019-06-17 16:53:47 +0200341 <command id='subscriber (imsi|msisdn|id|imei) IDENT show'>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +0100342 <params>
343 <param name='subscriber' doc='Subscriber management commands' />
344 <param name='imsi' doc='Identify subscriber by IMSI' />
345 <param name='msisdn' doc='Identify subscriber by MSISDN (phone number)' />
346 <param name='id' doc='Identify subscriber by database ID' />
Daniel Willmann9ac494f2019-06-17 16:53:47 +0200347 <param name='imei' doc='Identify subscriber by IMEI' />
348 <param name='IDENT' doc='IMSI/MSISDN/ID/IMEI of the subscriber' />
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +0100349 <param name='show' doc='Show subscriber information' />
350 </params>
351 </command>
Daniel Willmann9ac494f2019-06-17 16:53:47 +0200352 <command id='show subscriber (imsi|msisdn|id|imei) IDENT'>
353 <params>
354 <param name='show' doc='Show running system information' />
355 <param name='subscriber' doc='Subscriber management commands' />
356 <param name='imsi' doc='Identify subscriber by IMSI' />
357 <param name='msisdn' doc='Identify subscriber by MSISDN (phone number)' />
358 <param name='id' doc='Identify subscriber by database ID' />
359 <param name='imei' doc='Identify subscriber by IMEI' />
360 <param name='IDENT' doc='IMSI/MSISDN/ID/IMEI of the subscriber' />
361 </params>
362 </command>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +0100363 </node>
364 <node id='enable'>
365 <name>enable</name>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200366 <command id='disable'>
367 <params>
368 <param name='disable' doc='Turn off privileged mode command' />
369 </params>
370 </command>
371 <command id='configure terminal'>
372 <params>
373 <param name='configure' doc='Configuration from vty interface' />
374 <param name='terminal' doc='Configuration terminal' />
375 </params>
376 </command>
377 <command id='copy running-config startup-config'>
378 <params>
379 <param name='copy' doc='Copy configuration' />
380 <param name='running-config' doc='Copy running config to... ' />
381 <param name='startup-config' doc='Copy running config to startup config (same as write file)' />
382 </params>
383 </command>
384 <command id='show startup-config'>
385 <params>
386 <param name='show' doc='Show running system information' />
387 <param name='startup-config' doc='Contentes of startup configuration' />
388 </params>
389 </command>
390 <command id='show version'>
391 <params>
392 <param name='show' doc='Show running system information' />
393 <param name='version' doc='Displays program version' />
394 </params>
395 </command>
396 <command id='show online-help'>
397 <params>
398 <param name='show' doc='Show running system information' />
399 <param name='online-help' doc='Online help' />
400 </params>
401 </command>
402 <command id='terminal length &lt;0-512&gt;'>
403 <params>
404 <param name='terminal' doc='Set terminal line parameters' />
405 <param name='length' doc='Set number of lines on a screen' />
406 <param name='&lt;0-512&gt;' doc='Number of lines on screen (0 for no pausing)' />
407 </params>
408 </command>
409 <command id='terminal no length'>
410 <params>
411 <param name='terminal' doc='Set terminal line parameters' />
412 <param name='no' doc='Negate a command or set its defaults' />
413 <param name='length' doc='Set number of lines on a screen' />
414 </params>
415 </command>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200416 <command id='who'>
417 <params>
418 <param name='who' doc='Display who is on vty' />
419 </params>
420 </command>
421 <command id='show history'>
422 <params>
423 <param name='show' doc='Show running system information' />
424 <param name='history' doc='Display the session command history' />
425 </params>
426 </command>
427 <command id='terminal monitor'>
428 <params>
429 <param name='terminal' doc='Set terminal line parameters' />
430 <param name='monitor' doc='Copy debug output to the current terminal line' />
431 </params>
432 </command>
433 <command id='terminal no monitor'>
434 <params>
435 <param name='terminal' doc='Set terminal line parameters' />
436 <param name='no' doc='Negate a command or set its defaults' />
437 <param name='monitor' doc='Copy debug output to the current terminal line' />
438 </params>
439 </command>
440 <command id='logging enable'>
441 <params>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +0100442 <param name='logging' doc='Configure logging' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200443 <param name='enable' doc='Enables logging to this vty' />
444 </params>
445 </command>
446 <command id='logging disable'>
447 <params>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +0100448 <param name='logging' doc='Configure logging' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200449 <param name='disable' doc='Disables logging to this vty' />
450 </params>
451 </command>
452 <command id='logging filter all (0|1)'>
453 <params>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +0100454 <param name='logging' doc='Configure logging' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200455 <param name='filter' doc='Filter log messages' />
456 <param name='all' doc='Do you want to log all messages?' />
457 <param name='0' doc='Only print messages matched by other filters' />
458 <param name='1' doc='Bypass filter and print all messages' />
459 </params>
460 </command>
461 <command id='logging color (0|1)'>
462 <params>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +0100463 <param name='logging' doc='Configure logging' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200464 <param name='color' doc='Configure color-printing for log messages' />
465 <param name='0' doc='Don&apos;t use color for printing messages' />
466 <param name='1' doc='Use color for printing messages' />
467 </params>
468 </command>
469 <command id='logging timestamp (0|1)'>
470 <params>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +0100471 <param name='logging' doc='Configure logging' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200472 <param name='timestamp' doc='Configure log message timestamping' />
473 <param name='0' doc='Don&apos;t prefix each log message' />
474 <param name='1' doc='Prefix each log message with current timestamp' />
475 </params>
476 </command>
477 <command id='logging print extended-timestamp (0|1)'>
478 <params>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +0100479 <param name='logging' doc='Configure logging' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200480 <param name='print' doc='Log output settings' />
481 <param name='extended-timestamp' doc='Configure log message timestamping' />
482 <param name='0' doc='Don&apos;t prefix each log message' />
483 <param name='1' doc='Prefix each log message with current timestamp with YYYYMMDDhhmmssnnn' />
484 </params>
485 </command>
486 <command id='logging print category (0|1)'>
487 <params>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +0100488 <param name='logging' doc='Configure logging' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200489 <param name='print' doc='Log output settings' />
490 <param name='category' doc='Configure log message' />
491 <param name='0' doc='Don&apos;t prefix each log message' />
492 <param name='1' doc='Prefix each log message with category/subsystem name' />
493 </params>
494 </command>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +0100495 <command id='logging print category-hex (0|1)'>
496 <params>
497 <param name='logging' doc='Configure logging' />
498 <param name='print' doc='Log output settings' />
499 <param name='category-hex' doc='Configure log message' />
500 <param name='0' doc='Don&apos;t prefix each log message' />
501 <param name='1' doc='Prefix each log message with category/subsystem nr in hex (&apos;&lt;000b&gt;&apos;)' />
502 </params>
503 </command>
504 <command id='logging print level (0|1)'>
505 <params>
506 <param name='logging' doc='Configure logging' />
507 <param name='print' doc='Log output settings' />
508 <param name='level' doc='Configure log message' />
509 <param name='0' doc='Don&apos;t prefix each log message' />
510 <param name='1' doc='Prefix each log message with the log level name' />
511 </params>
512 </command>
Neels Hofmeyrbf6b4eb2018-11-05 03:18:46 +0100513 <command id='logging print file (0|1|basename) [last]'>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +0100514 <params>
515 <param name='logging' doc='Configure logging' />
516 <param name='print' doc='Log output settings' />
517 <param name='file' doc='Configure log message' />
518 <param name='0' doc='Don&apos;t prefix each log message' />
519 <param name='1' doc='Prefix each log message with the source file and line' />
520 <param name='basename' doc='Prefix each log message with the source file&apos;s basename (strip leading paths) and line' />
Neels Hofmeyrbf6b4eb2018-11-05 03:18:46 +0100521 <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.' />
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +0100522 </params>
523 </command>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200524 <command id='logging set-log-mask MASK'>
525 <params>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +0100526 <param name='logging' doc='Configure logging' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200527 <param name='set-log-mask' doc='Set the logmask of this logging target' />
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +0100528 <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' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200529 </params>
530 </command>
Daniel Willmann9ac494f2019-06-17 16:53:47 +0200531 <command id='logging level (main|db|auc|ss|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf|lrspro) (debug|info|notice|error|fatal)'>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200532 <params>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +0100533 <param name='logging' doc='Configure logging' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200534 <param name='level' doc='Set the log level for a specified category' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200535 <param name='main' doc='Main Program' />
536 <param name='db' doc='Database Layer' />
537 <param name='auc' doc='Authentication Center' />
Neels Hofmeyrbf6b4eb2018-11-05 03:18:46 +0100538 <param name='ss' doc='Supplementary Services' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200539 <param name='lglobal' doc='Library-internal global log family' />
540 <param name='llapd' doc='LAPD in libosmogsm' />
541 <param name='linp' doc='A-bis Intput Subsystem' />
542 <param name='lmux' doc='A-bis B-Subchannel TRAU Frame Multiplex' />
543 <param name='lmi' doc='A-bis Input Driver for Signalling' />
544 <param name='lmib' doc='A-bis Input Driver for B-Channels (voice)' />
545 <param name='lsms' doc='Layer3 Short Message Service (SMS)' />
546 <param name='lctrl' doc='Control Interface' />
547 <param name='lgtp' doc='GPRS GTP library' />
548 <param name='lstats' doc='Statistics messages and logging' />
549 <param name='lgsup' doc='Generic Subscriber Update Protocol' />
550 <param name='loap' doc='Osmocom Authentication Protocol' />
551 <param name='lss7' doc='libosmo-sigtran Signalling System 7' />
552 <param name='lsccp' doc='libosmo-sigtran SCCP Implementation' />
553 <param name='lsua' doc='libosmo-sigtran SCCP User Adaptation' />
554 <param name='lm3ua' doc='libosmo-sigtran MTP3 User Adaptation' />
555 <param name='lmgcp' doc='libosmo-mgcp Media Gateway Control Protocol' />
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +0100556 <param name='ljibuf' doc='libosmo-netif Jitter Buffer' />
Daniel Willmann9ac494f2019-06-17 16:53:47 +0200557 <param name='lrspro' doc='Remote SIM protocol' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200558 <param name='debug' doc='Log debug messages and higher levels' />
559 <param name='info' doc='Log informational messages and higher levels' />
560 <param name='notice' doc='Log noticeable messages and higher levels' />
561 <param name='error' doc='Log error messages and higher levels' />
562 <param name='fatal' doc='Log only fatal messages' />
563 </params>
564 </command>
Neels Hofmeyrbf6b4eb2018-11-05 03:18:46 +0100565 <command id='logging level set-all (debug|info|notice|error|fatal)'>
566 <params>
Daniel Willmann9ac494f2019-06-17 16:53:47 +0200567 <param name='logging' doc='Configure logging' /> <param name='level' doc='Set the log level for a specified category' />
Neels Hofmeyrbf6b4eb2018-11-05 03:18:46 +0100568 <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.' />
569 <param name='debug' doc='Log debug messages and higher levels' />
570 <param name='info' doc='Log informational messages and higher levels' />
571 <param name='notice' doc='Log noticeable messages and higher levels' />
572 <param name='error' doc='Log error messages and higher levels' />
573 <param name='fatal' doc='Log only fatal messages' />
574 </params>
575 </command>
576 <command id='logging level force-all (debug|info|notice|error|fatal)'>
577 <params>
578 <param name='logging' doc='Configure logging' />
579 <param name='level' doc='Set the log level for a specified category' />
580 <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.' />
581 <param name='debug' doc='Log debug messages and higher levels' />
582 <param name='info' doc='Log informational messages and higher levels' />
583 <param name='notice' doc='Log noticeable messages and higher levels' />
584 <param name='error' doc='Log error messages and higher levels' />
585 <param name='fatal' doc='Log only fatal messages' />
586 </params>
587 </command>
588 <command id='no logging level force-all'>
589 <params>
590 <param name='no' doc='Negate a command or set its defaults' />
591 <param name='logging' doc='Configure logging' />
592 <param name='level' doc='Set the log level for a specified category' />
593 <param name='force-all' doc='Release any globally forced log level set with &apos;logging level force-all &lt;level&gt;&apos;' />
594 </params>
595 </command>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200596 <command id='show logging vty'>
597 <params>
598 <param name='show' doc='Show running system information' />
599 <param name='logging' doc='Show current logging configuration' />
600 <param name='vty' doc='Show current logging configuration for this vty' />
601 </params>
602 </command>
603 <command id='show alarms'>
604 <params>
605 <param name='show' doc='Show running system information' />
606 <param name='alarms' doc='Show current logging configuration' />
607 </params>
608 </command>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +0100609 <command id='show talloc-context (application|all) (full|brief|DEPTH)'>
610 <params>
611 <param name='show' doc='Show running system information' />
612 <param name='talloc-context' doc='Show talloc memory hierarchy' />
613 <param name='application' doc='Application&apos;s context' />
614 <param name='all' doc='All contexts, if NULL-context tracking is enabled' />
615 <param name='full' doc='Display a full talloc memory hierarchy' />
616 <param name='brief' doc='Display a brief talloc memory hierarchy' />
617 <param name='DEPTH' doc='Specify required maximal depth value' />
618 </params>
619 </command>
620 <command id='show talloc-context (application|all) (full|brief|DEPTH) tree ADDRESS'>
621 <params>
622 <param name='show' doc='Show running system information' />
623 <param name='talloc-context' doc='Show talloc memory hierarchy' />
624 <param name='application' doc='Application&apos;s context' />
625 <param name='all' doc='All contexts, if NULL-context tracking is enabled' />
626 <param name='full' doc='Display a full talloc memory hierarchy' />
627 <param name='brief' doc='Display a brief talloc memory hierarchy' />
628 <param name='DEPTH' doc='Specify required maximal depth value' />
629 <param name='tree' doc='Display only a specific memory chunk' />
630 <param name='ADDRESS' doc='Chunk address (e.g. 0xdeadbeef)' />
631 </params>
632 </command>
633 <command id='show talloc-context (application|all) (full|brief|DEPTH) filter REGEXP'>
634 <params>
635 <param name='show' doc='Show running system information' />
636 <param name='talloc-context' doc='Show talloc memory hierarchy' />
637 <param name='application' doc='Application&apos;s context' />
638 <param name='all' doc='All contexts, if NULL-context tracking is enabled' />
639 <param name='full' doc='Display a full talloc memory hierarchy' />
640 <param name='brief' doc='Display a brief talloc memory hierarchy' />
641 <param name='DEPTH' doc='Specify required maximal depth value' />
642 <param name='filter' doc='Filter chunks using regular expression' />
643 <param name='REGEXP' doc='Regular expression' />
644 </params>
645 </command>
Daniel Willmann9ac494f2019-06-17 16:53:47 +0200646 <command id='show stats'>
647 <params>
648 <param name='show' doc='Show running system information' />
649 <param name='stats' doc='Show statistical values' />
650 </params>
651 </command>
652 <command id='show stats level (global|peer|subscriber)'>
653 <params>
654 <param name='show' doc='Show running system information' />
655 <param name='stats' doc='Show statistical values' />
656 <param name='level' doc='Set the maximum group level' />
657 <param name='global' doc='Show global groups only' />
658 <param name='peer' doc='Show global and network peer related groups' />
659 <param name='subscriber' doc='Show global, peer, and subscriber groups' />
660 </params>
661 </command>
662 <command id='show asciidoc counters'>
663 <params>
664 <param name='show' doc='Show running system information' />
665 <param name='asciidoc' doc='Asciidoc generation' />
666 <param name='counters' doc='Generate table of all registered counters' />
667 </params>
668 </command>
669 <command id='show rate-counters'>
670 <params>
671 <param name='show' doc='Show running system information' />
672 <param name='rate-counters' doc='Show all rate counters' />
673 </params>
674 </command>
Neels Hofmeyrbf6b4eb2018-11-05 03:18:46 +0100675 <command id='show gsup-connections'>
676 <params>
677 <param name='show' doc='Show running system information' />
678 <param name='gsup-connections' doc='GSUP Connections from VLRs, SGSNs, EUSEs' />
679 </params>
680 </command>
Daniel Willmann9ac494f2019-06-17 16:53:47 +0200681 <command id='subscriber (imsi|msisdn|id|imei) IDENT show'>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200682 <params>
683 <param name='subscriber' doc='Subscriber management commands' />
684 <param name='imsi' doc='Identify subscriber by IMSI' />
685 <param name='msisdn' doc='Identify subscriber by MSISDN (phone number)' />
686 <param name='id' doc='Identify subscriber by database ID' />
Daniel Willmann9ac494f2019-06-17 16:53:47 +0200687 <param name='imei' doc='Identify subscriber by IMEI' />
688 <param name='IDENT' doc='IMSI/MSISDN/ID/IMEI of the subscriber' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200689 <param name='show' doc='Show subscriber information' />
690 </params>
691 </command>
Daniel Willmann9ac494f2019-06-17 16:53:47 +0200692 <command id='show subscriber (imsi|msisdn|id|imei) IDENT'>
693 <params>
694 <param name='show' doc='Show running system information' />
695 <param name='subscriber' doc='Subscriber management commands' />
696 <param name='imsi' doc='Identify subscriber by IMSI' />
697 <param name='msisdn' doc='Identify subscriber by MSISDN (phone number)' />
698 <param name='id' doc='Identify subscriber by database ID' />
699 <param name='imei' doc='Identify subscriber by IMEI' />
700 <param name='IDENT' doc='IMSI/MSISDN/ID/IMEI of the subscriber' />
701 </params>
702 </command>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200703 <command id='subscriber imsi IDENT create'>
704 <params>
705 <param name='subscriber' doc='Subscriber management commands' />
Neels Hofmeyrbf6b4eb2018-11-05 03:18:46 +0100706 <param name='imsi' doc='Identify subscriber by IMSI' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200707 <param name='IDENT' doc='IMSI/MSISDN/ID of the subscriber' />
Neels Hofmeyrbf6b4eb2018-11-05 03:18:46 +0100708 <param name='create' doc='Create subscriber by IMSI' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200709 </params>
710 </command>
Daniel Willmann9ac494f2019-06-17 16:53:47 +0200711 <command id='subscriber (imsi|msisdn|id|imei) IDENT delete'>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200712 <params>
713 <param name='subscriber' doc='Subscriber management commands' />
714 <param name='imsi' doc='Identify subscriber by IMSI' />
715 <param name='msisdn' doc='Identify subscriber by MSISDN (phone number)' />
716 <param name='id' doc='Identify subscriber by database ID' />
Daniel Willmann9ac494f2019-06-17 16:53:47 +0200717 <param name='imei' doc='Identify subscriber by IMEI' />
718 <param name='IDENT' doc='IMSI/MSISDN/ID/IMEI of the subscriber' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200719 <param name='delete' doc='Delete subscriber from database' />
720 </params>
721 </command>
Daniel Willmann9ac494f2019-06-17 16:53:47 +0200722 <command id='subscriber (imsi|msisdn|id|imei) IDENT update msisdn (none|MSISDN)'>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200723 <params>
724 <param name='subscriber' doc='Subscriber management commands' />
725 <param name='imsi' doc='Identify subscriber by IMSI' />
726 <param name='msisdn' doc='Identify subscriber by MSISDN (phone number)' />
727 <param name='id' doc='Identify subscriber by database ID' />
Daniel Willmann9ac494f2019-06-17 16:53:47 +0200728 <param name='imei' doc='Identify subscriber by IMEI' />
729 <param name='IDENT' doc='IMSI/MSISDN/ID/IMEI of the subscriber' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200730 <param name='update' doc='Set or update subscriber data' />
731 <param name='msisdn' doc='Set MSISDN (phone number) of the subscriber' />
Daniel Willmann9ac494f2019-06-17 16:53:47 +0200732 <param name='none' doc='Remove MSISDN (phone number)' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200733 <param name='MSISDN' doc='New MSISDN (phone number)' />
734 </params>
735 </command>
Daniel Willmann9ac494f2019-06-17 16:53:47 +0200736 <command id='subscriber (imsi|msisdn|id|imei) IDENT update aud2g none'>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200737 <params>
738 <param name='subscriber' doc='Subscriber management commands' />
739 <param name='imsi' doc='Identify subscriber by IMSI' />
740 <param name='msisdn' doc='Identify subscriber by MSISDN (phone number)' />
741 <param name='id' doc='Identify subscriber by database ID' />
Daniel Willmann9ac494f2019-06-17 16:53:47 +0200742 <param name='imei' doc='Identify subscriber by IMEI' />
743 <param name='IDENT' doc='IMSI/MSISDN/ID/IMEI of the subscriber' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200744 <param name='update' doc='Set or update subscriber data' />
745 <param name='aud2g' doc='Set 2G authentication data' />
746 <param name='none' doc='Delete 2G authentication data' />
747 </params>
748 </command>
Daniel Willmann9ac494f2019-06-17 16:53:47 +0200749 <command id='subscriber (imsi|msisdn|id|imei) IDENT update aud2g (comp128v1|comp128v2|comp128v3|xor) ki KI'>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200750 <params>
751 <param name='subscriber' doc='Subscriber management commands' />
752 <param name='imsi' doc='Identify subscriber by IMSI' />
753 <param name='msisdn' doc='Identify subscriber by MSISDN (phone number)' />
754 <param name='id' doc='Identify subscriber by database ID' />
Daniel Willmann9ac494f2019-06-17 16:53:47 +0200755 <param name='imei' doc='Identify subscriber by IMEI' />
756 <param name='IDENT' doc='IMSI/MSISDN/ID/IMEI of the subscriber' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200757 <param name='update' doc='Set or update subscriber data' />
758 <param name='aud2g' doc='Set 2G authentication data' />
759 <param name='comp128v1' doc='Use COMP128v1 algorithm' />
760 <param name='comp128v2' doc='Use COMP128v2 algorithm' />
761 <param name='comp128v3' doc='Use COMP128v3 algorithm' />
762 <param name='xor' doc='Use XOR algorithm' />
763 <param name='ki' doc='Set Ki Encryption Key' />
764 <param name='KI' doc='Ki as 32 hexadecimal characters' />
765 </params>
766 </command>
Daniel Willmann9ac494f2019-06-17 16:53:47 +0200767 <command id='subscriber (imsi|msisdn|id|imei) IDENT update aud3g none'>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200768 <params>
769 <param name='subscriber' doc='Subscriber management commands' />
770 <param name='imsi' doc='Identify subscriber by IMSI' />
771 <param name='msisdn' doc='Identify subscriber by MSISDN (phone number)' />
772 <param name='id' doc='Identify subscriber by database ID' />
Daniel Willmann9ac494f2019-06-17 16:53:47 +0200773 <param name='imei' doc='Identify subscriber by IMEI' />
774 <param name='IDENT' doc='IMSI/MSISDN/ID/IMEI of the subscriber' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200775 <param name='update' doc='Set or update subscriber data' />
776 <param name='aud3g' doc='Set UMTS authentication data (3G, and 2G with UMTS AKA)' />
777 <param name='none' doc='Delete 3G authentication data' />
778 </params>
779 </command>
Daniel Willmann9ac494f2019-06-17 16:53:47 +0200780 <command id='subscriber (imsi|msisdn|id|imei) IDENT update aud3g milenage k K (op|opc) OP_C [ind-bitlen] [&lt;0-28&gt;]'>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200781 <params>
782 <param name='subscriber' doc='Subscriber management commands' />
783 <param name='imsi' doc='Identify subscriber by IMSI' />
784 <param name='msisdn' doc='Identify subscriber by MSISDN (phone number)' />
785 <param name='id' doc='Identify subscriber by database ID' />
Daniel Willmann9ac494f2019-06-17 16:53:47 +0200786 <param name='imei' doc='Identify subscriber by IMEI' />
787 <param name='IDENT' doc='IMSI/MSISDN/ID/IMEI of the subscriber' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200788 <param name='update' doc='Set or update subscriber data' />
789 <param name='aud3g' doc='Set UMTS authentication data (3G, and 2G with UMTS AKA)' />
790 <param name='milenage' doc='Use Milenage algorithm' />
791 <param name='k' doc='Set Encryption Key K' />
792 <param name='K' doc='K as 32 hexadecimal characters' />
793 <param name='op' doc='Set OP key' />
794 <param name='opc' doc='Set OPC key' />
795 <param name='OP_C' doc='OP or OPC as 32 hexadecimal characters' />
796 <param name='[ind-bitlen]' doc='Set IND bit length' />
797 <param name='[&lt;0-28&gt;]' doc='IND bit length value (default: 5)' />
798 </params>
799 </command>
Daniel Willmann9ac494f2019-06-17 16:53:47 +0200800 <command id='subscriber (imsi|msisdn|id|imei) IDENT update imei (none|IMEI)'>
801 <params>
802 <param name='subscriber' doc='Subscriber management commands' />
803 <param name='imsi' doc='Identify subscriber by IMSI' />
804 <param name='msisdn' doc='Identify subscriber by MSISDN (phone number)' />
805 <param name='id' doc='Identify subscriber by database ID' />
806 <param name='imei' doc='Identify subscriber by IMEI' />
807 <param name='IDENT' doc='IMSI/MSISDN/ID/IMEI of the subscriber' />
808 <param name='update' doc='Set or update subscriber data' />
809 <param name='imei' doc='Set IMEI of the subscriber (normally populated from MSC, no need to set this manually)' />
810 <param name='none' doc='Forget IMEI' />
811 <param name='IMEI' doc='Set IMEI (use for debug only!)' />
812 </params>
813 </command>
Oliver Smith3b33b012019-07-15 10:35:22 +0200814 <command id='subscriber (imsi|msisdn|id|imei) IDENT update network-access-mode (none|cs|ps|cs+ps)'>
815 <params>
816 <param name='subscriber' doc='Subscriber management commands' />
817 <param name='imsi' doc='Identify subscriber by IMSI' />
818 <param name='msisdn' doc='Identify subscriber by MSISDN (phone number)' />
819 <param name='id' doc='Identify subscriber by database ID' />
820 <param name='imei' doc='Identify subscriber by IMEI' />
821 <param name='IDENT' doc='IMSI/MSISDN/ID/IMEI of the subscriber' />
822 <param name='update' doc='Set or update subscriber data' />
823 <param name='network-access-mode' doc='Set Network Access Mode (NAM) of the subscriber' />
824 <param name='none' doc='Do not allow access to circuit switched or packet switched services' />
825 <param name='cs' doc='Allow access to circuit switched services only' />
826 <param name='ps' doc='Allow access to packet switched services only' />
827 <param name='cs+ps' doc='Allow access to both circuit and packet switched services' />
828 </params>
829 </command>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200830 </node>
831 <node id='config'>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +0100832 <name>config</name>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +0200833 <command id='hostname WORD'>
834 <params>
835 <param name='hostname' doc='Set system&apos;s network name' />
836 <param name='WORD' doc='This system&apos;s network name' />
837 </params>
838 </command>
839 <command id='no hostname [HOSTNAME]'>
840 <params>
841 <param name='no' doc='Negate a command or set its defaults' />
842 <param name='hostname' doc='Reset system&apos;s network name' />
843 <param name='[HOSTNAME]' doc='Host name of this router' />
844 </params>
845 </command>
846 <command id='password (8|) WORD'>
847 <params>
848 <param name='password' doc='Assign the terminal connection password' />
849 <param name='8' doc='Specifies a HIDDEN password will follow' />
850 <param name='' doc='dummy string ' />
851 <param name='WORD' doc='The HIDDEN line password string' />
852 </params>
853 </command>
854 <command id='password LINE'>
855 <params>
856 <param name='password' doc='Assign the terminal connection password' />
857 <param name='LINE' doc='The UNENCRYPTED (cleartext) line password' />
858 </params>
859 </command>
860 <command id='enable password (8|) WORD'>
861 <params>
862 <param name='enable' doc='Modify enable password parameters' />
863 <param name='password' doc='Assign the privileged level password' />
864 <param name='8' doc='Specifies a HIDDEN password will follow' />
865 <param name='' doc='dummy string ' />
866 <param name='WORD' doc='The HIDDEN &apos;enable&apos; password string' />
867 </params>
868 </command>
869 <command id='enable password LINE'>
870 <params>
871 <param name='enable' doc='Modify enable password parameters' />
872 <param name='password' doc='Assign the privileged level password' />
873 <param name='LINE' doc='The UNENCRYPTED (cleartext) &apos;enable&apos; password' />
874 </params>
875 </command>
876 <command id='no enable password'>
877 <params>
878 <param name='no' doc='Negate a command or set its defaults' />
879 <param name='enable' doc='Modify enable password parameters' />
880 <param name='password' doc='Assign the privileged level password' />
881 </params>
882 </command>
883 <command id='banner motd default'>
884 <params>
885 <param name='banner' doc='Set banner string' />
886 <param name='motd' doc='Strings for motd' />
887 <param name='default' doc='Default string' />
888 </params>
889 </command>
890 <command id='banner motd file [FILE]'>
891 <params>
892 <param name='banner' doc='Set banner' />
893 <param name='motd' doc='Banner for motd' />
894 <param name='file' doc='Banner from a file' />
895 <param name='[FILE]' doc='Filename' />
896 </params>
897 </command>
898 <command id='no banner motd'>
899 <params>
900 <param name='no' doc='Negate a command or set its defaults' />
901 <param name='banner' doc='Set banner string' />
902 <param name='motd' doc='Strings for motd' />
903 </params>
904 </command>
905 <command id='service terminal-length &lt;0-512&gt;'>
906 <params>
907 <param name='service' doc='Set up miscellaneous service' />
908 <param name='terminal-length' doc='System wide terminal length configuration' />
909 <param name='&lt;0-512&gt;' doc='Number of lines of VTY (0 means no line control)' />
910 </params>
911 </command>
912 <command id='no service terminal-length [&lt;0-512&gt;]'>
913 <params>
914 <param name='no' doc='Negate a command or set its defaults' />
915 <param name='service' doc='Set up miscellaneous service' />
916 <param name='terminal-length' doc='System wide terminal length configuration' />
917 <param name='[&lt;0-512&gt;]' doc='Number of lines of VTY (0 means no line control)' />
918 </params>
919 </command>
920 <command id='line vty'>
921 <params>
922 <param name='line' doc='Configure a terminal line' />
923 <param name='vty' doc='Virtual terminal' />
924 </params>
925 </command>
926 <command id='service advanced-vty'>
927 <params>
928 <param name='service' doc='Set up miscellaneous service' />
929 <param name='advanced-vty' doc='Enable advanced mode vty interface' />
930 </params>
931 </command>
932 <command id='no service advanced-vty'>
933 <params>
934 <param name='no' doc='Negate a command or set its defaults' />
935 <param name='service' doc='Set up miscellaneous service' />
936 <param name='advanced-vty' doc='Enable advanced mode vty interface' />
937 </params>
938 </command>
939 <command id='show history'>
940 <params>
941 <param name='show' doc='Show running system information' />
942 <param name='history' doc='Display the session command history' />
943 </params>
944 </command>
945 <command id='ctrl'>
946 <params>
947 <param name='ctrl' doc='Configure the Control Interface' />
948 </params>
949 </command>
950 <command id='log stderr'>
951 <params>
952 <param name='log' doc='Configure logging sub-system' />
953 <param name='stderr' doc='Logging via STDERR of the process' />
954 </params>
955 </command>
956 <command id='no log stderr'>
957 <params>
958 <param name='no' doc='Negate a command or set its defaults' />
959 <param name='log' doc='Configure logging sub-system' />
960 <param name='stderr' doc='Logging via STDERR of the process' />
961 </params>
962 </command>
963 <command id='log file .FILENAME'>
964 <params>
965 <param name='log' doc='Configure logging sub-system' />
966 <param name='file' doc='Logging to text file' />
967 <param name='.FILENAME' doc='Filename' />
968 </params>
969 </command>
970 <command id='no log file .FILENAME'>
971 <params>
972 <param name='no' doc='Negate a command or set its defaults' />
973 <param name='log' doc='Configure logging sub-system' />
974 <param name='file' doc='Logging to text file' />
975 <param name='.FILENAME' doc='Filename' />
976 </params>
977 </command>
978 <command id='log alarms &lt;2-32700&gt;'>
979 <params>
980 <param name='log' doc='Configure logging sub-system' />
981 <param name='alarms' doc='Logging alarms to osmo_strrb' />
982 <param name='&lt;2-32700&gt;' doc='Maximum number of messages to log' />
983 </params>
984 </command>
985 <command id='no log alarms'>
986 <params>
987 <param name='no' doc='Negate a command or set its defaults' />
988 <param name='log' doc='Configure logging sub-system' />
989 <param name='alarms' doc='Logging alarms to osmo_strrb' />
990 </params>
991 </command>
992 <command id='log syslog (authpriv|cron|daemon|ftp|lpr|mail|news|user|uucp)'>
993 <params>
994 <param name='log' doc='Configure logging sub-system' />
995 <param name='syslog' doc='Logging via syslog' />
996 <param name='authpriv' doc='Security/authorization messages facility' />
997 <param name='cron' doc='Clock daemon (cron/at) facility' />
998 <param name='daemon' doc='General system daemon facility' />
999 <param name='ftp' doc='Ftp daemon facility' />
1000 <param name='lpr' doc='Line printer facility' />
1001 <param name='mail' doc='Mail facility' />
1002 <param name='news' doc='News facility' />
1003 <param name='user' doc='Generic facility' />
1004 <param name='uucp' doc='UUCP facility' />
1005 </params>
Daniel Willmann9ac494f2019-06-17 16:53:47 +02001006 </command>
1007 <command id='log syslog local &lt;0-7&gt;'>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +02001008 <params>
1009 <param name='log' doc='Configure logging sub-system' />
1010 <param name='syslog' doc='Logging via syslog' />
1011 <param name='local' doc='Syslog LOCAL facility' />
1012 <param name='&lt;0-7&gt;' doc='Local facility number' />
1013 </params>
1014 </command>
1015 <command id='no log syslog'>
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='syslog' doc='Logging via syslog' />
1020 </params>
1021 </command>
1022 <command id='log gsmtap [HOSTNAME]'>
1023 <params>
1024 <param name='log' doc='Configure logging sub-system' />
1025 <param name='gsmtap' doc='Logging via GSMTAP' />
1026 <param name='[HOSTNAME]' doc='Host name to send the GSMTAP logging to (UDP port 4729)' />
1027 </params>
1028 </command>
Daniel Willmann9ac494f2019-06-17 16:53:47 +02001029 <command id='stats reporter statsd'>
1030 <params>
1031 <param name='stats' doc='Configure stats sub-system' />
1032 <param name='reporter' doc='Configure a stats reporter' />
1033 <param name='statsd' doc='Report to a STATSD server' />
1034 </params>
1035 </command>
1036 <command id='no stats reporter statsd'>
1037 <params>
1038 <param name='no' doc='Negate a command or set its defaults' />
1039 <param name='stats' doc='Configure stats sub-system' />
1040 <param name='reporter' doc='Configure a stats reporter' />
1041 <param name='statsd' doc='Report to a STATSD server' />
1042 </params>
1043 </command>
1044 <command id='stats reporter log'>
1045 <params>
1046 <param name='stats' doc='Configure stats sub-system' />
1047 <param name='reporter' doc='Configure a stats reporter' />
1048 <param name='log' doc='Report to the logger' />
1049 </params>
1050 </command>
1051 <command id='no stats reporter log'>
1052 <params>
1053 <param name='no' doc='Negate a command or set its defaults' />
1054 <param name='stats' doc='Configure stats sub-system' />
1055 <param name='reporter' doc='Configure a stats reporter' />
1056 <param name='log' doc='Report to the logger' />
1057 </params>
1058 </command>
1059 <command id='stats interval &lt;1-65535&gt;'>
1060 <params>
1061 <param name='stats' doc='Configure stats sub-system' />
1062 <param name='interval' doc='Set the reporting interval' />
1063 <param name='&lt;1-65535&gt;' doc='Interval in seconds' />
1064 </params>
1065 </command>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +02001066 <command id='hlr'>
1067 <params>
1068 <param name='hlr' doc='Configure the HLR' />
1069 </params>
1070 </command>
1071 </node>
1072 <node id='config-log'>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +01001073 <name>config-log</name>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +02001074 <command id='logging filter all (0|1)'>
1075 <params>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +01001076 <param name='logging' doc='Configure logging' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +02001077 <param name='filter' doc='Filter log messages' />
1078 <param name='all' doc='Do you want to log all messages?' />
1079 <param name='0' doc='Only print messages matched by other filters' />
1080 <param name='1' doc='Bypass filter and print all messages' />
1081 </params>
1082 </command>
1083 <command id='logging color (0|1)'>
1084 <params>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +01001085 <param name='logging' doc='Configure logging' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +02001086 <param name='color' doc='Configure color-printing for log messages' />
1087 <param name='0' doc='Don&apos;t use color for printing messages' />
1088 <param name='1' doc='Use color for printing messages' />
1089 </params>
1090 </command>
1091 <command id='logging timestamp (0|1)'>
1092 <params>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +01001093 <param name='logging' doc='Configure logging' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +02001094 <param name='timestamp' doc='Configure log message timestamping' />
1095 <param name='0' doc='Don&apos;t prefix each log message' />
1096 <param name='1' doc='Prefix each log message with current timestamp' />
1097 </params>
1098 </command>
1099 <command id='logging print extended-timestamp (0|1)'>
1100 <params>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +01001101 <param name='logging' doc='Configure logging' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +02001102 <param name='print' doc='Log output settings' />
1103 <param name='extended-timestamp' doc='Configure log message timestamping' />
1104 <param name='0' doc='Don&apos;t prefix each log message' />
1105 <param name='1' doc='Prefix each log message with current timestamp with YYYYMMDDhhmmssnnn' />
1106 </params>
1107 </command>
1108 <command id='logging print category (0|1)'>
1109 <params>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +01001110 <param name='logging' doc='Configure logging' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +02001111 <param name='print' doc='Log output settings' />
1112 <param name='category' doc='Configure log message' />
1113 <param name='0' doc='Don&apos;t prefix each log message' />
1114 <param name='1' doc='Prefix each log message with category/subsystem name' />
1115 </params>
1116 </command>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +01001117 <command id='logging print category-hex (0|1)'>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +02001118 <params>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +01001119 <param name='logging' doc='Configure logging' />
1120 <param name='print' doc='Log output settings' />
1121 <param name='category-hex' doc='Configure log message' />
1122 <param name='0' doc='Don&apos;t prefix each log message' />
1123 <param name='1' doc='Prefix each log message with category/subsystem nr in hex (&apos;&lt;000b&gt;&apos;)' />
1124 </params>
1125 </command>
1126 <command id='logging print level (0|1)'>
1127 <params>
1128 <param name='logging' doc='Configure logging' />
1129 <param name='print' doc='Log output settings' />
1130 <param name='level' doc='Configure log message' />
1131 <param name='0' doc='Don&apos;t prefix each log message' />
1132 <param name='1' doc='Prefix each log message with the log level name' />
1133 </params>
1134 </command>
Neels Hofmeyrbf6b4eb2018-11-05 03:18:46 +01001135 <command id='logging print file (0|1|basename) [last]'>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +01001136 <params>
1137 <param name='logging' doc='Configure logging' />
1138 <param name='print' doc='Log output settings' />
1139 <param name='file' doc='Configure log message' />
1140 <param name='0' doc='Don&apos;t prefix each log message' />
1141 <param name='1' doc='Prefix each log message with the source file and line' />
1142 <param name='basename' doc='Prefix each log message with the source file&apos;s basename (strip leading paths) and line' />
Neels Hofmeyrbf6b4eb2018-11-05 03:18:46 +01001143 <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.' />
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +01001144 </params>
1145 </command>
Daniel Willmann9ac494f2019-06-17 16:53:47 +02001146 <command id='logging level (main|db|auc|ss|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf|lrspro) (debug|info|notice|error|fatal)'>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +01001147 <params>
1148 <param name='logging' doc='Configure logging' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +02001149 <param name='level' doc='Set the log level for a specified category' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +02001150 <param name='main' doc='Main Program' />
1151 <param name='db' doc='Database Layer' />
1152 <param name='auc' doc='Authentication Center' />
Neels Hofmeyrbf6b4eb2018-11-05 03:18:46 +01001153 <param name='ss' doc='Supplementary Services' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +02001154 <param name='lglobal' doc='Library-internal global log family' />
1155 <param name='llapd' doc='LAPD in libosmogsm' />
1156 <param name='linp' doc='A-bis Intput Subsystem' />
1157 <param name='lmux' doc='A-bis B-Subchannel TRAU Frame Multiplex' />
1158 <param name='lmi' doc='A-bis Input Driver for Signalling' />
1159 <param name='lmib' doc='A-bis Input Driver for B-Channels (voice)' />
1160 <param name='lsms' doc='Layer3 Short Message Service (SMS)' />
1161 <param name='lctrl' doc='Control Interface' />
1162 <param name='lgtp' doc='GPRS GTP library' />
1163 <param name='lstats' doc='Statistics messages and logging' />
1164 <param name='lgsup' doc='Generic Subscriber Update Protocol' />
1165 <param name='loap' doc='Osmocom Authentication Protocol' />
1166 <param name='lss7' doc='libosmo-sigtran Signalling System 7' />
1167 <param name='lsccp' doc='libosmo-sigtran SCCP Implementation' />
1168 <param name='lsua' doc='libosmo-sigtran SCCP User Adaptation' />
1169 <param name='lm3ua' doc='libosmo-sigtran MTP3 User Adaptation' />
1170 <param name='lmgcp' doc='libosmo-mgcp Media Gateway Control Protocol' />
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +01001171 <param name='ljibuf' doc='libosmo-netif Jitter Buffer' />
Daniel Willmann9ac494f2019-06-17 16:53:47 +02001172 <param name='lrspro' doc='Remote SIM protocol' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +02001173 <param name='debug' doc='Log debug messages and higher levels' />
1174 <param name='info' doc='Log informational messages and higher levels' />
1175 <param name='notice' doc='Log noticeable messages and higher levels' />
1176 <param name='error' doc='Log error messages and higher levels' />
1177 <param name='fatal' doc='Log only fatal messages' />
1178 </params>
1179 </command>
Neels Hofmeyrbf6b4eb2018-11-05 03:18:46 +01001180 <command id='logging level set-all (debug|info|notice|error|fatal)'>
1181 <params>
1182 <param name='logging' doc='Configure logging' />
1183 <param name='level' doc='Set the log level for a specified category' />
1184 <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.' />
1185 <param name='debug' doc='Log debug messages and higher levels' />
1186 <param name='info' doc='Log informational messages and higher levels' />
1187 <param name='notice' doc='Log noticeable messages and higher levels' />
1188 <param name='error' doc='Log error messages and higher levels' />
1189 <param name='fatal' doc='Log only fatal messages' />
1190 </params>
1191 </command>
1192 <command id='logging level force-all (debug|info|notice|error|fatal)'>
1193 <params>
1194 <param name='logging' doc='Configure logging' />
1195 <param name='level' doc='Set the log level for a specified category' />
1196 <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.' />
1197 <param name='debug' doc='Log debug messages and higher levels' />
1198 <param name='info' doc='Log informational messages and higher levels' />
1199 <param name='notice' doc='Log noticeable messages and higher levels' />
1200 <param name='error' doc='Log error messages and higher levels' />
1201 <param name='fatal' doc='Log only fatal messages' />
1202 </params>
1203 </command>
1204 <command id='no logging level force-all'>
1205 <params>
1206 <param name='no' doc='Negate a command or set its defaults' />
1207 <param name='logging' doc='Configure logging' />
1208 <param name='level' doc='Set the log level for a specified category' />
1209 <param name='force-all' doc='Release any globally forced log level set with &apos;logging level force-all &lt;level&gt;&apos;' />
1210 </params>
1211 </command>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +02001212 </node>
Daniel Willmann9ac494f2019-06-17 16:53:47 +02001213 <node id='config-stats'>
1214 <name>config-stats</name>
1215 <command id='local-ip ADDR'>
1216 <params>
1217 <param name='local-ip' doc='Set the IP address to which we bind locally' />
1218 <param name='ADDR' doc='IP Address' />
1219 </params>
1220 </command>
1221 <command id='no local-ip'>
1222 <params>
1223 <param name='no' doc='Negate a command or set its defaults' />
1224 <param name='local-ip' doc='Set the IP address to which we bind locally' />
1225 </params>
1226 </command>
1227 <command id='remote-ip ADDR'>
1228 <params>
1229 <param name='remote-ip' doc='Set the remote IP address to which we connect' />
1230 <param name='ADDR' doc='IP Address' />
1231 </params>
1232 </command>
1233 <command id='remote-port &lt;1-65535&gt;'>
1234 <params>
1235 <param name='remote-port' doc='Set the remote port to which we connect' />
1236 <param name='&lt;1-65535&gt;' doc='Remote port number' />
1237 </params>
1238 </command>
1239 <command id='mtu &lt;100-65535&gt;'>
1240 <params>
1241 <param name='mtu' doc='Set the maximum packet size' />
1242 <param name='&lt;100-65535&gt;' doc='Size in byte' />
1243 </params>
1244 </command>
1245 <command id='no mtu'>
1246 <params>
1247 <param name='no' doc='Negate a command or set its defaults' />
1248 <param name='mtu' doc='Set the maximum packet size' />
1249 </params>
1250 </command>
1251 <command id='prefix PREFIX'>
1252 <params>
1253 <param name='prefix' doc='Set the item name prefix' />
1254 <param name='PREFIX' doc='The prefix string' />
1255 </params>
1256 </command>
1257 <command id='no prefix'>
1258 <params>
1259 <param name='no' doc='Negate a command or set its defaults' />
1260 <param name='prefix' doc='Set the item name prefix' />
1261 </params>
1262 </command>
1263 <command id='level (global|peer|subscriber)'>
1264 <params>
1265 <param name='level' doc='Set the maximum group level' />
1266 <param name='global' doc='Report global groups only' />
1267 <param name='peer' doc='Report global and network peer related groups' />
1268 <param name='subscriber' doc='Report global, peer, and subscriber groups' />
1269 </params>
1270 </command>
1271 <command id='enable'>
1272 <params>
1273 <param name='enable' doc='Enable the reporter' />
1274 </params>
1275 </command>
1276 <command id='disable'>
1277 <params>
1278 <param name='disable' doc='Disable the reporter' />
1279 </params>
1280 </command>
1281 </node>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +02001282 <node id='config-line'>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +01001283 <name>config-line</name>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +02001284 <command id='login'>
1285 <params>
1286 <param name='login' doc='Enable password checking' />
1287 </params>
1288 </command>
1289 <command id='no login'>
1290 <params>
1291 <param name='no' doc='Negate a command or set its defaults' />
1292 <param name='login' doc='Enable password checking' />
1293 </params>
1294 </command>
Daniel Willmann9ac494f2019-06-17 16:53:47 +02001295 <command id='bind A.B.C.D [&lt;0-65535&gt;]'>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +02001296 <params>
1297 <param name='bind' doc='Accept VTY telnet connections on local interface' />
1298 <param name='A.B.C.D' doc='Local interface IP address (default: 127.0.0.1)' />
Daniel Willmann9ac494f2019-06-17 16:53:47 +02001299 <param name='[&lt;0-65535&gt;]' doc='Local TCP port number' />
Neels Hofmeyr25dd7852017-09-25 16:37:34 +02001300 </params>
1301 </command>
1302 </node>
1303 <node id='config-ctrl'>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +01001304 <name>config-ctrl</name>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +02001305 <command id='bind A.B.C.D'>
1306 <params>
1307 <param name='bind' doc='Set bind address to listen for Control connections' />
1308 <param name='A.B.C.D' doc='Local IP address (default 127.0.0.1)' />
1309 </params>
1310 </command>
1311 </node>
1312 <node id='config-hlr'>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +01001313 <name>config-hlr</name>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +02001314 <command id='gsup'>
1315 <params>
1316 <param name='gsup' doc='Configure GSUP options' />
1317 </params>
1318 </command>
Daniel Willmann9ac494f2019-06-17 16:53:47 +02001319 <command id='database PATH'>
1320 <params>
1321 <param name='database' doc='Set the path to the HLR database file' />
1322 <param name='PATH' doc='Relative or absolute file system path to the database file (default is &apos;hlr.db&apos;)' />
1323 </params>
1324 </command>
Neels Hofmeyrbf6b4eb2018-11-05 03:18:46 +01001325 <command id='euse NAME'>
1326 <params>
1327 <param name='euse' doc='Configure a particular External USSD Entity' />
1328 <param name='NAME' doc='Alphanumeric name of the External USSD Entity' />
1329 </params>
1330 </command>
1331 <command id='no euse NAME'>
1332 <params>
1333 <param name='no' doc='Negate a command or set its defaults' />
1334 <param name='euse' doc='Remove a particular External USSD Entity' />
1335 <param name='NAME' doc='Alphanumeric name of the External USSD Entity' />
1336 </params>
1337 </command>
1338 <command id='ussd route prefix PREFIX internal (own-msisdn|own-imsi)'>
1339 <params>
1340 <param name='ussd' doc='USSD Configuration' />
1341 <param name='route' doc='Routing Configuration' />
1342 <param name='prefix' doc='Prefix-Matching Route' />
1343 <param name='PREFIX' doc='USSD Prefix' />
1344 <param name='internal' doc='Internal USSD Handler' />
1345 <param name='own-msisdn' doc='Respond with subscribers&apos; own MSISDN' />
1346 <param name='own-imsi' doc='Respond with subscribers&apos; own IMSI' />
1347 </params>
1348 </command>
1349 <command id='ussd route prefix PREFIX external EUSE'>
1350 <params>
1351 <param name='ussd' doc='USSD Configuration' />
1352 <param name='route' doc='Routing Configuration' />
1353 <param name='prefix' doc='Prefix-Matching Route' />
1354 <param name='PREFIX' doc='USSD Prefix' />
1355 <param name='external' doc='External USSD Handler' />
1356 <param name='EUSE' doc='Name of External USSD Handler (IPA CCM ID)' />
1357 </params>
1358 </command>
1359 <command id='no ussd route prefix PREFIX'>
1360 <params>
1361 <param name='no' doc='Negate a command or set its defaults' />
1362 <param name='ussd' doc='USSD Configuration' />
1363 <param name='route' doc='Routing Configuration' />
1364 <param name='prefix' doc='Prefix-Matching Route' />
1365 <param name='PREFIX' doc='USSD Prefix' />
1366 </params>
1367 </command>
1368 <command id='ussd default-route external EUSE'>
1369 <params>
1370 <param name='ussd' doc='USSD Configuration' />
1371 <param name='default-route' doc='Configure default-route for all USSD to unknown destinations' />
1372 <param name='external' doc='External USSD Handler' />
1373 <param name='EUSE' doc='Name of External USSD Handler (IPA CCM ID)' />
1374 </params>
1375 </command>
1376 <command id='no ussd default-route'>
1377 <params>
1378 <param name='no' doc='Negate a command or set its defaults' />
1379 <param name='ussd' doc='USSD Configuration' />
1380 <param name='default-route' doc='Remove the default-route for all USSD to unknown destinations' />
1381 </params>
1382 </command>
Daniel Willmann9ac494f2019-06-17 16:53:47 +02001383 <command id='ncss-guard-timeout &lt;0-255&gt;'>
1384 <params>
1385 <param name='ncss-guard-timeout' doc='Set guard timer for NCSS (call independent SS) session activity' />
1386 <param name='&lt;0-255&gt;' doc='Guard timer value (sec.), or 0 to disable' />
1387 </params>
1388 </command>
1389 <command id='store-imei'>
1390 <params>
1391 <param name='store-imei' doc='Save the IMEI in the database when receiving Check IMEI requests. Note that an MSC does not necessarily send Check IMEI requests (for OsmoMSC, you may want to set &apos;check-imei-rqd 1&apos;).' />
1392 </params>
1393 </command>
1394 <command id='no store-imei'>
1395 <params>
1396 <param name='no' doc='Do not save the IMEI in the database, when receiving Check IMEI requests.' />
1397 <param name='store-imei' doc='(null)' />
1398 </params>
1399 </command>
1400 <command id='subscriber-create-on-demand (no-msisdn|&lt;3-15&gt;) (none|cs|ps|cs+ps)'>
1401 <params>
1402 <param name='subscriber-create-on-demand' doc='Make a new record when a subscriber is first seen.' />
1403 <param name='no-msisdn' doc='Do not automatically assign MSISDN.' />
1404 <param name='&lt;3-15&gt;' doc='Length of an automatically assigned MSISDN.' />
1405 <param name='none' doc='Do not allow any NAM (Network Access Mode) by default.' />
1406 <param name='cs' doc='Allow access to circuit switched NAM by default.' />
1407 <param name='ps' doc='Allow access to packet switched NAM by default.' />
1408 <param name='cs+ps' doc='Allow access to circuit and packet switched NAM by default.' />
1409 </params>
1410 </command>
1411 <command id='no subscriber-create-on-demand'>
1412 <params>
1413 <param name='no' doc='Do not make a new record when a subscriber is first seen.' />
1414 <param name='subscriber-create-on-demand' doc='(null)' />
1415 </params>
1416 </command>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +02001417 </node>
1418 <node id='config-hlr-gsup'>
Neels Hofmeyr92e49ef2018-03-06 15:13:25 +01001419 <name>config-hlr-gsup</name>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +02001420 <command id='bind ip A.B.C.D'>
1421 <params>
1422 <param name='bind' doc='Listen/Bind related socket option' />
1423 <param name='ip' doc='IP information' />
1424 <param name='A.B.C.D' doc='IPv4 Address to bind the GSUP interface to' />
1425 </params>
1426 </command>
1427 </node>
Neels Hofmeyrbf6b4eb2018-11-05 03:18:46 +01001428 <node id='config-hlr-euse'>
1429 <name>config-hlr-euse</name>
1430 </node>
Neels Hofmeyr25dd7852017-09-25 16:37:34 +02001431</vtydoc>