aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/db.h
diff options
context:
space:
mode:
authorJan Luebbe <jluebbe@debian.org>2009-08-12 14:31:14 +0200
committerHarald Welte <laforge@gnumonks.org>2009-08-12 22:21:56 +0200
commit31bef49be2dffdeb28d0b4d0ee5f6df3c06ff960 (patch)
tree51f76f79a2adc1b7693e4133128ac689df9d8af0 /openbsc/include/openbsc/db.h
parentc70979a337edfae1782507ddca717e099571b686 (diff)
token support in the DB
Diffstat (limited to 'openbsc/include/openbsc/db.h')
-rw-r--r--openbsc/include/openbsc/db.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/db.h b/openbsc/include/openbsc/db.h
index d7547d601..1f52d4e62 100644
--- a/openbsc/include/openbsc/db.h
+++ b/openbsc/include/openbsc/db.h
@@ -38,6 +38,7 @@ struct gsm_subscriber* db_get_subscriber(struct gsm_network *net,
const char *subscr);
int db_sync_subscriber(struct gsm_subscriber* subscriber);
int db_subscriber_alloc_tmsi(struct gsm_subscriber* subscriber);
+int db_subscriber_alloc_token(struct gsm_subscriber* subscriber, u_int32_t* token);
int db_subscriber_assoc_imei(struct gsm_subscriber* subscriber, char *imei);
int db_sync_equipment(struct gsm_equipment *equip);