diff options
Diffstat (limited to 'src/gb')
-rw-r--r-- | src/gb/gprs_ns.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gb/gprs_ns.c b/src/gb/gprs_ns.c index d0be754d..061fe589 100644 --- a/src/gb/gprs_ns.c +++ b/src/gb/gprs_ns.c @@ -886,6 +886,8 @@ static int gprs_ns_rx_reset(struct gprs_nsvc **nsvc, struct msgb *msg) (*nsvc)->nsei = nsei; (*nsvc)->nsvci = nsvci; (*nsvc)->nsvci_is_valid = 1; + rate_ctr_group_upd_idx((*nsvc)->ctrg, nsvci); + osmo_stat_item_group_udp_idx((*nsvc)->statg, nsvci); } /* inform interested parties about the fact that this NSVC |