fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/docker-playground/+/27797 )
Change subject: osmo-bsc-{master,latest}/osmo-bsc.cfg: set AMR link adaptation params
......................................................................
osmo-bsc-{master,latest}/osmo-bsc.cfg: set AMR link adaptation params
The default AMR link adaptation parameters have been changed in
the recent osmo-bsc, so set the old expected default explicitly.
Change-Id: Ic1c46d54ef97278100bd52156ad5627418ef5c97
Related: osmo-bsc.git Ic5f8d55d250976d8d4c9cae2d89480fd52326717
Related: SYS#5917
---
M osmo-bsc-latest/osmo-bsc.cfg
M osmo-bsc-master/osmo-bsc.cfg
2 files changed, 24 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/97/27797/1
diff --git a/osmo-bsc-latest/osmo-bsc.cfg b/osmo-bsc-latest/osmo-bsc.cfg
index 861bcc8..a128946 100644
--- a/osmo-bsc-latest/osmo-bsc.cfg
+++ b/osmo-bsc-latest/osmo-bsc.cfg
@@ -90,6 +90,18 @@
si5 neighbor-list add arfcn 10
si5 neighbor-list add arfcn 20
codec-support fr
+ amr tch-f modes 0 2 4 7
+ amr tch-f threshold ms 32 32 32
+ amr tch-f hysteresis ms 8 8 8
+ amr tch-f threshold bts 32 32 32
+ amr tch-f hysteresis bts 8 8 8
+ amr tch-f start-mode auto
+ amr tch-h modes 0 2 4
+ amr tch-h threshold ms 32 32
+ amr tch-h hysteresis ms 8 8
+ amr tch-h threshold bts 32 32
+ amr tch-h hysteresis bts 8 8
+ amr tch-h start-mode auto
gprs mode gprs
gprs routing area 0
gprs network-control-order nc0
diff --git a/osmo-bsc-master/osmo-bsc.cfg b/osmo-bsc-master/osmo-bsc.cfg
index 5731014..0ca91ef 100644
--- a/osmo-bsc-master/osmo-bsc.cfg
+++ b/osmo-bsc-master/osmo-bsc.cfg
@@ -93,6 +93,18 @@
si5 neighbor-list add arfcn 10
si5 neighbor-list add arfcn 20
codec-support fr
+ amr tch-f modes 0 2 4 7
+ amr tch-f threshold ms 32 32 32
+ amr tch-f hysteresis ms 8 8 8
+ amr tch-f threshold bts 32 32 32
+ amr tch-f hysteresis bts 8 8 8
+ amr tch-f start-mode auto
+ amr tch-h modes 0 2 4
+ amr tch-h threshold ms 32 32
+ amr tch-h hysteresis ms 8 8
+ amr tch-h threshold bts 32 32
+ amr tch-h hysteresis bts 8 8
+ amr tch-h start-mode auto
gprs mode gprs
gprs routing area 0
gprs network-control-order nc0
--
To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/27797
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ic1c46d54ef97278100bd52156ad5627418ef5c97
Gerrit-Change-Number: 27797
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange