aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_04_08_utils.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-10 01:22:39 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-12 15:57:53 +0800
commitd91b73769a11719e6ac6d5f3696ac6779540bd29 (patch)
tree1c879cc27c763d591b51cb52968004ab6c190612 /openbsc/src/gsm_04_08_utils.c
parent72953b884da4cfdc9d5f93979a8791be98b979cd (diff)
gsm0408: Use counter_inc to increment the counter.
Diffstat (limited to 'openbsc/src/gsm_04_08_utils.c')
-rw-r--r--openbsc/src/gsm_04_08_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gsm_04_08_utils.c b/openbsc/src/gsm_04_08_utils.c
index 0ee06ca56..1b3ed2537 100644
--- a/openbsc/src/gsm_04_08_utils.c
+++ b/openbsc/src/gsm_04_08_utils.c
@@ -279,7 +279,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);