Change in osmo-gsm-manuals[master]: mgw: Add new VTY reference

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/.

daniel gerrit-no-reply at lists.osmocom.org
Wed Aug 1 08:13:57 UTC 2018


daniel has submitted this change and it was merged. ( https://gerrit.osmocom.org/10278 )

Change subject: mgw: Add new VTY reference
......................................................................

mgw: Add new VTY reference

Change-Id: Ic8ca983f3358aae9362fb21ff3a111f9c4f3935b
---
M OsmoMGW/vty/mgw_vty_reference.xml
1 file changed, 15 insertions(+), 106 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/OsmoMGW/vty/mgw_vty_reference.xml b/OsmoMGW/vty/mgw_vty_reference.xml
index 5bb8e19..f11f484 100644
--- a/OsmoMGW/vty/mgw_vty_reference.xml
+++ b/OsmoMGW/vty/mgw_vty_reference.xml
@@ -85,12 +85,6 @@
         <param name='length' doc='Set number of lines on a screen' />
       </params>
     </command>
-    <command id='echo .MESSAGE'>
-      <params>
-        <param name='echo' doc='Echo a message back to the vty' />
-        <param name='.MESSAGE' doc='The message to echo' />
-      </params>
-    </command>
     <command id='who'>
       <params>
         <param name='who' doc='Display who is on vty' />
@@ -192,15 +186,6 @@
         <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 set log mask MASK'>
-      <params>
-        <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=''set log mask' is deprecated, please refer to the docs of 'set-log-mask' instead' />
-      </params>
-    </command>
     <command id='logging level (all|rtp|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' />
@@ -306,6 +291,12 @@
         <param name='counters' doc='Generate table of all registered counters' />
       </params>
     </command>
+    <command id='show rate-counters'>
+      <params>
+        <param name='show' doc='Show running system information' />
+        <param name='rate-counters' doc='Show all rate counters' />
+      </params>
+    </command>
     <command id='show mgcp [stats]'>
       <params>
         <param name='show' doc='Show running system information' />
@@ -366,12 +357,6 @@
         <param name='length' doc='Set number of lines on a screen' />
       </params>
     </command>
-    <command id='echo .MESSAGE'>
-      <params>
-        <param name='echo' doc='Echo a message back to the vty' />
-        <param name='.MESSAGE' doc='The message to echo' />
-      </params>
-    </command>
     <command id='who'>
       <params>
         <param name='who' doc='Display who is on vty' />
@@ -486,15 +471,6 @@
         <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 set log mask MASK'>
-      <params>
-        <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=''set log mask' is deprecated, please refer to the docs of 'set-log-mask' instead' />
-      </params>
-    </command>
     <command id='logging level (all|rtp|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' />
@@ -600,6 +576,12 @@
         <param name='counters' doc='Generate table of all registered counters' />
       </params>
     </command>
+    <command id='show rate-counters'>
+      <params>
+        <param name='show' doc='Show running system information' />
+        <param name='rate-counters' doc='Show all rate counters' />
+      </params>
+    </command>
     <command id='show mgcp [stats]'>
       <params>
         <param name='show' doc='Show running system information' />
@@ -1110,27 +1092,12 @@
         <param name='1' doc='Bind on startup' />
       </params>
     </command>
-    <command id='rtp net-range <0-65534> <0-65534>'>
-      <params>
-        <param name='rtp' doc='RTP configuration' />
-        <param name='net-range' doc='Range of ports to use for the NET side' />
-        <param name='<0-65534>' doc='Start of the range of ports' />
-        <param name='<0-65534>' doc='End of the range of ports' />
-      </params>
-    </command>
-    <command id='rtp port-range <0-65534> <0-65534>'>
+    <command id='rtp port-range <1024-65534> <1025-65535>'>
       <params>
         <param name='rtp' doc='RTP configuration' />
         <param name='port-range' doc='Range of ports to use for the NET side' />
-        <param name='<0-65534>' doc='Start of the range of ports' />
-        <param name='<0-65534>' doc='End of the range of ports' />
-      </params>
-    </command>
-    <command id='rtp net-bind-ip A.B.C.D'>
-      <params>
-        <param name='rtp' doc='RTP configuration' />
-        <param name='net-bind-ip' doc='Bind endpoints facing the Network' />
-        <param name='A.B.C.D' doc='Address to bind to' />
+        <param name='<1024-65534>' doc='Start of the range of ports' />
+        <param name='<1025-65535>' doc='End of the range of ports' />
       </params>
     </command>
     <command id='rtp bind-ip A.B.C.D'>
@@ -1140,13 +1107,6 @@
         <param name='A.B.C.D' doc='Address to bind to' />
       </params>
     </command>
-    <command id='no rtp net-bind-ip'>
-      <params>
-        <param name='no' doc='Negate a command or set its defaults' />
-        <param name='rtp' doc='RTP configuration' />
-        <param name='net-bind-ip' doc='Bind endpoints facing the Network' />
-      </params>
-    </command>
     <command id='no rtp bind-ip'>
       <params>
         <param name='no' doc='Negate a command or set its defaults' />
@@ -1174,13 +1134,6 @@
         <param name='<0-255>' doc='The DSCP value' />
       </params>
     </command>
-    <command id='rtp ip-tos <0-255>'>
-      <params>
-        <param name='rtp' doc='RTP configuration' />
-        <param name='ip-tos' doc='Apply IP_TOS to the audio stream' />
-        <param name='<0-255>' doc='The DSCP value' />
-      </params>
-    </command>
     <command id='rtp force-ptime (10|20|40)'>
       <params>
         <param name='rtp' doc='RTP configuration' />
@@ -1225,14 +1178,6 @@
         <param name='A.B.C.D' doc='IPv4 Address of the callagent' />
       </params>
     </command>
-    <command id='call agent ip A.B.C.D'>
-      <params>
-        <param name='call' doc='Callagent information' />
-        <param name='agent' doc='Callagent information' />
-        <param name='ip' doc='IP information' />
-        <param name='A.B.C.D' doc='IPv4 Address of the callagent' />
-      </params>
-    </command>
     <command id='sdp audio-payload number <0-255>'>
       <params>
         <param name='sdp' doc='SDP File related options' />
@@ -1249,24 +1194,6 @@
         <param name='NAME' doc='Payload name' />
       </params>
     </command>
-    <command id='sdp audio payload number <0-255>'>
-      <params>
-        <param name='sdp' doc='SDP File related options' />
-        <param name='audio' doc='Audio payload options' />
-        <param name='payload' doc='Audio payload options' />
-        <param name='number' doc='Number' />
-        <param name='<0-255>' doc='Payload number' />
-      </params>
-    </command>
-    <command id='sdp audio payload name NAME'>
-      <params>
-        <param name='sdp' doc='SDP File related options' />
-        <param name='audio' doc='Audio payload options' />
-        <param name='payload' doc='Audio payload options' />
-        <param name='name' doc='Name' />
-        <param name='NAME' doc='Payload name' />
-      </params>
-    </command>
     <command id='loop (0|1)'>
       <params>
         <param name='loop' doc='Loop audio for all endpoints on main trunk' />
@@ -1483,24 +1410,6 @@
         <param name='NAME' doc='Payload Name' />
       </params>
     </command>
-    <command id='sdp audio payload number <0-255>'>
-      <params>
-        <param name='sdp' doc='SDP File related options' />
-        <param name='audio' doc='Audio payload options' />
-        <param name='payload' doc='Audio payload options' />
-        <param name='number' doc='Number' />
-        <param name='<0-255>' doc='Payload Number' />
-      </params>
-    </command>
-    <command id='sdp audio payload name NAME'>
-      <params>
-        <param name='sdp' doc='SDP File related options' />
-        <param name='audio' doc='Audio payload options' />
-        <param name='payload' doc='Audio payload options' />
-        <param name='name' doc='Payload' />
-        <param name='NAME' doc='Payload Name' />
-      </params>
-    </command>
     <command id='loop (0|1)'>
       <params>
         <param name='loop' doc='Loop audio for all endpoints on this trunk' />

-- 
To view, visit https://gerrit.osmocom.org/10278
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic8ca983f3358aae9362fb21ff3a111f9c4f3935b
Gerrit-Change-Number: 10278
Gerrit-PatchSet: 2
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180801/fd529d7b/attachment.htm>


More information about the gerrit-log mailing list