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/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ggsn/+/14358
Change subject: ggsn_vty_reference.xml: Update from last code changes
......................................................................
ggsn_vty_reference.xml: Update from last code changes
Change-Id: I5de2e5223e4532bbbec77b928fbdecb57ef2bca7
---
M doc/manuals/vty/ggsn_vty_reference.xml
1 file changed, 52 insertions(+), 11 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ggsn refs/changes/58/14358/1
diff --git a/doc/manuals/vty/ggsn_vty_reference.xml b/doc/manuals/vty/ggsn_vty_reference.xml
index 7460026..a226f8f 100644
--- a/doc/manuals/vty/ggsn_vty_reference.xml
+++ b/doc/manuals/vty/ggsn_vty_reference.xml
@@ -187,7 +187,7 @@
<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 (ip|tun|ggsn|sgsn|icmp6|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf) (debug|info|notice|error|fatal)'>
+ <command id='logging level (ip|tun|ggsn|sgsn|icmp6|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf|lrspro) (debug|info|notice|error|fatal)'>
<params>
<param name='logging' doc='Configure logging' />
<param name='level' doc='Set the log level for a specified category' />
@@ -214,6 +214,7 @@
<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='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' />
@@ -332,14 +333,22 @@
<param name='rate-counters' doc='Show all rate counters' />
</params>
</command>
- <command id='show pdp-context ggsn NAME [apn APN]'>
+ <command id='show pdp-context ggsn NAME'>
<params>
<param name='show' doc='Show running system information' />
<param name='pdp-context' doc='Show PDP Context Information' />
<param name='ggsn' doc='Gateway GPRS Support NODE (GGSN)' />
<param name='NAME' doc='GGSN Name' />
- <param name='[apn' doc='(null)' />
- <param name='APN]' doc='(null)' />
+ </params>
+ </command>
+ <command id='show pdp-context ggsn NAME apn APN'>
+ <params>
+ <param name='show' doc='Show running system information' />
+ <param name='pdp-context' doc='Show PDP Context Information' />
+ <param name='ggsn' doc='Gateway GPRS Support NODE (GGSN)' />
+ <param name='NAME' doc='GGSN Name' />
+ <param name='apn' doc='Filter by APN' />
+ <param name='APN' doc='APN name' />
</params>
</command>
<command id='show pdp-context imsi IMSI [<0-15>]'>
@@ -351,6 +360,16 @@
<param name='[<0-15>]' doc='(null)' />
</params>
</command>
+ <command id='show pdp-context ggsn NAME ipv4 A.B.C.D'>
+ <params>
+ <param name='show' doc='Show running system information' />
+ <param name='pdp-context' doc='Display information on PDP Context' />
+ <param name='ggsn' doc='Gateway GPRS Support NODE (GGSN)' />
+ <param name='NAME' doc='GGSN Name' />
+ <param name='ipv4' doc='IPv4 address type' />
+ <param name='A.B.C.D' doc='IP address' />
+ </params>
+ </command>
<command id='show ggsn [NAME]'>
<params>
<param name='show' doc='Show running system information' />
@@ -526,7 +545,7 @@
<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 (ip|tun|ggsn|sgsn|icmp6|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf) (debug|info|notice|error|fatal)'>
+ <command id='logging level (ip|tun|ggsn|sgsn|icmp6|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf|lrspro) (debug|info|notice|error|fatal)'>
<params>
<param name='logging' doc='Configure logging' />
<param name='level' doc='Set the log level for a specified category' />
@@ -553,6 +572,7 @@
<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='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' />
@@ -671,14 +691,22 @@
<param name='rate-counters' doc='Show all rate counters' />
</params>
</command>
- <command id='show pdp-context ggsn NAME [apn APN]'>
+ <command id='show pdp-context ggsn NAME'>
<params>
<param name='show' doc='Show running system information' />
<param name='pdp-context' doc='Show PDP Context Information' />
<param name='ggsn' doc='Gateway GPRS Support NODE (GGSN)' />
<param name='NAME' doc='GGSN Name' />
- <param name='[apn' doc='(null)' />
- <param name='APN]' doc='(null)' />
+ </params>
+ </command>
+ <command id='show pdp-context ggsn NAME apn APN'>
+ <params>
+ <param name='show' doc='Show running system information' />
+ <param name='pdp-context' doc='Show PDP Context Information' />
+ <param name='ggsn' doc='Gateway GPRS Support NODE (GGSN)' />
+ <param name='NAME' doc='GGSN Name' />
+ <param name='apn' doc='Filter by APN' />
+ <param name='APN' doc='APN name' />
</params>
</command>
<command id='show pdp-context imsi IMSI [<0-15>]'>
@@ -690,6 +718,16 @@
<param name='[<0-15>]' doc='(null)' />
</params>
</command>
+ <command id='show pdp-context ggsn NAME ipv4 A.B.C.D'>
+ <params>
+ <param name='show' doc='Show running system information' />
+ <param name='pdp-context' doc='Display information on PDP Context' />
+ <param name='ggsn' doc='Gateway GPRS Support NODE (GGSN)' />
+ <param name='NAME' doc='GGSN Name' />
+ <param name='ipv4' doc='IPv4 address type' />
+ <param name='A.B.C.D' doc='IP address' />
+ </params>
+ </command>
<command id='show ggsn [NAME]'>
<params>
<param name='show' doc='Show running system information' />
@@ -821,7 +859,8 @@
<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' />
+ <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'>
@@ -1020,7 +1059,7 @@
<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 (ip|tun|ggsn|sgsn|icmp6|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf) (debug|info|notice|error|fatal)'>
+ <command id='logging level (ip|tun|ggsn|sgsn|icmp6|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf|lrspro) (debug|info|notice|error|fatal)'>
<params>
<param name='logging' doc='Configure logging' />
<param name='level' doc='Set the log level for a specified category' />
@@ -1047,6 +1086,7 @@
<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='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' />
@@ -1169,10 +1209,11 @@
<param name='login' doc='Enable password checking' />
</params>
</command>
- <command id='bind A.B.C.D'>
+ <command id='bind A.B.C.D [<0-65535>]'>
<params>
<param name='bind' doc='Accept VTY telnet connections on local interface' />
<param name='A.B.C.D' doc='Local interface IP address (default: 127.0.0.1)' />
+ <param name='[<0-65535>]' doc='Local TCP port number' />
</params>
</command>
</node>
--
To view, visit https://gerrit.osmocom.org/c/osmo-ggsn/+/14358
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: I5de2e5223e4532bbbec77b928fbdecb57ef2bca7
Gerrit-Change-Number: 14358
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190603/7b675ede/attachment.htm>