aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/db.h
diff options
context:
space:
mode:
authorJan Luebbe <jluebbe@lasnet.de>2008-12-27 18:04:34 +0000
committerJan Luebbe <jluebbe@lasnet.de>2008-12-27 18:04:34 +0000
commitfac25fccbd776a5a4ffa1964d47ee78c30f66411 (patch)
treec69a0a5482c30dd7a87109779cfbed77985f0ddb /include/openbsc/db.h
parenta3d0438ff7b7b8b927e8a2d579c557c1fb3a844c (diff)
add a equipment table
Diffstat (limited to 'include/openbsc/db.h')
-rw-r--r--include/openbsc/db.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openbsc/db.h b/include/openbsc/db.h
index d102dfe59..e02bb6246 100644
--- a/include/openbsc/db.h
+++ b/include/openbsc/db.h
@@ -32,5 +32,6 @@ struct gsm_subscriber* db_create_subscriber(char imsi[GSM_IMSI_LENGTH]);
int db_get_subscriber(enum gsm_subscriber_field field, struct gsm_subscriber* subscriber);
int db_set_subscriber(struct gsm_subscriber* subscriber);
int db_subscriber_alloc_tmsi(struct gsm_subscriber* subscriber);
+int db_subscriber_assoc_imei(struct gsm_subscriber* subscriber, char imei[GSM_IMEI_LENGTH]);
#endif /* _DB_H */