aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/db.h
diff options
context:
space:
mode:
authorJan Luebbe <jluebbe@debian.org>2009-08-12 21:04:54 +0200
committerHarald Welte <laforge@gnumonks.org>2009-08-12 22:22:42 +0200
commit9eca37f93cd8937fd97a8d7edfea38ee464c7007 (patch)
tree71c6c0023139c71e76a123156faae4879fa01469 /openbsc/include/openbsc/db.h
parent1da59edf83b0a83ae648b6f12372b56321284935 (diff)
fix problems with tmsi uniqueness in the subscriber table
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 1f52d4e62..67436dfb3 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_exten(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);