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
This commit is contained in:
Andreas Eversberg 2023-10-09 23:39:01 +02:00
parent 203014d744
commit 6708699b22
1 changed files with 1 additions and 1 deletions

View File

@ -2710,7 +2710,7 @@ static int gsm48_mm_rx_loc_upd_acc(struct osmocom_ms *ms, struct msgb *msg)
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 */