[PATCH] openbsc[master]: bsc/netinit: correct mistyped rate counter

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/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Tue Aug 30 12:39:53 UTC 2016


Review at  https://gerrit.osmocom.org/799

bsc/netinit: correct mistyped rate counter

Introduced by b847a21fa48158b17c4f84c1ceeb3d143cffed8c

Change-Id: I57c41f98e3826951a5071b005cb640c23d466477
---
M openbsc/src/libbsc/net_init.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/99/799/1

diff --git a/openbsc/src/libbsc/net_init.c b/openbsc/src/libbsc/net_init.c
index 37ba3c0..65419ae 100644
--- a/openbsc/src/libbsc/net_init.c
+++ b/openbsc/src/libbsc/net_init.c
@@ -82,7 +82,7 @@
 
 	/* init statistics */
 	net->bsc_ctrs = rate_ctr_group_alloc(net, &bsc_ctrg_desc, 0);
-	net->bsc_ctrs = rate_ctr_group_alloc(net, &msc_ctrg_desc, 0);
+	net->msc_ctrs = rate_ctr_group_alloc(net, &msc_ctrg_desc, 0);
 
 	net->mncc_recv = mncc_recv;
 	net->ext_min = GSM_MIN_EXTEN;

-- 
To view, visit https://gerrit.osmocom.org/799
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I57c41f98e3826951a5071b005cb640c23d466477
Gerrit-PatchSet: 1
Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>



More information about the gerrit-log mailing list