ns2: use same name in ctr_group as stat_item_group

Change-Id: I7d2dcb6c7ddf72a0d06ff19f5d0e3dc740bd19ff
This commit is contained in:
Michael Iedema 2021-06-09 10:04:57 +00:00 committed by pespin
parent c3fa007610
commit a667d85a92
1 changed files with 1 additions and 0 deletions

View File

@ -606,6 +606,7 @@ struct gprs_ns2_vc *ns2_vc_alloc(struct gprs_ns2_vc_bind *bind, struct gprs_ns2_
bind->nsi->nsvc_rate_ctr_idx++;
rate_ctr_group_set_name(nsvc->ctrg, id);
osmo_stat_item_group_set_name(nsvc->statg, id);
llist_add(&nsvc->list, &nse->nsvc);