From 86481c29d4cc9bed3010db466be6e0757458b031 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 17 Jun 2010 15:05:57 +0800 Subject: bsc_api: Make paging/silent call work with the subscriber_connection Do not use the lchan for the paging but operate on the subscriber_connection, change the signals too to not carry the lchan but the subscriber connection... the silent call and vty code still assume there is a lchan inside the subscriber connection. --- openbsc/src/vty_interface_layer3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/vty_interface_layer3.c') diff --git a/openbsc/src/vty_interface_layer3.c b/openbsc/src/vty_interface_layer3.c index 7c32c05b0..2a31df683 100644 --- a/openbsc/src/vty_interface_layer3.c +++ b/openbsc/src/vty_interface_layer3.c @@ -513,7 +513,7 @@ static int scall_cbfn(unsigned int subsys, unsigned int signal, switch (signal) { case S_SCALL_SUCCESS: vty_out(vty, "%% silent call on ARFCN %u timeslot %u%s", - sigdata->lchan->ts->trx->arfcn, sigdata->lchan->ts->nr, + sigdata->conn->lchan->ts->trx->arfcn, sigdata->conn->lchan->ts->nr, VTY_NEWLINE); break; case S_SCALL_EXPIRED: -- cgit v1.2.3