aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-01-03 05:48:32 +0000
committerHolger Freyther <zecke@selfish.org>2009-01-03 05:48:32 +0000
commit460af8b7948c8c231a239a8732bac798020cd914 (patch)
treea71c8acc1719a7e27c84378e646f90b0581d327a /include/openbsc/gsm_data.h
parent1272aab1cd6d11fc690bba076d2cf66e30fc21fb (diff)
Clean up struct gsm_network and remove the gsm_subscriber
Diffstat (limited to 'include/openbsc/gsm_data.h')
-rw-r--r--include/openbsc/gsm_data.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/openbsc/gsm_data.h b/include/openbsc/gsm_data.h
index 30e8b4617..71ad88fe2 100644
--- a/include/openbsc/gsm_data.h
+++ b/include/openbsc/gsm_data.h
@@ -167,10 +167,6 @@ struct gsm_bts {
struct gsm_bts_trx trx[BTS_MAX_TRX+1];
};
-struct gsm_ms {
- unsigned long imei;
-};
-
struct gsm_network {
/* global parameters */
u_int16_t country_code;
@@ -181,8 +177,6 @@ struct gsm_network {
unsigned int num_bts;
/* private lists */
struct gsm_bts bts[GSM_MAX_BTS+1];
- struct gsm_ms *ms;
- struct gsm_subscriber *subscriber;
/* management of the lower layers to allow the bsc to hook into it */
void (*update_request)(struct gsm_bts *, u_int32_t tmsi, int accepted);