aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2020-08-11 02:08:05 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2020-08-11 02:08:05 +0200
commitda585d9dd37ff17848e3451831f089e4d61ede17 (patch)
tree362bc3a9c5d2821cd9565d861436932f03d5ea76
parentec5da598c0d72aaa573e6b3a601f31bd6f0a146e (diff)
NOT FOR MERGE: reproduce: no congestion resolution for FR to HRneels/tch_f_congestion
-rw-r--r--tests/handover/handover_test.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/tests/handover/handover_test.c b/tests/handover/handover_test.c
index d54ef1219..847cec75f 100644
--- a/tests/handover/handover_test.c
+++ b/tests/handover/handover_test.c
@@ -212,8 +212,8 @@ static struct gsm_bts *create_bts(int arfcn)
trx->ts[3].pchan_from_config = GSM_PCHAN_TCH_F;
trx->ts[4].pchan_from_config = GSM_PCHAN_TCH_F;
trx->ts[5].pchan_from_config = GSM_PCHAN_TCH_F;
- trx->ts[6].pchan_from_config = GSM_PCHAN_PDCH;
- trx->ts[7].pchan_from_config = GSM_PCHAN_PDCH;
+ trx->ts[6].pchan_from_config = GSM_PCHAN_TCH_H;
+ trx->ts[7].pchan_from_config = GSM_PCHAN_TCH_H;
for (i = 2; i <= 7; i++) {
trx->ts[i].mo.nm_state.operational = NM_OPSTATE_ENABLED;
trx->ts[i].mo.nm_state.availability = NM_AVSTATE_OK;
@@ -241,12 +241,12 @@ static struct gsm_bts *create_bts(int arfcn)
trx->ts[0].pchan_from_config = GSM_PCHAN_SDCCH8_SACCH8C;
trx->ts[1].pchan_from_config = GSM_PCHAN_PDCH;
- trx->ts[2].pchan_from_config = GSM_PCHAN_TCH_F_TCH_H_PDCH;
- trx->ts[3].pchan_from_config = GSM_PCHAN_TCH_F_TCH_H_PDCH;
- trx->ts[4].pchan_from_config = GSM_PCHAN_TCH_F_TCH_H_PDCH;
- trx->ts[5].pchan_from_config = GSM_PCHAN_TCH_F_TCH_H_PDCH;
- trx->ts[6].pchan_from_config = GSM_PCHAN_TCH_F_TCH_H_PDCH;
- trx->ts[7].pchan_from_config = GSM_PCHAN_TCH_F_TCH_H_PDCH;
+ trx->ts[2].pchan_from_config = GSM_PCHAN_TCH_H;
+ trx->ts[3].pchan_from_config = GSM_PCHAN_TCH_H;
+ trx->ts[4].pchan_from_config = GSM_PCHAN_TCH_H;
+ trx->ts[5].pchan_from_config = GSM_PCHAN_TCH_H;
+ trx->ts[6].pchan_from_config = GSM_PCHAN_TCH_H;
+ trx->ts[7].pchan_from_config = GSM_PCHAN_TCH_H;
for (i = 2; i <= 7; i++) {
trx->ts[i].mo.nm_state.operational = NM_OPSTATE_ENABLED;
trx->ts[i].mo.nm_state.availability = NM_AVSTATE_OK;
@@ -1338,11 +1338,11 @@ static char *test_case_29[] = {
,
"create-bts", "1",
"set-min-free", "0", "TCH/F", "2",
- //"set-min-free", "0", "TCH/H", "0",
- "create-ms", "0", "TCH/F", "AMR",
- "create-ms", "0", "TCH/F", "AMR",
- "create-ms", "0", "TCH/F", "AMR",
- "create-ms", "0", "TCH/H", "AMR",
+ "set-min-free", "0", "TCH/H", "0",
+ "create-ms", "0", "TCH/F", "FR",
+ "create-ms", "0", "TCH/F", "FR",
+ "create-ms", "0", "TCH/F", "FR",
+ "create-ms", "0", "TCH/F", "FR",
"meas-rep", "0", "30","0", "1","0","30",
"expect-no-chan",
"congestion-check",