Change in osmo-smlc[master]: update vty reference XML

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Oct 21 18:22:46 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-smlc/+/20829 )


Change subject: update vty reference XML
......................................................................

update vty reference XML

Change-Id: Ifae832b399fb905892cab36f6d4fa7704a2541f0
---
M doc/manuals/vty/smlc_vty_reference.xml
1 file changed, 937 insertions(+), 5 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-smlc refs/changes/29/20829/1

diff --git a/doc/manuals/vty/smlc_vty_reference.xml b/doc/manuals/vty/smlc_vty_reference.xml
index 61a1879..9c90e2f 100644
--- a/doc/manuals/vty/smlc_vty_reference.xml
+++ b/doc/manuals/vty/smlc_vty_reference.xml
@@ -7,9 +7,25 @@
         <param name='help' doc='Description of the interactive help system' />
       </params>
     </command>
-    <command id='list'>
+    <command id='list [with-flags]'>
       <params>
         <param name='list' doc='Print command list' />
+        <param name='[with-flags]' doc='Also print the VTY attribute flags' />
+      </params>
+    </command>
+    <command id='show vty-attributes'>
+      <params>
+        <param name='show' doc='Show running system information' />
+        <param name='vty-attributes' doc='List of VTY attributes' />
+      </params>
+    </command>
+    <command id='show vty-attributes (application|library|global)'>
+      <params>
+        <param name='show' doc='Show running system information' />
+        <param name='vty-attributes' doc='List of VTY attributes' />
+        <param name='application' doc='Application specific attributes only' />
+        <param name='library' doc='Library specific attributes only' />
+        <param name='global' doc='Global attributes only' />
       </params>
     </command>
     <command id='write terminal'>
@@ -97,6 +113,255 @@
         <param name='history' doc='Display the session command history' />
       </params>
     </command>
