fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmocom-bb/+/34704?usp=email )


Change subject: Correctly detect the follow-on proceed information element
......................................................................

Correctly detect the follow-on proceed information element

Even if follow-on proceed is not supported, the warning message about
not beeing supported should only show when the follow-on proceed
information element is included in the location update accept messages.

Change-Id: I2b1aceb8b85bdd9faabe354501f9036f1fc6fe33
---
M src/host/layer23/src/mobile/gsm48_mm.c
1 file changed, 14 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/04/34704/1

diff --git a/src/host/layer23/src/mobile/gsm48_mm.c 
b/src/host/layer23/src/mobile/gsm48_mm.c
index 810dfa7..bcd2c64 100644
--- a/src/host/layer23/src/mobile/gsm48_mm.c
+++ b/src/host/layer23/src/mobile/gsm48_mm.c
@@ -2710,7 +2710,7 @@
        gsm322_plmn_sendmsg(ms, nmsg);

        /* follow on proceed */
-       if (TLVP_PRESENT(&tp, GSM48_IE_MOBILE_ID))
+       if (TLVP_PRESENT(&tp, GSM48_IE_FOLLOW_ON_PROC))
                LOGP(DMM, LOGL_NOTICE, "follow-on proceed not supported.\n");

        /* start RR release timer */

--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/34704?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I2b1aceb8b85bdd9faabe354501f9036f1fc6fe33
Gerrit-Change-Number: 34704
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanits...@sysmocom.de>
Gerrit-CC: jolly <andr...@eversberg.eu>
Gerrit-MessageType: newchange

Reply via email to