From c7b86f90119ef70e4b26df689da6026c67f5d4c4 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Sat, 6 Jun 2009 13:54:20 +0000 Subject: Revert "[db] Keep track of the current gsm_network" This was a stupid decision. We will have to assign the network at some other place. The problem will be a problem when we have two gsm_networks in one process and the same subscriber is traveling in both networks. --- include/openbsc/db.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/openbsc') diff --git a/include/openbsc/db.h b/include/openbsc/db.h index 203683257..61a3ac47c 100644 --- a/include/openbsc/db.h +++ b/include/openbsc/db.h @@ -26,7 +26,7 @@ #include /* one time initialisation */ -int db_init(const char *name, struct gsm_network *network); +int db_init(const char *name); int db_prepare(); int db_fini(); -- cgit v1.2.3