aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2021-07-22 01:32:19 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2021-07-24 00:09:02 +0200
commite2488eb2680c3e768dccc1616be83fe2d57f47d8 (patch)
tree08fcc4740f154e7fb9f3ec9719cf8f2d4bc50acf /tests
parentb0d854556dafe885d740346b1b34ab247cb09d56 (diff)
vty: lchan deact: allow omitting the lchan type arg
In the command bts <0-255> trx <0-255> timeslot <0-7> sub-slot <0-7> deactivate fr the final argument indicating the channel type does not make sense and is not actually used. Define a separate vty command for 'deactivate', so that it doesn't require arguments only used for 'activate'. Change-Id: Ibdeca3b1d75b9f6092f566544e9d5f4da67fffce
Diffstat (limited to 'tests')
-rw-r--r--tests/osmo-bsc.vty3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/osmo-bsc.vty b/tests/osmo-bsc.vty
index 3bc27073a..7351056da 100644
--- a/tests/osmo-bsc.vty
+++ b/tests/osmo-bsc.vty
@@ -34,7 +34,8 @@ OsmoBSC# bts 0 trx 0 timeslot 0 sub-slot 0 modify vamos tsc 1 0 ?
OsmoBSC# list
...
- bts <0-255> trx <0-255> timeslot <0-7> (sub-slot|vamos-sub-slot) <0-7> (activate|activate-vamos|deactivate) (hr|fr|efr|amr|sig) [<0-7>]
+ bts <0-255> trx <0-255> timeslot <0-7> (sub-slot|vamos-sub-slot) <0-7> (activate|activate-vamos) (hr|fr|efr|amr|sig) [<0-7>]
+ bts <0-255> trx <0-255> timeslot <0-7> (sub-slot|vamos-sub-slot) <0-7> deactivate
...
OsmoBSC# bts?