fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/27796 )
Change subject: bsc/osmo-bsc.cfg: explicitly set AMR link adaptation parameters
......................................................................
bsc/osmo-bsc.cfg: explicitly set AMR link adaptation parameters
The default AMR link adaptation parameters have been changed in
the recent osmo-bsc, so set the old expected default explicitly.
Change-Id: I320d91a35bc50bdfe87c0384035a10b8672ef23c
Related: osmo-bsc.git Ic5f8d55d250976d8d4c9cae2d89480fd52326717
Related: SYS#5917
---
M bsc/osmo-bsc.cfg
1 file changed, 12 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/96/27796/1
diff --git a/bsc/osmo-bsc.cfg b/bsc/osmo-bsc.cfg
index f5c9c16..63a82b0 100644
--- a/bsc/osmo-bsc.cfg
+++ b/bsc/osmo-bsc.cfg
@@ -95,6 +95,18 @@
si5 neighbor-list add arfcn 10
si5 neighbor-list add arfcn 20
codec-support fr hr efr amr
+ 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/osmo-ttcn3-hacks/+/27796
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I320d91a35bc50bdfe87c0384035a10b8672ef23c
Gerrit-Change-Number: 27796
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange
fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-smlc/+/27789 )
Change subject: tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
......................................................................
tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
When using 'check_PROGRAMS', autoconf/automake generates smarter
Makefiles, so that the test programs are not being compiled during
the normal 'make all', but only during 'make check'.
Change-Id: I9b60429c8c3922dd97809c72ed7960ffdc059d8b
---
M tests/smlc_subscr/Makefile.am
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
diff --git a/tests/smlc_subscr/Makefile.am b/tests/smlc_subscr/Makefile.am
index 9ed3b59..61a601f 100644
--- a/tests/smlc_subscr/Makefile.am
+++ b/tests/smlc_subscr/Makefile.am
@@ -20,7 +20,7 @@
smlc_subscr_test.err \
$(NULL)
-noinst_PROGRAMS = \
+check_PROGRAMS = \
smlc_subscr_test \
$(NULL)
--
To view, visit https://gerrit.osmocom.org/c/osmo-smlc/+/27789
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-smlc
Gerrit-Branch: master
Gerrit-Change-Id: I9b60429c8c3922dd97809c72ed7960ffdc059d8b
Gerrit-Change-Number: 27789
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged