diff options
author | Philipp Maier <pmaier@sysmocom.de> | 2018-07-06 14:03:38 +0200 |
---|---|---|
committer | Philipp Maier <pmaier@sysmocom.de> | 2018-07-09 11:37:21 +0200 |
commit | 61f6b573b23f4fea8c27be42014da1d07efc477b (patch) | |
tree | 04c7072dec3be3c50f09aa20a594095a6d62890b /bsc/expected-results.xml | |
parent | 17ddd852b02fe7191e4dff7a4a7792812ef75dcb (diff) |
BSC_Tests: Also test LCLS with halfrate codecs
At the moment LCLS is only tested using GSM-FR. There are not LCLS
tests that test with GSM-HR yet. Lets make GSM-HR available and see
what happens when we run BSC_Tests_LCLS.TC_lcls_gcr_bway_connect
on HR instead of FR.
- set channelType depending on g_pars.ass_codec_list.codecElements[0]
- add testcase TC_lcls_gcr_bway_connect_hr
Related OS#1602
Change-Id: I2421519a642bdb7453ae4a9058e177845690a489
Diffstat (limited to 'bsc/expected-results.xml')
-rw-r--r-- | bsc/expected-results.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bsc/expected-results.xml b/bsc/expected-results.xml index 969660e..dbe3d2c 100644 --- a/bsc/expected-results.xml +++ b/bsc/expected-results.xml @@ -87,6 +87,7 @@ <testcase classname='BSC_Tests' name='TC_dyn_pdch_osmo_act_nack' time='MASKED'/> <testcase classname='BSC_Tests_LCLS' name='TC_lcls_gcr_only' time='MASKED'/> <testcase classname='BSC_Tests_LCLS' name='TC_lcls_gcr_bway_connect' time='MASKED'/> + <testcase classname='BSC_Tests_LCLS' name='TC_lcls_gcr_bway_connect_hr' time='MASKED'/> <testcase classname='BSC_Tests_LCLS' name='TC_lcls_gcr_nomatch_bway_connect' time='MASKED'/> <testcase classname='BSC_Tests_LCLS' name='TC_lcls_gcr_bway_dont_connect' time='MASKED'/> <testcase classname='BSC_Tests_LCLS' name='TC_lcls_gcr_unsuppported_cfg' time='MASKED'/> |