gprs_ns2: calculate the nse->*_sums before notifing the sns fsm

The sns fsm needs these information to determine if there is a signalling nsvc left

Change-Id: I7b115921780bd1ae895d8b9d0d4aec3e1cbaaf58
This commit is contained in:
Alexander Couzens 2021-07-20 22:14:35 +02:00
parent c2fec69baa
commit 616a949456
1 changed files with 1 additions and 1 deletions

View File

@ -1391,8 +1391,8 @@ void ns2_nse_notify_unblocked(struct gprs_ns2_vc *nsvc, bool unblocked)
{
struct gprs_ns2_nse *nse = nsvc->nse;
ns2_sns_notify_alive(nse, nsvc, unblocked);
ns2_nse_data_sum(nse);
ns2_sns_notify_alive(nse, nsvc, unblocked);
if (unblocked == nse->alive)
return;