Change in osmo-sgsn[master]: gprs_sgsn.h: fix wrong type of re-attempts

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Wed Sep 19 10:31:02 UTC 2018


lynxis lazus has submitted this change and it was merged. ( https://gerrit.osmocom.org/11021 )

Change subject: gprs_sgsn.h: fix wrong type of re-attempts
......................................................................

gprs_sgsn.h: fix wrong type of re-attempts

The GMM ctx->gmm_att_req.auth_reattempt is used to track
multiple UTMS re-sync attempt of a MS.

Change-Id: I708226cec9e131dcda4234f42ed3689f4f6750e8
Fixes: f7198d7dbb84 ("gprs_gmm: introduce a GMM Attach Request FSM")
Fixes: OS#3556
---
M include/osmocom/sgsn/gprs_sgsn.h
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Pau Espin Pedrol: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/include/osmocom/sgsn/gprs_sgsn.h b/include/osmocom/sgsn/gprs_sgsn.h
index a5ca959..2fbc0b6 100644
--- a/include/osmocom/sgsn/gprs_sgsn.h
+++ b/include/osmocom/sgsn/gprs_sgsn.h
@@ -176,7 +176,7 @@
 		 * the fsm needs to compare it against old to decide what to do */
 		struct msgb *attach_req;
 		uint32_t id_type;
-		bool auth_reattempt;
+		unsigned int auth_reattempt; /* tracking UMTS resync auth attempts */
 	} gmm_att_req;
 	/* VLR number */
 	uint32_t		new_sgsn_addr;

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

Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I708226cec9e131dcda4234f42ed3689f4f6750e8
Gerrit-Change-Number: 11021
Gerrit-PatchSet: 3
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180919/c723bbbe/attachment.htm>


More information about the gerrit-log mailing list