aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2018-11-12 09:50:05 +0100
committerPhilipp Maier <pmaier@sysmocom.de>2018-12-07 15:10:19 +0100
commit0a4d2e52af27e9ec07f369a5445598869fcd3e51 (patch)
treead58f9a8ae1cf284a6cac19c84e17b91559fb7ec /tests
parent162626637f12a88a0bf407784d7002aff5991874 (diff)
handover_fsm: send HANDOVER PERFORMED msg on internal ho
When an internal handover is done the specification demands to inform the MSC about the event. - Add sending of BSSMAP HANDOVER PERFORMED msg. Change-Id: If26e5807280e0f75a423b3b04f8e3c698c82a351 Depends: libosmocore I825106858bd89afc9837811b8fed2e8accc82441 Related: OS#3645
Diffstat (limited to 'tests')
-rw-r--r--tests/handover/handover_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/handover/handover_test.c b/tests/handover/handover_test.c
index f728c5bd8..6217ca3e7 100644
--- a/tests/handover/handover_test.c
+++ b/tests/handover/handover_test.c
@@ -219,6 +219,7 @@ static struct gsm_bts *create_bts(int arfcn)
void create_conn(struct gsm_lchan *lchan)
{
static struct bsc_msc_data fake_msc_data = {};
+ fake_msc_data.network = bsc_gsmnet;
static unsigned int next_imsi = 0;
char imsi[sizeof(lchan->conn->bsub->imsi)];
struct gsm_network *net = lchan->ts->trx->bts->network;