gbproxy: Fix stats when no BVC could be found

Change-Id: I413b500515b6c4266370b29943b14447b38a66a0
diff --git a/src/gb_proxy.c b/src/gb_proxy.c
index e24f468..6efd326 100644
--- a/src/gb_proxy.c
+++ b/src/gb_proxy.c
@@ -1500,7 +1500,7 @@
 
 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);
 }