aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-30 03:04:28 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-30 03:04:28 +0800
commit0e4e35fdd6a29d7269a25f11b3ac3ee11c88a297 (patch)
treee9fc26fbbe4cb74c7893fea2f6c34930bbaadba9 /include
parentb3e1068992244a35df5a56e064daaaa6d9c986f3 (diff)
bsc: Be able to configure the LAC/MNC/MCC...
Diffstat (limited to 'include')
-rw-r--r--include/bsc_data.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/bsc_data.h b/include/bsc_data.h
index 7050bbc..e48e5b7 100644
--- a/include/bsc_data.h
+++ b/include/bsc_data.h
@@ -28,6 +28,8 @@
#include <osmocore/timer.h>
#include <osmocore/write_queue.h>
+#include <osmocore/protocol/gsm_04_08.h>
+
#include <osmocom/sccp/sccp.h>
@@ -107,6 +109,12 @@ struct bsc_data {
int udp_port;
char *udp_ip;
int once;
+
+ /* LAC of the cell */
+ struct gsm48_loc_area_id lai;
+ uint16_t mcc;
+ uint16_t mnc;
+ uint16_t lac;
};
/* bsc related functions */