aboutsummaryrefslogtreecommitdiffstats
path: root/include/bsc_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bsc_data.h')
-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 */