aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bsc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-12-18 18:48:21 +0100
committerHarald Welte <laforge@gnumonks.org>2018-01-28 03:23:00 +0100
commitb794887cabe9608ec27632508991727af28d58cb (patch)
tree0d5a7b771db646b65f4e1cc02aa926c69674639d /tests/bsc
parent720de68cb064ea8a9203561756c24b48d8b5a67e (diff)
remove obsolete gsm_subscriber_connection.bts member
This member was merely a cache for conn->lchan->ts->trx->bts, so let's avoid having to keep copies of the same data (which needs to be kept up to date). Change-Id: Id3bff8b18425ef5d45eb460ac9eb620023013ba0
Diffstat (limited to 'tests/bsc')
-rw-r--r--tests/bsc/bsc_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/bsc/bsc_test.c b/tests/bsc/bsc_test.c
index 1fb51aadc..420ef73d6 100644
--- a/tests/bsc/bsc_test.c
+++ b/tests/bsc/bsc_test.c
@@ -134,7 +134,6 @@ static void test_scan(void)
bts->network = net;
sccp_con->msc = msc;
- conn->bts = bts;
conn->sccp_con = sccp_con;
conn->lchan = &bts->c0->ts[1].lchan[0];