aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/sgsn
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-09-10 20:30:01 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-09-10 20:30:24 +0200
commitccda6bcd423155062fd4fc8b652e05f3d4e4dc01 (patch)
treea42fe33139b8121eb95ef6293ec3776e860f2beb /include/osmocom/sgsn
parentd7276bde55c8e7fff64fdec5de07f47ad1ac01cb (diff)
sgsn_auth: Move UL check to a helper function
This same code will be re-used in next commit. Change-Id: Iedb01d20a0ccb7fccd21a4fc1da4bcf7e504f1f2
Diffstat (limited to 'include/osmocom/sgsn')
-rw-r--r--include/osmocom/sgsn/gprs_sgsn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/sgsn/gprs_sgsn.h b/include/osmocom/sgsn/gprs_sgsn.h
index 0a52a7df5..0795bea09 100644
--- a/include/osmocom/sgsn/gprs_sgsn.h
+++ b/include/osmocom/sgsn/gprs_sgsn.h
@@ -480,6 +480,7 @@ int sgsn_acl_del(const char *imsi, struct sgsn_config *cfg);
/* Request authorization */
int sgsn_auth_request(struct sgsn_mm_ctx *mm);
enum sgsn_auth_state sgsn_auth_state(struct sgsn_mm_ctx *mm);
+bool sgsn_auth_needs_update_location(struct sgsn_mm_ctx *mm);
void sgsn_auth_update(struct sgsn_mm_ctx *mm);
struct gsm_auth_tuple *sgsn_auth_get_tuple(struct sgsn_mm_ctx *mmctx,
unsigned key_seq);