aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2022-09-07 00:00:30 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2023-03-03 16:27:41 +0100
commit5d226653522fd537a47dedb75452381ac7544329 (patch)
tree74787699621348d2125e86316c4d23d8be0e80fd
parent9edf321e07efa6c9de615a8bb9476f9e8fc3d8b1 (diff)
vty: improve doc for 'amr tch-X modes'
-rw-r--r--src/osmo-bsc/bts_vty.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/osmo-bsc/bts_vty.c b/src/osmo-bsc/bts_vty.c
index 08166ca40..df15cc62e 100644
--- a/src/osmo-bsc/bts_vty.c
+++ b/src/osmo-bsc/bts_vty.c
@@ -2536,9 +2536,11 @@ DEFUN_ATTR(cfg_bts_no_depends_on, cfg_bts_no_depends_on_cmd,
}
#define AMR_TEXT "Adaptive Multi Rate settings\n"
-#define AMR_MODE_TEXT "Codec modes to use with AMR codec\n"
+#define AMR_MODE_TEXT "Codec modes to use with AMR codec. Only specific mode combinations make sense," \
+ " see 3GPP TS 28.062, Table 7.11.3.1.3-2. Note that S1 = '0 2 4 7' is defined mandatory in BSSAP.\n"
+ // !! ^ that means '0 2 4 7' is the only useful setting for this vty cmd !!
#define AMR_START_TEXT "Initial codec mode to use with AMR\n" \
- "Automatically\nFirst mode\nSecond mode\nThird mode\nFourth mode\n"
+ "Automatically\nFirst mode (lowest rate)\nSecond mode\nThird mode\nFourth mode (highest rate)\n"
#define AMR_MS_BTS_TEXT "MS side\nBTS side\n"
#define AMR_TH_TEXT "Lower threshold(s) for switching between codec modes\n" AMR_MS_BTS_TEXT
#define AMR_HY_TEXT "Hysteresis value(s) to obtain the higher threshold(s) " \