aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-03-06 15:13:25 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-11-27 18:01:17 +0100
commit92e49ef3634866e2c9b98f00644d027587c9770d (patch)
treef349a2ea8141761625aa17bffccf27a4667682c9
parent95380ab0371d3e82e18f92ee70ab03d73da67220 (diff)
OsmoHLR: update vty reference
Add new (generic) logging commands, talloc context print commands. Add the jitter buffer logging category. Remove the common commands from the individual sections. Change-Id: I8e92c821b26908d4baa37745c57b9e15bda2a373
-rw-r--r--doc/manuals/vty/hlr_vty_reference.xml635
1 files changed, 250 insertions, 385 deletions
diff --git a/doc/manuals/vty/hlr_vty_reference.xml b/doc/manuals/vty/hlr_vty_reference.xml
index 31b95a1..8d161d4 100644
--- a/doc/manuals/vty/hlr_vty_reference.xml
+++ b/doc/manuals/vty/hlr_vty_reference.xml
@@ -1,22 +1,44 @@
<vtydoc xmlns='urn:osmocom:xml:libosmocore:vty:doc:1.0'>
- <node id='Password'>
- </node>
- <node id='_1'>
- <command id='show version'>
+ <node id='_common_cmds_'>
+ <name>Common Commands</name>
+ <description>These commands are available on all VTY nodes. They are listed here only once, to unclutter the VTY reference.</description>
+ <command id='help'>
<params>
- <param name='show' doc='Show running system information' />
- <param name='version' doc='Displays program version' />
+ <param name='help' doc='Description of the interactive help system' />
</params>
</command>
- <command id='show online-help'>
+ <command id='list'>
<params>
- <param name='show' doc='Show running system information' />
- <param name='online-help' doc='Online help' />
+ <param name='list' doc='Print command list' />
</params>
</command>
- <command id='list'>
+ <command id='write terminal'>
<params>
- <param name='list' doc='Print command list' />
+ <param name='write' doc='Write running configuration to memory, network, or terminal' />
+ <param name='terminal' doc='Write to terminal' />
+ </params>
+ </command>
+ <command id='write file'>
+ <params>
+ <param name='write' doc='Write running configuration to memory, network, or terminal' />
+ <param name='file' doc='Write to configuration file' />
+ </params>
+ </command>
+ <command id='write memory'>
+ <params>
+ <param name='write' doc='Write running configuration to memory, network, or terminal' />
+ <param name='memory' doc='Write configuration to the file (same as write file)' />
+ </params>
+ </command>
+ <command id='write'>
+ <params>
+ <param name='write' doc='Write running configuration to memory, network, or terminal' />
+ </params>
+ </command>
+ <command id='show running-config'>
+ <params>
+ <param name='show' doc='Show running system information' />
+ <param name='running-config' doc='running configuration' />
</params>
</command>
<command id='exit'>
@@ -24,9 +46,24 @@
<param name='exit' doc='Exit current mode and down to previous mode' />
</params>
</command>
- <command id='help'>
+ <command id='end'>
<params>
- <param name='help' doc='Description of the interactive help system' />
+ <param name='end' doc='End current mode and change to enable mode.' />
+ </params>
+ </command>
+ </node>
+ <node id='view'>
+ <name>view</name>
+ <command id='show version'>
+ <params>
+ <param name='show' doc='Show running system information' />
+ <param name='version' doc='Displays program version' />
+ </params>
+ </command>
+ <command id='show online-help'>
+ <params>
+ <param name='show' doc='Show running system information' />
+ <param name='online-help' doc='Online help' />
</params>
</command>
<command id='enable'>
@@ -67,19 +104,19 @@
</command>
<command id='logging enable'>
<params>
- <param name='logging' doc='Configure log message to this terminal' />
+ <param name='logging' doc='Configure logging' />
<param name='enable' doc='Enables logging to this vty' />
</params>
</command>
<command id='logging disable'>
<params>
- <param name='logging' doc='Configure log message to this terminal' />
+ <param name='logging' doc='Configure logging' />
<param name='disable' doc='Disables logging to this vty' />
</params>
</command>
<command id='logging filter all (0|1)'>
<params>
- <param name='logging' doc='Configure log message to this terminal' />
+ <param name='logging' doc='Configure logging' />
<param name='filter' doc='Filter log messages' />
<param name='all' doc='Do you want to log all messages?' />
<param name='0' doc='Only print messages matched by other filters' />
@@ -88,7 +125,7 @@
</command>
<command id='logging color (0|1)'>
<params>
- <param name='logging' doc='Configure log message to this terminal' />
+ <param name='logging' doc='Configure logging' />
<param name='color' doc='Configure color-printing for log messages' />
<param name='0' doc='Don&apos;t use color for printing messages' />
<param name='1' doc='Use color for printing messages' />
@@ -96,7 +133,7 @@
</command>
<command id='logging timestamp (0|1)'>
<params>
- <param name='logging' doc='Configure log message to this terminal' />
+ <param name='logging' doc='Configure logging' />
<param name='timestamp' doc='Configure log message timestamping' />
<param name='0' doc='Don&apos;t prefix each log message' />
<param name='1' doc='Prefix each log message with current timestamp' />
@@ -104,7 +141,7 @@
</command>
<command id='logging print extended-timestamp (0|1)'>
<params>
- <param name='logging' doc='Configure log message to this terminal' />
+ <param name='logging' doc='Configure logging' />
<param name='print' doc='Log output settings' />
<param name='extended-timestamp' doc='Configure log message timestamping' />
<param name='0' doc='Don&apos;t prefix each log message' />
@@ -113,32 +150,60 @@
</command>
<command id='logging print category (0|1)'>
<params>
- <param name='logging' doc='Configure log message to this terminal' />
+ <param name='logging' doc='Configure logging' />
<param name='print' doc='Log output settings' />
<param name='category' doc='Configure log message' />
<param name='0' doc='Don&apos;t prefix each log message' />
<param name='1' doc='Prefix each log message with category/subsystem name' />
</params>
</command>
+ <command id='logging print category-hex (0|1)'>
+ <params>
+ <param name='logging' doc='Configure logging' />
+ <param name='print' doc='Log output settings' />
+ <param name='category-hex' doc='Configure log message' />
+ <param name='0' doc='Don&apos;t prefix each log message' />
+ <param name='1' doc='Prefix each log message with category/subsystem nr in hex (&apos;&lt;000b&gt;&apos;)' />
+ </params>
+ </command>
+ <command id='logging print level (0|1)'>
+ <params>
+ <param name='logging' doc='Configure logging' />
+ <param name='print' doc='Log output settings' />
+ <param name='level' doc='Configure log message' />
+ <param name='0' doc='Don&apos;t prefix each log message' />
+ <param name='1' doc='Prefix each log message with the log level name' />
+ </params>
+ </command>
+ <command id='logging print file (0|1|basename)'>
+ <params>
+ <param name='logging' doc='Configure logging' />
+ <param name='print' doc='Log output settings' />
+ <param name='file' doc='Configure log message' />
+ <param name='0' doc='Don&apos;t prefix each log message' />
+ <param name='1' doc='Prefix each log message with the source file and line' />
+ <param name='basename' doc='Prefix each log message with the source file&apos;s basename (strip leading paths) and line' />
+ </params>
+ </command>
<command id='logging set-log-mask MASK'>
<params>
- <param name='logging' doc='Configure log message to this terminal' />
+ <param name='logging' doc='Configure logging' />
<param name='set-log-mask' doc='Set the logmask of this logging target' />
- <param name='MASK' doc='The logmask to use' />
+ <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' />
</params>
</command>
<command id='logging set log mask MASK'>
<params>
- <param name='logging' doc='Configure log message to this terminal' />
+ <param name='logging' doc='Configure logging' />
<param name='set' doc='Decide which categories to output.' />
<param name='log' doc='Log commands' />
<param name='mask' doc='Mask commands' />
- <param name='MASK' doc='The logmask to use' />
+ <param name='MASK' doc='&apos;set log mask&apos; is deprecated, please refer to the docs of &apos;set-log-mask&apos; instead' />
</params>
</command>
- <command id='logging level (all|main|db|auc|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp) (everything|debug|info|notice|error|fatal)'>
+ <command id='logging level (all|main|db|auc|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf) (everything|debug|info|notice|error|fatal)'>
<params>
- <param name='logging' doc='Configure log message to this terminal' />
+ <param name='logging' doc='Configure logging' />
<param name='level' doc='Set the log level for a specified category' />
<param name='all' doc='Global setting for all subsystems' />
<param name='main' doc='Main Program' />
@@ -161,6 +226,7 @@
<param name='lsua' doc='libosmo-sigtran SCCP User Adaptation' />
<param name='lm3ua' doc='libosmo-sigtran MTP3 User Adaptation' />
<param name='lmgcp' doc='libosmo-mgcp Media Gateway Control Protocol' />
+ <param name='ljibuf' doc='libosmo-netif Jitter Buffer' />
<param name='everything' doc='Don&apos;t use. It doesn&apos;t log anything' />
<param name='debug' doc='Log debug messages and higher levels' />
<param name='info' doc='Log informational messages and higher levels' />
@@ -182,64 +248,56 @@
<param name='alarms' doc='Show current logging configuration' />
</params>
</command>
- <command id='subscriber (imsi|msisdn|id) IDENT show'>
+ <command id='show talloc-context (application|all) (full|brief|DEPTH)'>
<params>
- <param name='subscriber' doc='Subscriber management commands' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='msisdn' doc='Identify subscriber by MSISDN (phone number)' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='IDENT' doc='IMSI/MSISDN/ID of the subscriber' />
- <param name='show' doc='Show subscriber information' />
- </params>
- </command>
- </node>
- <node id='Password_2'>
- </node>
- <node id='_2'>
- <command id='help'>
- <params>
- <param name='help' doc='Description of the interactive help system' />
- </params>
- </command>
- <command id='list'>
- <params>
- <param name='list' doc='Print command list' />
- </params>
- </command>
- <command id='write terminal'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='terminal' doc='Write to terminal' />
- </params>
- </command>
- <command id='write file'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='file' doc='Write to configuration file' />
- </params>
- </command>
- <command id='write memory'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='memory' doc='Write configuration to the file (same as write file)' />
+ <param name='show' doc='Show running system information' />
+ <param name='talloc-context' doc='Show talloc memory hierarchy' />
+ <param name='application' doc='Application&apos;s context' />
+ <param name='all' doc='All contexts, if NULL-context tracking is enabled' />
+ <param name='full' doc='Display a full talloc memory hierarchy' />
+ <param name='brief' doc='Display a brief talloc memory hierarchy' />
+ <param name='DEPTH' doc='Specify required maximal depth value' />
</params>
</command>
- <command id='write'>
+ <command id='show talloc-context (application|all) (full|brief|DEPTH) tree ADDRESS'>
<params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
+ <param name='show' doc='Show running system information' />
+ <param name='talloc-context' doc='Show talloc memory hierarchy' />
+ <param name='application' doc='Application&apos;s context' />
+ <param name='all' doc='All contexts, if NULL-context tracking is enabled' />
+ <param name='full' doc='Display a full talloc memory hierarchy' />
+ <param name='brief' doc='Display a brief talloc memory hierarchy' />
+ <param name='DEPTH' doc='Specify required maximal depth value' />
+ <param name='tree' doc='Display only a specific memory chunk' />
+ <param name='ADDRESS' doc='Chunk address (e.g. 0xdeadbeef)' />
</params>
</command>
- <command id='show running-config'>
+ <command id='show talloc-context (application|all) (full|brief|DEPTH) filter REGEXP'>
<params>
<param name='show' doc='Show running system information' />
- <param name='running-config' doc='running configuration' />
+ <param name='talloc-context' doc='Show talloc memory hierarchy' />
+ <param name='application' doc='Application&apos;s context' />
+ <param name='all' doc='All contexts, if NULL-context tracking is enabled' />
+ <param name='full' doc='Display a full talloc memory hierarchy' />
+ <param name='brief' doc='Display a brief talloc memory hierarchy' />
+ <param name='DEPTH' doc='Specify required maximal depth value' />
+ <param name='filter' doc='Filter chunks using regular expression' />
+ <param name='REGEXP' doc='Regular expression' />
</params>
</command>
- <command id='exit'>
+ <command id='subscriber (imsi|msisdn|id) IDENT show'>
<params>
- <param name='exit' doc='Exit current mode and down to previous mode' />
+ <param name='subscriber' doc='Subscriber management commands' />
+ <param name='imsi' doc='Identify subscriber by IMSI' />
+ <param name='msisdn' doc='Identify subscriber by MSISDN (phone number)' />
+ <param name='id' doc='Identify subscriber by database ID' />
+ <param name='IDENT' doc='IMSI/MSISDN/ID of the subscriber' />
+ <param name='show' doc='Show subscriber information' />
</params>
</command>
+ </node>
+ <node id='enable'>
+ <name>enable</name>
<command id='disable'>
<params>
<param name='disable' doc='Turn off privileged mode command' />
@@ -322,19 +380,19 @@
</command>
<command id='logging enable'>
<params>
- <param name='logging' doc='Configure log message to this terminal' />
+ <param name='logging' doc='Configure logging' />
<param name='enable' doc='Enables logging to this vty' />
</params>
</command>
<command id='logging disable'>
<params>
- <param name='logging' doc='Configure log message to this terminal' />
+ <param name='logging' doc='Configure logging' />
<param name='disable' doc='Disables logging to this vty' />
</params>
</command>
<command id='logging filter all (0|1)'>
<params>
- <param name='logging' doc='Configure log message to this terminal' />
+ <param name='logging' doc='Configure logging' />
<param name='filter' doc='Filter log messages' />
<param name='all' doc='Do you want to log all messages?' />
<param name='0' doc='Only print messages matched by other filters' />
@@ -343,7 +401,7 @@
</command>
<command id='logging color (0|1)'>
<params>
- <param name='logging' doc='Configure log message to this terminal' />
+ <param name='logging' doc='Configure logging' />
<param name='color' doc='Configure color-printing for log messages' />
<param name='0' doc='Don&apos;t use color for printing messages' />
<param name='1' doc='Use color for printing messages' />
@@ -351,7 +409,7 @@
</command>
<command id='logging timestamp (0|1)'>
<params>
- <param name='logging' doc='Configure log message to this terminal' />
+ <param name='logging' doc='Configure logging' />
<param name='timestamp' doc='Configure log message timestamping' />
<param name='0' doc='Don&apos;t prefix each log message' />
<param name='1' doc='Prefix each log message with current timestamp' />
@@ -359,7 +417,7 @@
</command>
<command id='logging print extended-timestamp (0|1)'>
<params>
- <param name='logging' doc='Configure log message to this terminal' />
+ <param name='logging' doc='Configure logging' />
<param name='print' doc='Log output settings' />
<param name='extended-timestamp' doc='Configure log message timestamping' />
<param name='0' doc='Don&apos;t prefix each log message' />
@@ -368,32 +426,60 @@
</command>
<command id='logging print category (0|1)'>
<params>
- <param name='logging' doc='Configure log message to this terminal' />
+ <param name='logging' doc='Configure logging' />
<param name='print' doc='Log output settings' />
<param name='category' doc='Configure log message' />
<param name='0' doc='Don&apos;t prefix each log message' />
<param name='1' doc='Prefix each log message with category/subsystem name' />
</params>
</command>
+ <command id='logging print category-hex (0|1)'>
+ <params>
+ <param name='logging' doc='Configure logging' />
+ <param name='print' doc='Log output settings' />
+ <param name='category-hex' doc='Configure log message' />
+ <param name='0' doc='Don&apos;t prefix each log message' />
+ <param name='1' doc='Prefix each log message with category/subsystem nr in hex (&apos;&lt;000b&gt;&apos;)' />
+ </params>
+ </command>
+ <command id='logging print level (0|1)'>
+ <params>
+ <param name='logging' doc='Configure logging' />
+ <param name='print' doc='Log output settings' />
+ <param name='level' doc='Configure log message' />
+ <param name='0' doc='Don&apos;t prefix each log message' />
+ <param name='1' doc='Prefix each log message with the log level name' />
+ </params>
+ </command>
+ <command id='logging print file (0|1|basename)'>
+ <params>
+ <param name='logging' doc='Configure logging' />
+ <param name='print' doc='Log output settings' />
+ <param name='file' doc='Configure log message' />
+ <param name='0' doc='Don&apos;t prefix each log message' />
+ <param name='1' doc='Prefix each log message with the source file and line' />
+ <param name='basename' doc='Prefix each log message with the source file&apos;s basename (strip leading paths) and line' />
+ </params>
+ </command>
<command id='logging set-log-mask MASK'>
<params>
- <param name='logging' doc='Configure log message to this terminal' />
+ <param name='logging' doc='Configure logging' />
<param name='set-log-mask' doc='Set the logmask of this logging target' />
- <param name='MASK' doc='The logmask to use' />
+ <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' />
</params>
</command>
<command id='logging set log mask MASK'>
<params>
- <param name='logging' doc='Configure log message to this terminal' />
+ <param name='logging' doc='Configure logging' />
<param name='set' doc='Decide which categories to output.' />
<param name='log' doc='Log commands' />
<param name='mask' doc='Mask commands' />
- <param name='MASK' doc='The logmask to use' />
+ <param name='MASK' doc='&apos;set log mask&apos; is deprecated, please refer to the docs of &apos;set-log-mask&apos; instead' />
</params>
</command>
- <command id='logging level (all|main|db|auc|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp) (everything|debug|info|notice|error|fatal)'>
+ <command id='logging level (all|main|db|auc|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf) (everything|debug|info|notice|error|fatal)'>
<params>
- <param name='logging' doc='Configure log message to this terminal' />
+ <param name='logging' doc='Configure logging' />
<param name='level' doc='Set the log level for a specified category' />
<param name='all' doc='Global setting for all subsystems' />
<param name='main' doc='Main Program' />
@@ -416,6 +502,7 @@
<param name='lsua' doc='libosmo-sigtran SCCP User Adaptation' />
<param name='lm3ua' doc='libosmo-sigtran MTP3 User Adaptation' />
<param name='lmgcp' doc='libosmo-mgcp Media Gateway Control Protocol' />
+ <param name='ljibuf' doc='libosmo-netif Jitter Buffer' />
<param name='everything' doc='Don&apos;t use. It doesn&apos;t log anything' />
<param name='debug' doc='Log debug messages and higher levels' />
<param name='info' doc='Log informational messages and higher levels' />
@@ -437,6 +524,43 @@
<param name='alarms' doc='Show current logging configuration' />
</params>
</command>
+ <command id='show talloc-context (application|all) (full|brief|DEPTH)'>
+ <params>
+ <param name='show' doc='Show running system information' />
+ <param name='talloc-context' doc='Show talloc memory hierarchy' />
+ <param name='application' doc='Application&apos;s context' />
+ <param name='all' doc='All contexts, if NULL-context tracking is enabled' />
+ <param name='full' doc='Display a full talloc memory hierarchy' />
+ <param name='brief' doc='Display a brief talloc memory hierarchy' />
+ <param name='DEPTH' doc='Specify required maximal depth value' />
+ </params>
+ </command>
+ <command id='show talloc-context (application|all) (full|brief|DEPTH) tree ADDRESS'>
+ <params>
+ <param name='show' doc='Show running system information' />
+ <param name='talloc-context' doc='Show talloc memory hierarchy' />
+ <param name='application' doc='Application&apos;s context' />
+ <param name='all' doc='All contexts, if NULL-context tracking is enabled' />
+ <param name='full' doc='Display a full talloc memory hierarchy' />
+ <param name='brief' doc='Display a brief talloc memory hierarchy' />
+ <param name='DEPTH' doc='Specify required maximal depth value' />
+ <param name='tree' doc='Display only a specific memory chunk' />
+ <param name='ADDRESS' doc='Chunk address (e.g. 0xdeadbeef)' />
+ </params>
+ </command>
+ <command id='show talloc-context (application|all) (full|brief|DEPTH) filter REGEXP'>
+ <params>
+ <param name='show' doc='Show running system information' />
+ <param name='talloc-context' doc='Show talloc memory hierarchy' />
+ <param name='application' doc='Application&apos;s context' />
+ <param name='all' doc='All contexts, if NULL-context tracking is enabled' />
+ <param name='full' doc='Display a full talloc memory hierarchy' />
+ <param name='brief' doc='Display a brief talloc memory hierarchy' />
+ <param name='DEPTH' doc='Specify required maximal depth value' />
+ <param name='filter' doc='Filter chunks using regular expression' />
+ <param name='REGEXP' doc='Regular expression' />
+ </params>
+ </command>
<command id='subscriber (imsi|msisdn|id) IDENT show'>
<params>
<param name='subscriber' doc='Subscriber management commands' />
@@ -539,55 +663,7 @@
</command>
</node>
<node id='config'>
- <command id='help'>
- <params>
- <param name='help' doc='Description of the interactive help system' />
- </params>
- </command>
- <command id='list'>
- <params>
- <param name='list' doc='Print command list' />
- </params>
- </command>
- <command id='write terminal'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='terminal' doc='Write to terminal' />
- </params>
- </command>
- <command id='write file'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='file' doc='Write to configuration file' />
- </params>
- </command>
- <command id='write memory'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='memory' doc='Write configuration to the file (same as write file)' />
- </params>
- </command>
- <command id='write'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- </params>
- </command>
- <command id='show running-config'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='running-config' doc='running configuration' />
- </params>
- </command>
- <command id='exit'>
- <params>
- <param name='exit' doc='Exit current mode and down to previous mode' />
- </params>
- </command>
- <command id='end'>
- <params>
- <param name='end' doc='End current mode and change to enable mode.' />
- </params>
- </command>
+ <name>config</name>
<command id='hostname WORD'>
<params>
<param name='hostname' doc='Set system&apos;s network name' />
@@ -791,58 +867,10 @@
</command>
</node>
<node id='config-log'>
- <command id='help'>
- <params>
- <param name='help' doc='Description of the interactive help system' />
- </params>
- </command>
- <command id='list'>
- <params>
- <param name='list' doc='Print command list' />
- </params>
- </command>
- <command id='write terminal'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='terminal' doc='Write to terminal' />
- </params>
- </command>
- <command id='write file'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='file' doc='Write to configuration file' />
- </params>
- </command>
- <command id='write memory'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='memory' doc='Write configuration to the file (same as write file)' />
- </params>
- </command>
- <command id='write'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- </params>
- </command>
- <command id='show running-config'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='running-config' doc='running configuration' />
- </params>
- </command>
- <command id='exit'>
- <params>
- <param name='exit' doc='Exit current mode and down to previous mode' />
- </params>
- </command>
- <command id='end'>
- <params>
- <param name='end' doc='End current mode and change to enable mode.' />
- </params>
- </command>
+ <name>config-log</name>
<command id='logging filter all (0|1)'>
<params>
- <param name='logging' doc='Configure log message to this terminal' />
+ <param name='logging' doc='Configure logging' />
<param name='filter' doc='Filter log messages' />
<param name='all' doc='Do you want to log all messages?' />
<param name='0' doc='Only print messages matched by other filters' />
@@ -851,7 +879,7 @@
</command>
<command id='logging color (0|1)'>
<params>
- <param name='logging' doc='Configure log message to this terminal' />
+ <param name='logging' doc='Configure logging' />
<param name='color' doc='Configure color-printing for log messages' />
<param name='0' doc='Don&apos;t use color for printing messages' />
<param name='1' doc='Use color for printing messages' />
@@ -859,7 +887,7 @@
</command>
<command id='logging timestamp (0|1)'>
<params>
- <param name='logging' doc='Configure log message to this terminal' />
+ <param name='logging' doc='Configure logging' />
<param name='timestamp' doc='Configure log message timestamping' />
<param name='0' doc='Don&apos;t prefix each log message' />
<param name='1' doc='Prefix each log message with current timestamp' />
@@ -867,7 +895,7 @@
</command>
<command id='logging print extended-timestamp (0|1)'>
<params>
- <param name='logging' doc='Configure log message to this terminal' />
+ <param name='logging' doc='Configure logging' />
<param name='print' doc='Log output settings' />
<param name='extended-timestamp' doc='Configure log message timestamping' />
<param name='0' doc='Don&apos;t prefix each log message' />
@@ -876,16 +904,44 @@
</command>
<command id='logging print category (0|1)'>
<params>
- <param name='logging' doc='Configure log message to this terminal' />
+ <param name='logging' doc='Configure logging' />
<param name='print' doc='Log output settings' />
<param name='category' doc='Configure log message' />
<param name='0' doc='Don&apos;t prefix each log message' />
<param name='1' doc='Prefix each log message with category/subsystem name' />
</params>
</command>
- <command id='logging level (all|main|db|auc|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp) (everything|debug|info|notice|error|fatal)'>
+ <command id='logging print category-hex (0|1)'>
+ <params>
+ <param name='logging' doc='Configure logging' />
+ <param name='print' doc='Log output settings' />
+ <param name='category-hex' doc='Configure log message' />
+ <param name='0' doc='Don&apos;t prefix each log message' />
+ <param name='1' doc='Prefix each log message with category/subsystem nr in hex (&apos;&lt;000b&gt;&apos;)' />
+ </params>
+ </command>
+ <command id='logging print level (0|1)'>
+ <params>
+ <param name='logging' doc='Configure logging' />
+ <param name='print' doc='Log output settings' />
+ <param name='level' doc='Configure log message' />
+ <param name='0' doc='Don&apos;t prefix each log message' />
+ <param name='1' doc='Prefix each log message with the log level name' />
+ </params>
+ </command>
+ <command id='logging print file (0|1|basename)'>
<params>
- <param name='logging' doc='Configure log message to this terminal' />
+ <param name='logging' doc='Configure logging' />
+ <param name='print' doc='Log output settings' />
+ <param name='file' doc='Configure log message' />
+ <param name='0' doc='Don&apos;t prefix each log message' />
+ <param name='1' doc='Prefix each log message with the source file and line' />
+ <param name='basename' doc='Prefix each log message with the source file&apos;s basename (strip leading paths) and line' />
+ </params>
+ </command>
+ <command id='logging level (all|main|db|auc|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf) (everything|debug|info|notice|error|fatal)'>
+ <params>
+ <param name='logging' doc='Configure logging' />
<param name='level' doc='Set the log level for a specified category' />
<param name='all' doc='Global setting for all subsystems' />
<param name='main' doc='Main Program' />
@@ -908,6 +964,7 @@
<param name='lsua' doc='libosmo-sigtran SCCP User Adaptation' />
<param name='lm3ua' doc='libosmo-sigtran MTP3 User Adaptation' />
<param name='lmgcp' doc='libosmo-mgcp Media Gateway Control Protocol' />
+ <param name='ljibuf' doc='libosmo-netif Jitter Buffer' />
<param name='everything' doc='Don&apos;t use. It doesn&apos;t log anything' />
<param name='debug' doc='Log debug messages and higher levels' />
<param name='info' doc='Log informational messages and higher levels' />
@@ -918,55 +975,7 @@
</command>
</node>
<node id='config-line'>
- <command id='help'>
- <params>
- <param name='help' doc='Description of the interactive help system' />
- </params>
- </command>
- <command id='list'>
- <params>
- <param name='list' doc='Print command list' />
- </params>
- </command>
- <command id='write terminal'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='terminal' doc='Write to terminal' />
- </params>
- </command>
- <command id='write file'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='file' doc='Write to configuration file' />
- </params>
- </command>
- <command id='write memory'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='memory' doc='Write configuration to the file (same as write file)' />
- </params>
- </command>
- <command id='write'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- </params>
- </command>
- <command id='show running-config'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='running-config' doc='running configuration' />
- </params>
- </command>
- <command id='exit'>
- <params>
- <param name='exit' doc='Exit current mode and down to previous mode' />
- </params>
- </command>
- <command id='end'>
- <params>
- <param name='end' doc='End current mode and change to enable mode.' />
- </params>
- </command>
+ <name>config-line</name>
<command id='login'>
<params>
<param name='login' doc='Enable password checking' />
@@ -986,55 +995,7 @@
</command>
</node>
<node id='config-ctrl'>
- <command id='help'>
- <params>
- <param name='help' doc='Description of the interactive help system' />
- </params>
- </command>
- <command id='list'>
- <params>
- <param name='list' doc='Print command list' />
- </params>
- </command>
- <command id='write terminal'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='terminal' doc='Write to terminal' />
- </params>
- </command>
- <command id='write file'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='file' doc='Write to configuration file' />
- </params>
- </command>
- <command id='write memory'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='memory' doc='Write configuration to the file (same as write file)' />
- </params>
- </command>
- <command id='write'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- </params>
- </command>
- <command id='show running-config'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='running-config' doc='running configuration' />
- </params>
- </command>
- <command id='exit'>
- <params>
- <param name='exit' doc='Exit current mode and down to previous mode' />
- </params>
- </command>
- <command id='end'>
- <params>
- <param name='end' doc='End current mode and change to enable mode.' />
- </params>
- </command>
+ <name>config-ctrl</name>
<command id='bind A.B.C.D'>
<params>
<param name='bind' doc='Set bind address to listen for Control connections' />
@@ -1043,55 +1004,7 @@
</command>
</node>
<node id='config-hlr'>
- <command id='help'>
- <params>
- <param name='help' doc='Description of the interactive help system' />
- </params>
- </command>
- <command id='list'>
- <params>
- <param name='list' doc='Print command list' />
- </params>
- </command>
- <command id='write terminal'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='terminal' doc='Write to terminal' />
- </params>
- </command>
- <command id='write file'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='file' doc='Write to configuration file' />
- </params>
- </command>
- <command id='write memory'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='memory' doc='Write configuration to the file (same as write file)' />
- </params>
- </command>
- <command id='write'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- </params>
- </command>
- <command id='show running-config'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='running-config' doc='running configuration' />
- </params>
- </command>
- <command id='exit'>
- <params>
- <param name='exit' doc='Exit current mode and down to previous mode' />
- </params>
- </command>
- <command id='end'>
- <params>
- <param name='end' doc='End current mode and change to enable mode.' />
- </params>
- </command>
+ <name>config-hlr</name>
<command id='gsup'>
<params>
<param name='gsup' doc='Configure GSUP options' />
@@ -1099,55 +1012,7 @@
</command>
</node>
<node id='config-hlr-gsup'>
- <command id='help'>
- <params>
- <param name='help' doc='Description of the interactive help system' />
- </params>
- </command>
- <command id='list'>
- <params>
- <param name='list' doc='Print command list' />
- </params>
- </command>
- <command id='write terminal'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='terminal' doc='Write to terminal' />
- </params>
- </command>
- <command id='write file'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='file' doc='Write to configuration file' />
- </params>
- </command>
- <command id='write memory'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='memory' doc='Write configuration to the file (same as write file)' />
- </params>
- </command>
- <command id='write'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- </params>
- </command>
- <command id='show running-config'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='running-config' doc='running configuration' />
- </params>
- </command>
- <command id='exit'>
- <params>
- <param name='exit' doc='Exit current mode and down to previous mode' />
- </params>
- </command>
- <command id='end'>
- <params>
- <param name='end' doc='End current mode and change to enable mode.' />
- </params>
- </command>
+ <name>config-hlr-gsup</name>
<command id='bind ip A.B.C.D'>
<params>
<param name='bind' doc='Listen/Bind related socket option' />