Change in osmo-bsc[master]: VTY: regenerate bsc_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/.

osmith gerrit-no-reply at lists.osmocom.org
Fri Mar 27 09:36:30 UTC 2020


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/17637 )


Change subject: VTY: regenerate bsc_vty_reference.xml
......................................................................

VTY: regenerate bsc_vty_reference.xml

Change-Id: I27bcde8d36dcf8daa9d24b4b581c9526b73cb35e
---
M doc/manuals/vty/bsc_vty_reference.xml
1 file changed, 88 insertions(+), 7 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/37/17637/1

diff --git a/doc/manuals/vty/bsc_vty_reference.xml b/doc/manuals/vty/bsc_vty_reference.xml
index 8401043..48b9fb5 100644
--- a/doc/manuals/vty/bsc_vty_reference.xml
+++ b/doc/manuals/vty/bsc_vty_reference.xml
@@ -18,10 +18,11 @@
         <param name='terminal' doc='Write to terminal' />
       </params>
     </command>
-    <command id='write file'>
+    <command id='write file [PATH]'>
       <params>
         <param name='write' doc='Write running configuration to memory, network, or terminal' />
         <param name='file' doc='Write to configuration file' />
+        <param name='[PATH]' doc='Set file path to store the config, or replace if already exists' />
       </params>
     </command>
     <command id='write memory'>
@@ -138,6 +139,15 @@
         <param name='[<0-255>]' doc='BTS number' />
       </params>
     </command>
+    <command id='show bts <0-255> fail-rep [reset]'>
+      <params>
+        <param name='show' doc='Show running system information' />
+        <param name='bts' doc='Display information about a BTS' />
+        <param name='<0-255>' doc='BTS number' />
+        <param name='fail-rep' doc='OML failure reports' />
+        <param name='[reset]' doc='Clear the list of failure reports after showing them' />
+      </params>
+    </command>
     <command id='show rejected-bts'>
       <params>
         <param name='show' doc='Show running system information' />
@@ -640,6 +650,13 @@
         <param name='[<0-65534>]' doc='Port Number' />
       </params>
     </command>
+    <command id='show cs7 config'>
+      <params>
+        <param name='show' doc='Show running system information' />
+        <param name='cs7' doc='ITU-T Signaling System 7' />
+        <param name='config' doc='Currently running cs7 configuration' />
+      </params>
+    </command>
     <command id='show cs7 instance <0-15> asp'>
       <params>
         <param name='show' doc='Show running system information' />
@@ -832,6 +849,15 @@
         <param name='[<0-255>]' doc='BTS number' />
       </params>
     </command>
+    <command id='show bts <0-255> fail-rep [reset]'>
+      <params>
+        <param name='show' doc='Show running system information' />
+        <param name='bts' doc='Display information about a BTS' />
+        <param name='<0-255>' doc='BTS number' />
+        <param name='fail-rep' doc='OML failure reports' />
+        <param name='[reset]' doc='Clear the list of failure reports after showing them' />
+      </params>
+    </command>
     <command id='show rejected-bts'>
       <params>
         <param name='show' doc='Show running system information' />
@@ -1549,6 +1575,13 @@
         <param name='[<0-65534>]' doc='Port Number' />
       </params>
     </command>
+    <command id='show cs7 config'>
+      <params>
+        <param name='show' doc='Show running system information' />
+        <param name='cs7' doc='ITU-T Signaling System 7' />
+        <param name='config' doc='Currently running cs7 configuration' />
+      </params>
+    </command>
     <command id='show cs7 instance <0-15> asp'>
       <params>
         <param name='show' doc='Show running system information' />
@@ -2149,7 +2182,7 @@
   </node>
   <node id='config-e1_input'>
     <name>config-e1_input</name>
-    <command id='e1_line <0-255> driver (misdn|misdn_lapd|dahdi|ipa|unixsocket)'>
+    <command id='e1_line <0-255> driver (misdn|misdn_lapd|dahdi|e1d|ipa|unixsocket)'>
       <params>
         <param name='e1_line' doc='Configure E1/T1/J1 Line' />
         <param name='<0-255>' doc='Line Number' />
@@ -2157,8 +2190,9 @@
         <param name='misdn' doc='mISDN supported E1 Card (kernel LAPD)' />
         <param name='misdn_lapd' doc='mISDN supported E1 Card (userspace LAPD)' />
         <param name='dahdi' doc='DAHDI supported E1/T1/J1 Card' />
