aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gprs_sgsn.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-18 17:04:55 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-18 17:04:55 +0200
commit6463c0799c007e0454a348a533753171f1b525d8 (patch)
tree777ac703507ddfd5126955bd334130c4f91f0519 /openbsc/include/openbsc/gprs_sgsn.h
parent4e38ac7a8aee4d63276d81a4269f6d9124dc1a77 (diff)
[GPRS] SGSN: TMSI allocation
Diffstat (limited to 'openbsc/include/openbsc/gprs_sgsn.h')
-rw-r--r--openbsc/include/openbsc/gprs_sgsn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gprs_sgsn.h b/openbsc/include/openbsc/gprs_sgsn.h
index b7e0a1b96..e8b167797 100644
--- a/openbsc/include/openbsc/gprs_sgsn.h
+++ b/openbsc/include/openbsc/gprs_sgsn.h
@@ -178,4 +178,6 @@ extern struct llist_head sgsn_ggsn_ctxts;
extern struct llist_head sgsn_apn_ctxts;
extern struct llist_head sgsn_pdp_ctxts;
+uint32_t sgsn_alloc_ptmsi(void);
+
#endif /* _GPRS_SGSN_H */