lynxis lazus has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/libosmocore/+/25148 )


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

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
---
M src/gb/gprs_ns2.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/48/25148/1

diff --git a/src/gb/gprs_ns2.c b/src/gb/gprs_ns2.c
index 6ebc5fc..8ade371 100644
--- a/src/gb/gprs_ns2.c
+++ b/src/gb/gprs_ns2.c
@@ -1388,8 +1388,8 @@
 {
        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;

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I7b115921780bd1ae895d8b9d0d4aec3e1cbaaf58
Gerrit-Change-Number: 25148
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lyn...@fe80.eu>
Gerrit-MessageType: newchange

Reply via email to