diff options
author | Philipp Maier <pmaier@sysmocom.de> | 2018-07-10 09:15:09 +0200 |
---|---|---|
committer | Philipp Maier <pmaier@sysmocom.de> | 2018-07-10 15:33:53 +0200 |
commit | 55f27f53ae4d458ce833176e5cda1eeaf3c21fe5 (patch) | |
tree | 6de2236c9120c759c7ad7b30889d13159edc343d /bsc/expected-results.xml | |
parent | 61f6b573b23f4fea8c27be42014da1d07efc477b (diff) |
BSC_Tests_LCLS: try call legs with different codec/rate
since the local MGW may not support transcoding, osmo-bsc should
avoid to LCLS call legs that use different codec/rate. This test
attemts to set up a call with different codec rate and checks if
those legs do not get LCLSed
Change-Id: I91b132306e530ad9ca03fb4a34012381be6b0b52
Depends: osmo-bsc I157549129a40c64364dc126f67195759e5f1d60f
Related: OS#1602
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 dbe3d2c..7339951 100644 --- a/bsc/expected-results.xml +++ b/bsc/expected-results.xml @@ -88,6 +88,7 @@ <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_bway_codec_mismatch' 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'/> |