+    <command id='logging enable'>
+      <params>
+        <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 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 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' />
+        <param name='1' doc='Bypass filter and print all messages' />
+      </params>
+    </command>
+    <command id='logging color (0|1)'>
+      <params>
+        <param name='logging' doc='Configure logging' />
+        <param name='color' doc='Configure color-printing for log messages' />
+        <param name='0' doc='Don't use color for printing messages' />
+        <param name='1' doc='Use color for printing messages' />
+      </params>
+    </command>
+    <command id='logging timestamp (0|1)'>
+      <params>
+        <param name='logging' doc='Configure logging' />
+        <param name='timestamp' doc='Configure log message timestamping' />
+        <param name='0' doc='Don't prefix each log message' />
+        <param name='1' doc='Prefix each log message with current timestamp' />
+      </params>
+    </command>
+    <command id='logging print extended-timestamp (0|1)'>
+      <params>
+        <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't prefix each log message' />
+        <param name='1' doc='Prefix each log message with current timestamp with YYYYMMDDhhmmssnnn' />
+      </params>
+    </command>
+    <command id='logging print category (0|1)'>
+      <params>
+        <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'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't prefix each log message' />
+        <param name='1' doc='Prefix each log message with category/subsystem nr in hex ('<000b>')' />
+      </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'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) [last]'>
+      <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'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's basename (strip leading paths) and line' />
+        <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.' />
+      </params>
+    </command>
+    <command id='logging set-log-mask MASK'>
+      <params>
+        <param name='logging' doc='Configure logging' />
+        <param name='set-log-mask' doc='Set the logmask of this logging target' />
+        <param name='MASK' doc='List of logging categories to log, e.g. 'abc:mno:xyz'. Available log categories depend on the specific application, refer to the 'logging level' command. Optionally add individual log levels like 'abc,1:mno,3:xyz,5', 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 level (smlc|ref|lb|lcs|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf|lrspro|lns) (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='smlc' doc='Serving Mobile Location Center' />
+        <param name='ref' doc='Reference Counting' />
+        <param name='lb' doc='Lb interface' />
+        <param name='lcs' doc='Location Services' />
+        <param name='lglobal' doc='Library-internal global log family' />
+        <param name='llapd' doc='LAPD in libosmogsm' />
+        <param name='linp' doc='A-bis Intput Subsystem' />
+        <param name='lmux' doc='A-bis B-Subchannel TRAU Frame Multiplex' />
+        <param name='lmi' doc='A-bis Input Driver for Signalling' />
+        <param name='lmib' doc='A-bis Input Driver for B-Channels (voice)' />
+        <param name='lsms' doc='Layer3 Short Message Service (SMS)' />
+        <param name='lctrl' doc='Control Interface' />
+        <param name='lgtp' doc='GPRS GTP library' />
+        <param name='lstats' doc='Statistics messages and logging' />
+        <param name='lgsup' doc='Generic Subscriber Update Protocol' />
+        <param name='loap' doc='Osmocom Authentication Protocol' />
+        <param name='lss7' doc='libosmo-sigtran Signalling System 7' />
+        <param name='lsccp' doc='libosmo-sigtran SCCP Implementation' />
+        <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='lrspro' doc='Remote SIM protocol' />
+        <param name='lns' doc='GPRS NS layer' />
+        <param name='debug' doc='Log debug messages and higher levels' />
+        <param name='info' doc='Log informational messages and higher levels' />
+        <param name='notice' doc='Log noticeable messages and higher levels' />
+        <param name='error' doc='Log error messages and higher levels' />
+        <param name='fatal' doc='Log only fatal messages' />
+      </params>
+    </command>
+    <command id='logging level set-all (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='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.' />
+        <param name='debug' doc='Log debug messages and higher levels' />
+        <param name='info' doc='Log informational messages and higher levels' />
+        <param name='notice' doc='Log noticeable messages and higher levels' />
+        <param name='error' doc='Log error messages and higher levels' />
+        <param name='fatal' doc='Log only fatal messages' />
+      </params>
+    </command>
+    <command id='logging level force-all (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='force-all' doc='Globally force all logging categories to a specific level. This is released by the 'no logging level force-all' command. Note: any 'logging level <category> <level>' commands will have no visible effect after this, until the forced level is released.' />
+        <param name='debug' doc='Log debug messages and higher levels' />
+        <param name='info' doc='Log informational messages and higher levels' />
+        <param name='notice' doc='Log noticeable messages and higher levels' />
+        <param name='error' doc='Log error messages and higher levels' />
+        <param name='fatal' doc='Log only fatal messages' />
+      </params>
+    </command>
+    <command id='no logging level force-all'>
+      <params>
+        <param name='no' doc='Negate a command or set its defaults' />
+        <param name='logging' doc='Configure logging' />
+        <param name='level' doc='Set the log level for a specified category' />
+        <param name='force-all' doc='Release any globally forced log level set with 'logging level force-all <level>'' />
+      </params>
+    </command>
+    <command id='logp (smlc|ref|lb|lcs|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf|lrspro|lns) (debug|info|notice|error|fatal) .LOGMESSAGE'>
+      <params>
+        <param name='logp' doc='Print a message on all log outputs; useful for placing markers in test logs' />
+        <param name='smlc' doc='Serving Mobile Location Center' />
+        <param name='ref' doc='Reference Counting' />
+        <param name='lb' doc='Lb interface' />
+        <param name='lcs' doc='Location Services' />
+        <param name='lglobal' doc='Library-internal global log family' />
+        <param name='llapd' doc='LAPD in libosmogsm' />
+        <param name='linp' doc='A-bis Intput Subsystem' />
+        <param name='lmux' doc='A-bis B-Subchannel TRAU Frame Multiplex' />
+        <param name='lmi' doc='A-bis Input Driver for Signalling' />
+        <param name='lmib' doc='A-bis Input Driver for B-Channels (voice)' />
+        <param name='lsms' doc='Layer3 Short Message Service (SMS)' />
+        <param name='lctrl' doc='Control Interface' />
+        <param name='lgtp' doc='GPRS GTP library' />
+        <param name='lstats' doc='Statistics messages and logging' />
+        <param name='lgsup' doc='Generic Subscriber Update Protocol' />
+        <param name='loap' doc='Osmocom Authentication Protocol' />
+        <param name='lss7' doc='libosmo-sigtran Signalling System 7' />
+        <param name='lsccp' doc='libosmo-sigtran SCCP Implementation' />
+        <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='lrspro' doc='Remote SIM protocol' />
+        <param name='lns' doc='GPRS NS layer' />
+        <param name='debug' doc='Log debug messages and higher levels' />
+        <param name='info' doc='Log informational messages and higher levels' />
+        <param name='notice' doc='Log noticeable messages and higher levels' />
+        <param name='error' doc='Log error messages and higher levels' />
+        <param name='fatal' doc='Log only fatal messages' />
+        <param name='.LOGMESSAGE' doc='Arbitrary message to log on given category and log level' />
+      </params>
+    </command>
+    <command id='show logging vty'>
+      <params>
+        <param name='show' doc='Show running system information' />
+        <param name='logging' doc='Show current logging configuration' />
+        <param name='vty' doc='Show current logging configuration for this vty' />
+      </params>
+    </command>
+    <command id='show alarms'>
+      <params>
+        <param name='show' doc='Show running system information' />
+        <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'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'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'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='show cells'>
+      <params>
+        <param name='show' doc='Show running system information' />
+        <param name='cells' doc='Show configured cell locations' />
+      </params>
+    </command>
     <command id='show cs7 instance <0-15> users'>
       <params>
         <param name='show' doc='Show running system information' />
@@ -273,6 +538,255 @@
         <param name='monitor' doc='Copy debug output to the current terminal line' />
       </params>
     </command>
