aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bsc/bsc_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bsc/bsc_test.c')
-rw-r--r--tests/bsc/bsc_test.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/bsc/bsc_test.c b/tests/bsc/bsc_test.c
index 106b08bc7..08d376016 100644
--- a/tests/bsc/bsc_test.c
+++ b/tests/bsc/bsc_test.c
@@ -43,7 +43,6 @@ void *ctx = NULL;
enum test {
TEST_SCAN_TO_BTS,
- TEST_SCAN_TO_MSC,
};
/* GSM 04.08 MM INFORMATION test message */
@@ -158,12 +157,6 @@ static void test_scan(void)
/* override timezone of msg coming from the MSC */
result = bsc_scan_msc_msg(conn, msg);
break;
- case TEST_SCAN_TO_MSC:
- /* override timezone of msg coming from the BSC */
- /* FIXME: no test for this case is defined in
- * test_scan_defs[], so this is never used. */
- result = bsc_scan_bts_msg(conn, msg);
- break;
default:
abort();
break;