Change in osmo-gbproxy[master]: gbproxy: Increase correct counter when BSSGP decode from SGSN fails

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 Nov 3 07:55:57 UTC 2021


daniel has submitted this change. ( https://gerrit.osmocom.org/c/osmo-gbproxy/+/26063 )

Change subject: gbproxy: Increase correct counter when BSSGP decode from SGSN fails
......................................................................

gbproxy: Increase correct counter when BSSGP decode from SGSN fails

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

Approvals:
  Jenkins Builder: Verified
  lynxis lazus: Looks good to me, approved



diff --git a/src/gb_proxy.c b/src/gb_proxy.c
index b96b374..0fa8be3 100644
--- a/src/gb_proxy.c
+++ b/src/gb_proxy.c
@@ -578,7 +578,7 @@
 
 	rc = gbproxy_decode_bssgp(bgph, msgb_bssgp_len(msg), &tp, log_pfx);
 	if (rc < 0) {
-		rate_ctr_inc(rate_ctr_group_get_ctr(nse->cfg->ctrg, GBPROX_GLOB_CTR_PROTO_ERR_BSS));
+		rate_ctr_inc(rate_ctr_group_get_ctr(nse->cfg->ctrg, GBPROX_GLOB_CTR_PROTO_ERR_SGSN));
 		return tx_status_from_tlvp(nse, rc, msg);
 	}
 	/* hack to get both msg + tlv_parsed passed via osmo_fsm_inst_dispatch */

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

Gerrit-Project: osmo-gbproxy
Gerrit-Branch: master
Gerrit-Change-Id: I8936cee105c933987c9af1fac3c91dc26864325b
Gerrit-Change-Number: 26063
Gerrit-PatchSet: 2
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211103/9b1cd118/attachment.htm>


More information about the gerrit-log mailing list