+    <command id='logging enable'>
+      <params>
+        <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 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 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' />
+        <param name='1' doc='Bypass filter and print all messages' />
+      </params>
+    </command>
+    <command id='logging color (0|1)'>
+      <params>
+        <param name='logging' doc='Configure logging' />
+        <param name='color' doc='Configure color-printing for log messages' />
+        <param name='0' doc='Don't use color for printing messages' />
+        <param name='1' doc='Use color for printing messages' />
+      </params>
+    </command>
+    <command id='logging timestamp (0|1)'>
+      <params>
+        <param name='logging' doc='Configure logging' />
+        <param name='timestamp' doc='Configure log message timestamping' />
+        <param name='0' doc='Don't prefix each log message' />
+        <param name='1' doc='Prefix each log message with current timestamp' />
+      </params>
+    </command>
+    <command id='logging print extended-timestamp (0|1)'>
+      <params>
+        <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't prefix each log message' />
+        <param name='1' doc='Prefix each log message with current timestamp with YYYYMMDDhhmmssnnn' />
+      </params>
+    </command>
+    <command id='logging print category (0|1)'>
+      <params>
+        <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'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't prefix each log message' />
+        <param name='1' doc='Prefix each log message with category/subsystem nr in hex ('<000b>')' />
+      </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'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) [last]'>
+      <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'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's basename (strip leading paths) and line' />
+        <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.' />
+      </params>
+    </command>
+    <command id='logging set-log-mask MASK'>
+      <params>
+        <param name='logging' doc='Configure logging' />
+        <param name='set-log-mask' doc='Set the logmask of this logging target' />
+        <param name='MASK' doc='List of logging categories to log, e.g. 'abc:mno:xyz'. Available log categories depend on the specific application, refer to the 'logging level' command. Optionally add individual log levels like 'abc,1:mno,3:xyz,5', 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 level (smlc|ref|lb|lcs|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf|lrspro|lns) (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='smlc' doc='Serving Mobile Location Center' />
+        <param name='ref' doc='Reference Counting' />
+        <param name='lb' doc='Lb interface' />
+        <param name='lcs' doc='Location Services' />
+        <param name='lglobal' doc='Library-internal global log family' />
+        <param name='llapd' doc='LAPD in libosmogsm' />
+        <param name='linp' doc='A-bis Intput Subsystem' />
+        <param name='lmux' doc='A-bis B-Subchannel TRAU Frame Multiplex' />
+        <param name='lmi' doc='A-bis Input Driver for Signalling' />
+        <param name='lmib' doc='A-bis Input Driver for B-Channels (voice)' />
+        <param name='lsms' doc='Layer3 Short Message Service (SMS)' />
+        <param name='lctrl' doc='Control Interface' />
+        <param name='lgtp' doc='GPRS GTP library' />
+        <param name='lstats' doc='Statistics messages and logging' />
+        <param name='lgsup' doc='Generic Subscriber Update Protocol' />
+        <param name='loap' doc='Osmocom Authentication Protocol' />
+        <param name='lss7' doc='libosmo-sigtran Signalling System 7' />
+        <param name='lsccp' doc='libosmo-sigtran SCCP Implementation' />
+        <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='lrspro' doc='Remote SIM protocol' />
+        <param name='lns' doc='GPRS NS layer' />
+        <param name='debug' doc='Log debug messages and higher levels' />
+        <param name='info' doc='Log informational messages and higher levels' />
+        <param name='notice' doc='Log noticeable messages and higher levels' />
+        <param name='error' doc='Log error messages and higher levels' />
+        <param name='fatal' doc='Log only fatal messages' />
+      </params>
+    </command>
+    <command id='logging level set-all (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='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.' />
+        <param name='debug' doc='Log debug messages and higher levels' />
+        <param name='info' doc='Log informational messages and higher levels' />
+        <param name='notice' doc='Log noticeable messages and higher levels' />
+        <param name='error' doc='Log error messages and higher levels' />
+        <param name='fatal' doc='Log only fatal messages' />
+      </params>
+    </command>
+    <command id='logging level force-all (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='force-all' doc='Globally force all logging categories to a specific level. This is released by the 'no logging level force-all' command. Note: any 'logging level <category> <level>' commands will have no visible effect after this, until the forced level is released.' />
+        <param name='debug' doc='Log debug messages and higher levels' />
+        <param name='info' doc='Log informational messages and higher levels' />
+        <param name='notice' doc='Log noticeable messages and higher levels' />
+        <param name='error' doc='Log error messages and higher levels' />
+        <param name='fatal' doc='Log only fatal messages' />
+      </params>
+    </command>
+    <command id='no logging level force-all'>
+      <params>
+        <param name='no' doc='Negate a command or set its defaults' />
+        <param name='logging' doc='Configure logging' />
+        <param name='level' doc='Set the log level for a specified category' />
+        <param name='force-all' doc='Release any globally forced log level set with 'logging level force-all <level>'' />
+      </params>
+    </command>
+    <command id='logp (smlc|ref|lb|lcs|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf|lrspro|lns) (debug|info|notice|error|fatal) .LOGMESSAGE'>
+      <params>
+        <param name='logp' doc='Print a message on all log outputs; useful for placing markers in test logs' />
+        <param name='smlc' doc='Serving Mobile Location Center' />
+        <param name='ref' doc='Reference Counting' />
+        <param name='lb' doc='Lb interface' />
+        <param name='lcs' doc='Location Services' />
+        <param name='lglobal' doc='Library-internal global log family' />
+        <param name='llapd' doc='LAPD in libosmogsm' />
+        <param name='linp' doc='A-bis Intput Subsystem' />
+        <param name='lmux' doc='A-bis B-Subchannel TRAU Frame Multiplex' />
+        <param name='lmi' doc='A-bis Input Driver for Signalling' />
+        <param name='lmib' doc='A-bis Input Driver for B-Channels (voice)' />
+        <param name='lsms' doc='Layer3 Short Message Service (SMS)' />
+        <param name='lctrl' doc='Control Interface' />
+        <param name='lgtp' doc='GPRS GTP library' />
+        <param name='lstats' doc='Statistics messages and logging' />
+        <param name='lgsup' doc='Generic Subscriber Update Protocol' />
+        <param name='loap' doc='Osmocom Authentication Protocol' />
+        <param name='lss7' doc='libosmo-sigtran Signalling System 7' />
+        <param name='lsccp' doc='libosmo-sigtran SCCP Implementation' />
+        <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='lrspro' doc='Remote SIM protocol' />
+        <param name='lns' doc='GPRS NS layer' />
+        <param name='debug' doc='Log debug messages and higher levels' />
+        <param name='info' doc='Log informational messages and higher levels' />
+        <param name='notice' doc='Log noticeable messages and higher levels' />
+        <param name='error' doc='Log error messages and higher levels' />
+        <param name='fatal' doc='Log only fatal messages' />
+        <param name='.LOGMESSAGE' doc='Arbitrary message to log on given category and log level' />
+      </params>
+    </command>
+    <command id='show logging vty'>
+      <params>
+        <param name='show' doc='Show running system information' />
+        <param name='logging' doc='Show current logging configuration' />
+        <param name='vty' doc='Show current logging configuration for this vty' />
+      </params>
+    </command>
+    <command id='show alarms'>
+      <params>
+        <param name='show' doc='Show running system information' />
+        <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'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'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'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='show cells'>
+      <params>
+        <param name='show' doc='Show running system information' />
+        <param name='cells' doc='Show configured cell locations' />
+      </params>
+    </command>
     <command id='show cs7 instance <0-15> users'>
       <params>
         <param name='show' doc='Show running system information' />
