mncc: Do not print the BTS at all as it might not be present

In contrast to the previous believe we may not have a conn here
as we are still paging for the sub. Instead of printing the BTS
print the lac where we think the subscriber is located.
This commit is contained in:
Holger Hans Peter Freyther 2010-12-27 16:08:34 +01:00
parent b56a6bbc55
commit 8e3eb584a8
1 changed files with 3 additions and 4 deletions

View File

@ -3048,13 +3048,12 @@ int mncc_tx_to_cc(struct gsm_network *net, int msg_type, void *arg)
if (transt == trans ||
transt->subscr != subscr)
continue;
DEBUGP(DCC, "(bts %d trx - ts - ti -- sub %s) "
DEBUGP(DCC, "(bts - trx - ts - ti -- sub %s) "
"Received '%s' from MNCC with "
"unallocated channel, paging already "
"started.\n",
trans->conn->lchan->ts->trx->bts->nr,
"started for lac %d.\n",
data->called.number,
get_mncc_name(msg_type));
get_mncc_name(msg_type), subscr->lac);
subscr_put(subscr);
trans_free(trans);
return 0;