Change in osmo-gbproxy[master]: gbproxy: Fix stats when no BVC could be found

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

daniel gerrit-no-reply at lists.osmocom.org
Wed Sep 29 09:50:13 UTC 2021


daniel has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gbproxy/+/25635 )


Change subject: gbproxy: Fix stats when no BVC could be found
......................................................................

gbproxy: Fix stats when no BVC could be found

Change-Id: I413b500515b6c4266370b29943b14447b38a66a0
---
M src/gb_proxy.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gbproxy refs/changes/35/25635/1

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);
 }
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gbproxy/+/25635
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gbproxy
Gerrit-Branch: master
Gerrit-Change-Id: I413b500515b6c4266370b29943b14447b38a66a0
Gerrit-Change-Number: 25635
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210929/928e85bb/attachment.htm>


More information about the gerrit-log mailing list