@@ -487,12 +1001,115 @@
         <param name='history' doc='Display the session command history' />
       </params>
     </command>
+    <command id='log stderr [blocking-io]'>
+      <params>
+        <param name='log' doc='Configure logging sub-system' />
+        <param name='stderr' doc='Logging via STDERR of the process' />
+        <param name='[blocking-io]' doc='Use blocking, synchronous I/O' />
+      </params>
+    </command>
+    <command id='no log stderr'>
+      <params>
+        <param name='no' doc='Negate a command or set its defaults' />
+        <param name='log' doc='Configure logging sub-system' />
+        <param name='stderr' doc='Logging via STDERR of the process' />
+      </params>
+    </command>
+    <command id='log file FILENAME [blocking-io]'>
+      <params>
+        <param name='log' doc='Configure logging sub-system' />
+        <param name='file' doc='Logging to text file' />
+        <param name='FILENAME' doc='Filename' />
+        <param name='[blocking-io]' doc='Use blocking, synchronous I/O' />
+      </params>
+    </command>
+    <command id='no log file FILENAME'>
+      <params>
+        <param name='no' doc='Negate a command or set its defaults' />
+        <param name='log' doc='Configure logging sub-system' />
+        <param name='file' doc='Logging to text file' />
+        <param name='FILENAME' doc='Filename' />
+      </params>
+    </command>
+    <command id='log alarms <2-32700>'>
+      <params>
+        <param name='log' doc='Configure logging sub-system' />
+        <param name='alarms' doc='Logging alarms to osmo_strrb' />
+        <param name='<2-32700>' doc='Maximum number of messages to log' />
+      </params>
+    </command>
+    <command id='no log alarms'>
+      <params>
+        <param name='no' doc='Negate a command or set its defaults' />
+        <param name='log' doc='Configure logging sub-system' />
+        <param name='alarms' doc='Logging alarms to osmo_strrb' />
+      </params>
+    </command>
+    <command id='log syslog (authpriv|cron|daemon|ftp|lpr|mail|news|user|uucp)'>
+      <params>
+        <param name='log' doc='Configure logging sub-system' />
+        <param name='syslog' doc='Logging via syslog' />
+        <param name='authpriv' doc='Security/authorization messages facility' />
+        <param name='cron' doc='Clock daemon (cron/at) facility' />
+        <param name='daemon' doc='General system daemon facility' />
+        <param name='ftp' doc='Ftp daemon facility' />
+        <param name='lpr' doc='Line printer facility' />
+        <param name='mail' doc='Mail facility' />
+        <param name='news' doc='News facility' />
+        <param name='user' doc='Generic facility' />
+        <param name='uucp' doc='UUCP facility' />
+      </params>
+    </command>
+    <command id='log syslog local <0-7>'>
+      <params>
+        <param name='log' doc='Configure logging sub-system' />
+        <param name='syslog' doc='Logging via syslog' />
+        <param name='local' doc='Syslog LOCAL facility' />
+        <param name='<0-7>' doc='Local facility number' />
+      </params>
+    </command>
+    <command id='no log syslog'>
+      <params>
+        <param name='no' doc='Negate a command or set its defaults' />
+        <param name='log' doc='Configure logging sub-system' />
+        <param name='syslog' doc='Logging via syslog' />
+      </params>
+    </command>
+    <command id='log systemd-journal [raw]'>
+      <params>
+        <param name='log' doc='Configure logging sub-system' />
+        <param name='systemd-journal' doc='Logging to systemd-journal' />
+        <param name='[raw]' doc='Offload rendering of the meta information (location, category) to systemd' />
+      </params>
+    </command>
+    <command id='no log systemd-journal'>
+      <params>
+        <param name='no' doc='Negate a command or set its defaults' />
+        <param name='log' doc='Configure logging sub-system' />
+        <param name='systemd-journal' doc='Logging to systemd-journal' />
+      </params>
+    </command>
+    <command id='log gsmtap [HOSTNAME]'>
+      <params>
+        <param name='log' doc='Configure logging sub-system' />
+        <param name='gsmtap' doc='Logging via GSMTAP' />
+        <param name='[HOSTNAME]' doc='Host name to send the GSMTAP logging to (UDP port 4729)' />
+      </params>
+    </command>
     <command id='ctrl'>
       <params>
         <param name='ctrl' doc='Configure the Control Interface' />
       </params>
     </command>
