aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/handover_fsm.c
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2020-05-09 21:27:40 +0300
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2020-05-11 12:03:21 +0300
commit98824b8f0620a62f27e014121847ce1cf7c0a216 (patch)
tree399facf28d8011ed8efee6d340d4f9c82eb8d881 /src/osmo-bsc/handover_fsm.c
parent69ba8be60e83bac1c1a13bf25fa1c823ec867ced (diff)
stats: Add counters for Tx BSSMAP messages.
We already have counters for Rx side, now we also count Tx side. See comments in the msc_ctr_description array implementation for the details. Change-Id: I89a173f6bdd9a3c21233fe01d07ab2ff0442bb10
Diffstat (limited to 'src/osmo-bsc/handover_fsm.c')
-rw-r--r--src/osmo-bsc/handover_fsm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bsc/handover_fsm.c b/src/osmo-bsc/handover_fsm.c
index e36aaae72..0b88b27d8 100644
--- a/src/osmo-bsc/handover_fsm.c
+++ b/src/osmo-bsc/handover_fsm.c
@@ -773,6 +773,7 @@ static void send_handover_performed(struct gsm_subscriber_connection *conn)
return;
}
+ rate_ctr_inc(&conn->sccp.msc->msc_ctrs->ctr[MSC_CTR_BSSMAP_TX_DT1_HANDOVER_PERFORMED]);
rc = gscon_sigtran_send(conn, msg);
if (rc < 0) {
LOG_HO(conn, LOGL_ERROR, "message sending failed, can't send HANDOVER PERFORMED!\n");