gbproxy: Fix stats when no BVC could be found

Change-Id: I413b500515b6c4266370b29943b14447b38a66a0
This commit is contained in:
Daniel Willmann 2021-09-24 16:43:42 +02:00
parent dc763fdf39
commit c4b913ba5b
1 changed files with 1 additions and 1 deletions

View File

@ -1500,7 +1500,7 @@ static int gbprox_rx_sig_from_sgsn(struct gbproxy_nse *nse, struct msgb *msg, ui
err_no_bvc:
LOGPNSE(nse, LOGL_ERROR, "Rx %s: Cannot find BVC\n", pdut_name);
rate_ctr_inc(rate_ctr_group_get_ctr(cfg->ctrg, GBPROX_GLOB_CTR_INV_RAI));
rate_ctr_inc(rate_ctr_group_get_ctr(cfg->ctrg, GBPROX_GLOB_CTR_INV_BVCI));
return tx_status(nse, ns_bvci, BSSGP_CAUSE_INV_MAND_INF, NULL, msg);
}