+    <command id='cells'>
+      <params>
+        <param name='cells' doc='Configure cell locations' />
+      </params>
+    </command>
     <command id='cs7 instance <0-15>'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='cs7' doc='ITU-T Signaling System 7' />
         <param name='instance' doc='Configure a SS7 Instance' />
@@ -500,6 +1117,148 @@
       </params>
     </command>
   </node>
+  <node id='config-log'>
+    <name>config-log</name>
+    <command id='logging filter all (0|1)'>
+      <params>
+        <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' />
+        <param name='1' doc='Bypass filter and print all messages' />
+      </params>
+    </command>
+    <command id='logging color (0|1)'>
+      <params>
+        <param name='logging' doc='Configure logging' />
+        <param name='color' doc='Configure color-printing for log messages' />
+        <param name='0' doc='Don't use color for printing messages' />
+        <param name='1' doc='Use color for printing messages' />
+      </params>
+    </command>
+    <command id='logging timestamp (0|1)'>
+      <params>
+        <param name='logging' doc='Configure logging' />
+        <param name='timestamp' doc='Configure log message timestamping' />
+        <param name='0' doc='Don't prefix each log message' />
+        <param name='1' doc='Prefix each log message with current timestamp' />
+      </params>
+    </command>
+    <command id='logging print extended-timestamp (0|1)'>
+      <params>
+        <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't prefix each log message' />
+        <param name='1' doc='Prefix each log message with current timestamp with YYYYMMDDhhmmssnnn' />
+      </params>
+    </command>
+    <command id='logging print category (0|1)'>
+      <params>
+        <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'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't prefix each log message' />
+        <param name='1' doc='Prefix each log message with category/subsystem nr in hex ('<000b>')' />
+      </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'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) [last]'>
+      <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'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's basename (strip leading paths) and line' />
+        <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.' />
+      </params>
+    </command>
+    <command id='logging level (smlc|ref|lb|lcs|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf|lrspro|lns) (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='smlc' doc='Serving Mobile Location Center' />
+        <param name='ref' doc='Reference Counting' />
+        <param name='lb' doc='Lb interface' />
+        <param name='lcs' doc='Location Services' />
+        <param name='lglobal' doc='Library-internal global log family' />
+        <param name='llapd' doc='LAPD in libosmogsm' />
+        <param name='linp' doc='A-bis Intput Subsystem' />
+        <param name='lmux' doc='A-bis B-Subchannel TRAU Frame Multiplex' />
+        <param name='lmi' doc='A-bis Input Driver for Signalling' />
+        <param name='lmib' doc='A-bis Input Driver for B-Channels (voice)' />
+        <param name='lsms' doc='Layer3 Short Message Service (SMS)' />
+        <param name='lctrl' doc='Control Interface' />
+        <param name='lgtp' doc='GPRS GTP library' />
+        <param name='lstats' doc='Statistics messages and logging' />
+        <param name='lgsup' doc='Generic Subscriber Update Protocol' />
+        <param name='loap' doc='Osmocom Authentication Protocol' />
+        <param name='lss7' doc='libosmo-sigtran Signalling System 7' />
+        <param name='lsccp' doc='libosmo-sigtran SCCP Implementation' />
+        <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='lrspro' doc='Remote SIM protocol' />
+        <param name='lns' doc='GPRS NS layer' />
+        <param name='debug' doc='Log debug messages and higher levels' />
+        <param name='info' doc='Log informational messages and higher levels' />
+        <param name='notice' doc='Log noticeable messages and higher levels' />
+        <param name='error' doc='Log error messages and higher levels' />
+        <param name='fatal' doc='Log only fatal messages' />
+      </params>
+    </command>
+    <command id='logging level set-all (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='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.' />
+        <param name='debug' doc='Log debug messages and higher levels' />
+        <param name='info' doc='Log informational messages and higher levels' />
+        <param name='notice' doc='Log noticeable messages and higher levels' />
+        <param name='error' doc='Log error messages and higher levels' />
+        <param name='fatal' doc='Log only fatal messages' />
+      </params>
+    </command>
+    <command id='logging level force-all (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='force-all' doc='Globally force all logging categories to a specific level. This is released by the 'no logging level force-all' command. Note: any 'logging level <category> <level>' commands will have no visible effect after this, until the forced level is released.' />
+        <param name='debug' doc='Log debug messages and higher levels' />
+        <param name='info' doc='Log informational messages and higher levels' />
+        <param name='notice' doc='Log noticeable messages and higher levels' />
+        <param name='error' doc='Log error messages and higher levels' />
+        <param name='fatal' doc='Log only fatal messages' />
+      </params>
+    </command>
+    <command id='no logging level force-all'>
+      <params>
+        <param name='no' doc='Negate a command or set its defaults' />
+        <param name='logging' doc='Configure logging' />
+        <param name='level' doc='Set the log level for a specified category' />
+        <param name='force-all' doc='Release any globally forced log level set with 'logging level force-all <level>'' />
+      </params>
+    </command>
+  </node>
   <node id='config-line'>
     <name>config-line</name>
     <command id='login'>
