aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_subscriber.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-12-24 21:43:14 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-12-24 21:43:14 +0100
commitee139e725386b1df7e482ea76b143fc931a48470 (patch)
treeb0357b2a8b90918d9f73de1314aae9eb72c33111 /openbsc/src/gsm_subscriber.c
parenta29e43a26fae23d5132461cf7bfa43a1ca64761f (diff)
parentabd0cac0c52d52d40ac0d51710010fee28200f3d (diff)
Merge branch 'zecke/subscr'
Diffstat (limited to 'openbsc/src/gsm_subscriber.c')
-rw-r--r--openbsc/src/gsm_subscriber.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/openbsc/src/gsm_subscriber.c b/openbsc/src/gsm_subscriber.c
index ed76e453b..f066eca67 100644
--- a/openbsc/src/gsm_subscriber.c
+++ b/openbsc/src/gsm_subscriber.c
@@ -318,4 +318,7 @@ int subscr_update(struct gsm_subscriber *s, struct gsm_bts *bts, int reason)
return db_sync_subscriber(s);
}
-
+void subscr_update_from_db(struct gsm_subscriber *sub)
+{
+ db_subscriber_update(sub);
+}