gsm0408: Use counter_inc to increment the counter.

This commit is contained in:
Holger Hans Peter Freyther
2010-05-10 01:22:39 +08:00
parent eb3ab2f85b
commit 376e146cfb

View File

@@ -321,7 +321,7 @@ int gsm48_handle_paging_resp(struct msgb *msg, struct gsm_subscriber *subscr)
sig_data.bts = msg->lchan->ts->trx->bts;
sig_data.lchan = msg->lchan;
bts->network->stats.paging.completed++;
counter_inc(bts->network->stats.paging.completed);
dispatch_signal(SS_PAGING, S_PAGING_SUCCEEDED, &sig_data);