@@ -539,6 +1298,9 @@
       </params>
     </command>
     <command id='network-indicator (international | national | reserved | spare)'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='network-indicator' doc='Configure the Network Indicator' />
         <param name='international' doc='International Network' />
@@ -548,12 +1310,18 @@
       </params>
     </command>
     <command id='point-code POINT_CODE'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='point-code' doc='Configure the local Point Code' />
         <param name='POINT_CODE' doc='Point Code' />
       </params>
     </command>
     <command id='point-code format <1-24> [<1-23>] [<1-22>]'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='point-code' doc='Point Code' />
         <param name='format' doc='Configure Point Code Format' />
@@ -563,6 +1331,9 @@
       </params>
     </command>
     <command id='point-code format default'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='point-code' doc='Point Code' />
         <param name='format' doc='Configure Point Code Format' />
@@ -570,6 +1341,9 @@
       </params>
     </command>
     <command id='point-code delimiter (default|dash)'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='point-code' doc='Point Code' />
         <param name='delimiter' doc='Configure Point Code Delimiter' />
@@ -578,6 +1352,9 @@
       </params>
     </command>
     <command id='xua rkm routing-key-allocation (static-only|dynamic-permitted)'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='xua' doc='SIGTRAN xxxUA related' />
         <param name='rkm' doc='Routing Key Management' />
@@ -587,6 +1364,9 @@
       </params>
     </command>
     <command id='asp NAME <0-65535> <0-65535> (sua|m3ua|ipa)'>
+      <attributes scope='global'>
+        <attribute doc='This command applies on VTY node exit' flag='@' />
+      </attributes>
       <params>
         <param name='asp' doc='Configure Application Server Process' />
         <param name='NAME' doc='Name of ASP' />
@@ -598,6 +1378,9 @@
       </params>
     </command>
     <command id='no asp NAME'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='no' doc='Negate a command or set its defaults' />
         <param name='asp' doc='Disable Application Server Process' />
@@ -605,6 +1388,9 @@
       </params>
     </command>
     <command id='as NAME (sua|m3ua|ipa)'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='as' doc='Configure an Application Server' />
         <param name='NAME' doc='Name of the Application Server' />
@@ -614,6 +1400,9 @@
       </params>
     </command>
     <command id='no as NAME'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='no' doc='Negate a command or set its defaults' />
         <param name='as' doc='Disable Application Server' />
@@ -621,12 +1410,18 @@
       </params>
     </command>
     <command id='sccp-address NAME'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='sccp-address' doc='Create/Modify an SCCP addressbook entry' />
         <param name='NAME' doc='Name of the SCCP Address' />
       </params>
     </command>
     <command id='no sccp-address NAME'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='no' doc='Negate a command or set its defaults' />
         <param name='sccp-address' doc='Delete an SCCP addressbook entry' />
@@ -634,6 +1429,9 @@
       </params>
     </command>
     <command id='sccp-timer (conn_est|ias|iar|rel|repeat_rel|int|guard|reset|reassembly) <1-999999>'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='sccp-timer' doc='Configure SCCP timer values, see ITU-T Q.714' />
         <param name='conn_est' doc='Waiting for connection confirm message, 1 to 2 minutes (default: 60)' />
@@ -658,12 +1456,18 @@
       </params>
     </command>
     <command id='asp NAME'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='asp' doc='Specify that a given ASP is part of this AS' />
         <param name='NAME' doc='Name of ASP to be added to AS' />
       </params>
     </command>
     <command id='no asp NAME'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='no' doc='Negate a command or set its defaults' />
         <param name='asp' doc='Specify ASP to be removed from this AS' />
