aboutsummaryrefslogtreecommitdiffstats
path: root/tests/msc.vty
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2022-09-06 23:57:52 +0200
committerneels <nhofmeyr@sysmocom.de>2023-03-02 15:03:44 +0000
commit8196ef540519205489a5b0fedaa16231e9472792 (patch)
tree31d1c3ee25e347b0168d13c90562e675f061ae60 /tests/msc.vty
parent8b55573a73ca682b47fed21d4e4104367b9e4f62 (diff)
vty: improve doc for 'codec-list'
Diffstat (limited to 'tests/msc.vty')
-rw-r--r--tests/msc.vty4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/msc.vty b/tests/msc.vty
index 555ea3412..6edc846ce 100644
--- a/tests/msc.vty
+++ b/tests/msc.vty
@@ -4,9 +4,9 @@ OsmoBSC# configure terminal
OsmoBSC(config)# msc 0
OsmoBSC(config-msc)# codec-list?
- codec-list Set the allowed audio codecs
+ codec-list Set the allowed audio codecs and their order of preference
OsmoBSC(config-msc)# codec-list ?
- LIST List of audio codecs, e.g. fr3 fr1 hr3
+ LIST List of audio codecs in order of preference, e.g. 'codec-list fr3 fr2 fr1 hr3 hr1'. (fr3: AMR-FR, hr3: AMR-HR, fr2: GSM-EFR, fr1: GSM-FR, hr1: GSM-HR)
OsmoBSC(config-msc)# # Default list -- should match the default in osmo_msc_data_alloc()
OsmoBSC(config-msc)# show running-config