fixeria has uploaded this change for review.
BSC_Tests: fix TC_assignment_osmux_cn: use c_mr_conf_5_90
Currently this testcase fails:
RSL MR CONFIG IE does not match expectation.
Expected: { other := { len := 2, payload := '2804'O } }
Change-Id: Icc5381eccb924803b1117b46d2b4c47cee6dabd7
---
M bsc/BSC_Tests.ttcn
1 file changed, 1 insertion(+), 9 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/45/29345/1
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index b040274..63c4572 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -5253,18 +5253,10 @@
var TestHdlrParams pars := f_gen_test_hdlr_pars();
var MSC_ConnHdlr vc_conn;
- /* See note above */
- var RSL_IE_Body mr_conf := {
- other := {
- len := 2,
- payload := '2804'O
- }
- };
-
pars.ass_codec_list := valueof(ts_BSSMAP_IE_CodecList({ts_CodecAMR_H}));
pars.ass_codec_list.codecElements[0].s0_7 := '00000100'B; /* 5,90k */
pars.ass_codec_list.codecElements[0].s8_15 := '00000111'B;
- pars.expect_mr_conf_ie := mr_conf;
+ pars.expect_mr_conf_ie := c_mr_conf_5_90;
pars.use_osmux_cn := true;
g_osmux_enabled_cn := true;
To view, visit change 29345. To unsubscribe, or for help writing mail filters, visit settings.