@@ -686,18 +1490,27 @@
       </params>
     </command>
     <command id='recovery-timeout <1-2000>'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='recovery-timeout' doc='Specifies the recovery timeout value in milliseconds' />
         <param name='<1-2000>' doc='Recovery Timeout in Milliseconds' />
       </params>
     </command>
     <command id='qos-class <0-255>'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='qos-class' doc='Specity QoS Class of AS' />
         <param name='<0-255>' doc='QoS Class of AS' />
       </params>
     </command>
     <command id='routing-key RCONTEXT DPC'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='routing-key' doc='Define a routing key' />
         <param name='RCONTEXT' doc='Routing context number' />
@@ -705,6 +1518,9 @@
       </params>
     </command>
     <command id='routing-key RCONTEXT DPC si (aal2|bicc|b-isup|h248|isup|sat-isup|sccp|tup)'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='routing-key' doc='Define a routing key' />
         <param name='RCONTEXT' doc='Routing context number' />
@@ -721,6 +1537,9 @@
       </params>
     </command>
     <command id='routing-key RCONTEXT DPC ssn SSN'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='routing-key' doc='Define a routing key' />
         <param name='RCONTEXT' doc='Routing context number' />
@@ -730,6 +1549,9 @@
       </params>
     </command>
     <command id='routing-key RCONTEXT DPC si (aal2|bicc|b-isup|h248|isup|sat-isup|sccp|tup) ssn SSN'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='routing-key' doc='Define a routing key' />
         <param name='RCONTEXT' doc='Routing context number' />
@@ -748,6 +1570,9 @@
       </params>
     </command>
     <command id='point-code override dpc PC'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='point-code' doc='Point Code Specific Features' />
         <param name='override' doc='Override (force) a point-code to hard-coded value' />
@@ -756,6 +1581,9 @@
       </params>
     </command>
     <command id='point-code override patch-sccp (disabled|both)'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='point-code' doc='Point Code Specific Features' />
         <param name='override' doc='Override (force) a point-code to hard-coded value' />
@@ -773,25 +1601,39 @@
         <param name='.TEXT' doc='Text until the end of the line' />
       </params>
     </command>
-    <command id='remote-ip A.B.C.D'>
+    <command id='remote-ip (A.B.C.D|X:X::X:X)'>
+      <attributes scope='global'>
+        <attribute doc='This command applies on VTY node exit' flag='@' />
+      </attributes>
       <params>
         <param name='remote-ip' doc='Specify Remote IP Address of ASP' />
-        <param name='A.B.C.D' doc='Remote IP Address of ASP' />
+        <param name='A.B.C.D' doc='Remote IPv4 Address of ASP' />
+        <param name='X:X::X:X' doc='Remote IPv6 Address of ASP' />
       </params>
     </command>
-    <command id='local-ip A.B.C.D'>
+    <command id='local-ip (A.B.C.D|X:X::X:X)'>
+      <attributes scope='global'>
+        <attribute doc='This command applies on VTY node exit' flag='@' />
+      </attributes>
       <params>
         <param name='local-ip' doc='Specify Local IP Address from which to contact ASP' />
-        <param name='A.B.C.D' doc='Local IP Address from which to contact of ASP' />
+        <param name='A.B.C.D' doc='Local IPv4 Address from which to contact of ASP' />
+        <param name='X:X::X:X' doc='Local IPv6 Address from which to contact of ASP' />
       </params>
     </command>
     <command id='qos-class <0-255>'>
+      <attributes scope='global'>
+        <attribute doc='This command applies on VTY node exit' flag='@' />
+      </attributes>
       <params>
         <param name='qos-class' doc='Specify QoS Class of ASP' />
         <param name='<0-255>' doc='QoS Class of ASP' />
       </params>
     </command>
     <command id='role (sg|asp|ipsp)'>
+      <attributes scope='global'>
+        <attribute doc='This command applies on VTY node exit' flag='@' />
+      </attributes>
       <params>
         <param name='role' doc='Specify the xUA role for this ASP' />
         <param name='sg' doc='SG (Signaling Gateway)' />
@@ -800,6 +1642,9 @@
       </params>
     </command>
     <command id='sctp-role (client|server)'>
+      <attributes scope='global'>
+        <attribute doc='This command applies on VTY node exit' flag='@' />
+      </attributes>
       <params>
         <param name='sctp-role' doc='Specify the SCTP role for this ASP' />
         <param name='client' doc='Operate as SCTP client; connect to a server' />
@@ -807,11 +1652,17 @@
       </params>
     </command>
     <command id='block'>
+      <attributes scope='global'>
+        <attribute doc='This command applies on VTY node exit' flag='@' />
+      </attributes>
       <params>
         <param name='block' doc='Allows a SCTP Association with ASP, but doesn't let it become active' />
       </params>
     </command>
     <command id='shutdown'>
+      <attributes scope='global'>
+        <attribute doc='This command applies on VTY node exit' flag='@' />
+      </attributes>
       <params>
         <param name='shutdown' doc='Terminates SCTP association; New associations will be rejected' />
       </params>