-        <param name='ipa' doc='IPA TCP/IP input' />
-        <param name='unixsocket' doc='HSL TCP/IP input' />
+        <param name='e1d' doc='IPA TCP/IP input' />
+        <param name='ipa' doc='HSL TCP/IP input' />
+        <param name='unixsocket' doc='Unix socket input' />
       </params>
     </command>
     <command id='e1_line <0-255> port <0-255>'>
@@ -2210,6 +2244,23 @@
         <param name='keepalive' doc='Enable keep-alive probing' />
       </params>
     </command>
+    <command id='e1_line <0-255> ipa-keepalive <1-300> <1-300>'>
+      <params>
+        <param name='e1_line' doc='Configure E1/T1/J1 Line' />
+        <param name='<0-255>' doc='Line Number' />
+        <param name='ipa-keepalive' doc='Enable IPA PING/PONG keep-alive' />
+        <param name='<1-300>' doc='Idle interval in seconds before probes are sent' />
+        <param name='<1-300>' doc='Time to wait for PONG response' />
+      </params>
+    </command>
+    <command id='no e1_line <0-255> ipa-keepalive'>
+      <params>
+        <param name='no' doc='Negate a command or set its defaults' />
+        <param name='e1_line' doc='Configure E1/T1/J1 Line' />
+        <param name='<0-255>' doc='Line Number' />
+        <param name='ipa-keepalive' doc='Enable IPA PING/PONG keep-alive' />
+      </params>
+    </command>
     <command id='ipa bind A.B.C.D'>
       <params>
         <param name='ipa' doc='ipa driver config' />
@@ -2446,6 +2497,15 @@
         <param name='PC' doc='Override Destination Point Code' />
       </params>
     </command>
+    <command id='point-code override patch-sccp (disabled|both)'>
+      <params>
+        <param name='point-code' doc='Point Code Specific Features' />
+        <param name='override' doc='Override (force) a point-code to hard-coded value' />
+        <param name='patch-sccp' doc='Patch point code values into SCCP called/calling address' />
+        <param name='disabled' doc='Don't patch any point codes into SCCP called/calling address' />
+        <param name='both' doc='Patch both origin and destination point codes into SCCP called/calling address' />
+      </params>
+    </command>
   </node>
   <node id='config-cs7-asp'>
     <name>config-cs7-asp</name>
@@ -2473,6 +2533,21 @@
         <param name='<0-255>' doc='QoS Class of ASP' />
       </params>
     </command>
+    <command id='role (sg|asp|ipsp)'>
+      <params>
+        <param name='role' doc='Specify the xUA role for this ASP' />
+        <param name='sg' doc='SG (Signaling Gateway)' />
+        <param name='asp' doc='ASP (Application Server Process)' />
+        <param name='ipsp' doc='IPSP (IP Signalling Point)' />
+      </params>
+    </command>
+    <command id='sctp-role (client|server)'>
+      <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' />
+        <param name='server' doc='Operate as SCTP server; wait for client connections' />
+      </params>
+    </command>
     <command id='block'>
       <params>
         <param name='block' doc='Allows a SCTP Association with ASP, but doesn't let it become active' />
@@ -2657,6 +2732,11 @@
         <param name='[default]' doc='Set to default timer value' />
       </params>
     </command>
+    <command id='allow-unusable-timeslots'>
+      <params>
+        <param name='allow-unusable-timeslots' doc='Don't refuse to start with mutually exclusive codec settings' />
+      </params>
+    </command>
     <command id='neci (0|1)'>
       <params>
         <param name='neci' doc='New Establish Cause Indication' />
@@ -3680,10 +3760,11 @@
         <param name='<0-255>' doc='BTS Number' />
       </params>
     </command>
-    <command id='depeneds-on-bts <0-255>'>
+    <command id='no depends-on-bts <0-255>'>
       <params>
-        <param name='depeneds-on-bts' doc='Negate a command or set its defaults' />
-        <param name='<0-255>' doc='This BTS can only be started if another one is up' />
+        <param name='no' doc='Negate a command or set its defaults' />
+        <param name='depends-on-bts' doc='This BTS can only be started if another one is up' />
+        <param name='<0-255>' doc='BTS Number' />
       </params>
     </command>
     <command id='amr tch-f modes (0|1|2|3|4|5|6|7)'>

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I27bcde8d36dcf8daa9d24b4b581c9526b73cb35e
Gerrit-Change-Number: 17637
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200327/e39c7304/attachment.htm>


More information about the gerrit-log mailing list