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/.
neels gerrit-no-reply at lists.osmocom.orgneels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/18346 )
Change subject: manuals: update bsc_vty_reference.xml
......................................................................
manuals: update bsc_vty_reference.xml
I notice that some merges seem to have missed updating the
bsc_vty_reference.xml file. Re-generating it from current master yields these
changes.
Change-Id: I75269cbed8dd62be23293fd2c1470af6f61e6ad2
---
M doc/manuals/vty/bsc_vty_reference.xml
1 file changed, 40 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/46/18346/1
diff --git a/doc/manuals/vty/bsc_vty_reference.xml b/doc/manuals/vty/bsc_vty_reference.xml
index dac4ec5..e87e027 100644
--- a/doc/manuals/vty/bsc_vty_reference.xml
+++ b/doc/manuals/vty/bsc_vty_reference.xml
@@ -1414,18 +1414,20 @@
<param name='<0-255>' doc='TS Number' />
</params>
</command>
- <command id='bts <0-255> om2000 class (trxc|ts|tf|is|con|dp|cf|tx|rx) <0-255> <0-255> <0-255>'>
+ <command id='bts <0-255> om2000 class (trxc|tg|ts|tf|is|con|dp|mctr|cf|tx|rx) <0-255> <0-255> <0-255>'>
<params>
<param name='bts' doc='BTS related commands' />
<param name='<0-255>' doc='BTS Number' />
<param name='om2000' doc='Manipulate the OM2000 managed objects' />
<param name='class' doc='Object Class' />
<param name='trxc' doc='TRX Controller' />
+ <param name='tg' doc='Trunk Group' />
<param name='ts' doc='Timeslot' />
<param name='tf' doc='Timing Function' />
<param name='is' doc='Interface Switch' />
<param name='con' doc='Abis Concentrator' />
<param name='dp' doc='Digital Path' />
+ <param name='mctr' doc='Multi Carrier Transceiver' />
<param name='cf' doc='Central Function' />
<param name='tx' doc='Transmitter' />
<param name='rx' doc='Receiver' />
@@ -2153,6 +2155,12 @@
<param name='disable' doc='Disable the reporter' />
</params>
</command>
+ <command id='flush-period <0-65535>'>
+ <params>
+ <param name='flush-period' doc='Configure stats sub-system' />
+ <param name='<0-65535>' doc='Send all stats even if they have not changed (i.e. force the flush)every N-th reporting interval. Set to 0 to disable regular flush (default).' />
+ </params>
+ </command>
</node>
<node id='config-line'>
<name>config-line</name>
@@ -2177,6 +2185,18 @@
</node>
<node id='config-e1_input'>
<name>config-e1_input</name>
+ <command id='pcap .FILE'>
+ <params>
+ <param name='pcap' doc='Setup a pcap recording of all E1 traffic' />
+ <param name='.FILE' doc='Filename to save the packets to' />
+ </params>
+ </command>
+ <command id='no pcap'>
+ <params>
+ <param name='no' doc='Negate a command or set its defaults' />
+ <param name='pcap' doc='Disable pcap recording of all E1 traffic' />
+ </params>
+ </command>
<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' />
@@ -4282,6 +4302,18 @@
<param name='super-channel' doc='SuperChannel (Packet Abis)' />
</params>
</command>
+ <command id='om2000 version-limit (oml|rsl) gen <0-99> rev <0-99>'>
+ <params>
+ <param name='om2000' doc='Configure OM2K specific parameters' />
+ <param name='version-limit' doc='Configure optional maximum protocol version to negotiate' />
+ <param name='oml' doc='Limit OML IWD version' />
+ <param name='rsl' doc='Limit RSL IWD version' />
+ <param name='gen' doc='Generation limit' />
+ <param name='<0-99>' doc='Generation number to limit to (inclusive)' />
+ <param name='rev' doc='Revision limit' />
+ <param name='<0-99>' doc='Revision number to limit to (inclusive)' />
+ </params>
+ </command>
<command id='con-connection-group <1-31>'>
<params>
<param name='con-connection-group' doc='Configure a CON (Concentrator) Connection Group' />
@@ -5043,6 +5075,13 @@
<param name='configuration-request' doc='Send the configuration request for current MO' />
</params>
</command>
+ <command id='arbitrary <0-65535> [HEXSTRING]'>
+ <params>
+ <param name='arbitrary' doc='Send arbitrary OM2k message' />
+ <param name='<0-65535>' doc='Command identifier' />
+ <param name='[HEXSTRING]' doc='Hex Encoded payload' />
+ </params>
+ </command>
</node>
<node id='om2k-con-group'>
<name>om2k-con-group</name>
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/18346
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I75269cbed8dd62be23293fd2c1470af6f61e6ad2
Gerrit-Change-Number: 18346
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200518/257a47a3/attachment.htm>