@@ -820,24 +1671,36 @@
   <node id='config-cs7-sccpaddr'>
     <name>config-cs7-sccpaddr</name>
     <command id='no point-code'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='no' doc='Negate a command or set its defaults' />
         <param name='point-code' doc='Remove point-code Number' />
       </params>
     </command>
     <command id='no subsystem-number'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='no' doc='Negate a command or set its defaults' />
         <param name='subsystem-number' doc='Remove Subsystem Number' />
       </params>
     </command>
     <command id='no global-title'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='no' doc='Negate a command or set its defaults' />
         <param name='global-title' doc='Remove Global Title' />
       </params>
     </command>
     <command id='routing-indicator (GT|PC|IP)'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='routing-indicator' doc='Add Routing Indicator' />
         <param name='GT' doc='by global-title' />
@@ -846,18 +1709,27 @@
       </params>
     </command>
     <command id='point-code POINT_CODE'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='point-code' doc='Add point-code Number' />
         <param name='POINT_CODE' doc='PC' />
       </params>
     </command>
     <command id='subsystem-number <0-4294967295>'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='subsystem-number' doc='Add Subsystem Number' />
         <param name='<0-4294967295>' doc='SSN' />
       </params>
     </command>
     <command id='global-title'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='global-title' doc='Add/Modify Global Title' />
       </params>
@@ -866,34 +1738,94 @@
   <node id='config-cs7-sccpaddr-gt'>
     <name>config-cs7-sccpaddr-gt</name>
     <command id='global-title-indicator <0-15>'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='global-title-indicator' doc='Set Global Title Indicator' />
         <param name='<0-15>' doc='GTI' />
       </params>
     </command>
     <command id='translation-type <0-255>'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='translation-type' doc='Set Global Title Translation Type' />
         <param name='<0-255>' doc='TT' />
       </params>
     </command>
     <command id='numbering-plan-indicator <0-15>'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='numbering-plan-indicator' doc='Set Global Title Numbering Plan Indicator' />
         <param name='<0-15>' doc='NPI' />
       </params>
     </command>
     <command id='nature-of-address-indicator <0-127>'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='nature-of-address-indicator' doc='Set Global Title Nature of Address Indicator' />
         <param name='<0-127>' doc='NAI' />
       </params>
     </command>
     <command id='digits DIGITS'>
+      <attributes scope='global'>
+        <attribute doc='This command applies immediately' flag='!' />
+      </attributes>
       <params>
         <param name='digits' doc='Set Global Title Digits' />
         <param name='DIGITS' doc='Number digits' />
       </params>
     </command>
   </node>
+  <node id='config-cells'>
+    <name>config-cells</name>
+    <command id='lac-ci <0-65535> <0-65535> lat LATITUDE lon LONGITUDE'>
+      <params>
+        <param name='lac-ci' doc='Cell location by LAC and CI' />
+        <param name='<0-65535>' doc='LAC' />
+        <param name='<0-65535>' doc='CI' />
+        <param name='lat' doc='Global latitute coordinate' />
+        <param name='LATITUDE' doc='Latitude floating-point number, -90.0 (S) to 90.0 (N)' />
+        <param name='lon' doc='Global longitude coordinate' />
+        <param name='LONGITUDE' doc='Longitude as floating-point number, -180.0 (W) to 180.0 (E)' />
+      </params>
+    </command>
+    <command id='no lac-ci <0-65535> <0-65535>'>
+      <params>
+        <param name='no' doc='Negate a command or set its defaults' />
+        <param name='lac-ci' doc='Remove Cell location by LAC and CI' />
+        <param name='<0-65535>' doc='LAC' />
+        <param name='<0-65535>' doc='CI' />
+      </params>
+    </command>
+    <command id='cgi <0-999> <0-999> <0-65535> <0-65535> lat LATITUDE lon LONGITUDE'>
+      <params>
+        <param name='cgi' doc='Cell location by Cell-Global ID' />
+        <param name='<0-999>' doc='MCC' />
+        <param name='<0-999>' doc='MNC' />
+        <param name='<0-65535>' doc='LAC' />
+        <param name='<0-65535>' doc='CI' />
+        <param name='lat' doc='Global latitute coordinate' />
+        <param name='LATITUDE' doc='Latitude floating-point number, -90.0 (S) to 90.0 (N)' />
+        <param name='lon' doc='Global longitude coordinate' />
+        <param name='LONGITUDE' doc='Longitude as floating-point number, -180.0 (W) to 180.0 (E)' />
+      </params>
+    </command>
+    <command id='no cgi <0-999> <0-999> <0-65535> <0-65535>'>
+      <params>
+        <param name='no' doc='Negate a command or set its defaults' />
+        <param name='cgi' doc='Remove Cell location by Cell-Global ID' />
+        <param name='<0-999>' doc='MCC' />
+        <param name='<0-999>' doc='MNC' />
+        <param name='<0-65535>' doc='LAC' />
+        <param name='<0-65535>' doc='CI' />
+      </params>
+    </command>
+  </node>
 </vtydoc>

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-smlc/+/20829
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-smlc
Gerrit-Branch: master
Gerrit-Change-Id: Ifae832b399fb905892cab36f6d4fa7704a2541f0
Gerrit-Change-Number: 20829
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201021/67781f0d/attachment.htm>


More information about the gerrit-log mailing list