aboutsummaryrefslogtreecommitdiffstats
path: root/include/bsc_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-11-26 21:21:04 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-26 21:21:04 +0100
commitb38b33b884d3ae4637d206c50e7f91a5c1b33857 (patch)
treeb6213885a0d79603e0a0eca542fb2beb11f15231 /include/bsc_data.h
parente976df1b5bf333a9af10559fbe1de3ab6537ca64 (diff)
mtp: Make the spare/ni configurable
Diffstat (limited to 'include/bsc_data.h')
-rw-r--r--include/bsc_data.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bsc_data.h b/include/bsc_data.h
index 9030910..a8ad738 100644
--- a/include/bsc_data.h
+++ b/include/bsc_data.h
@@ -110,6 +110,10 @@ struct bsc_data {
char *udp_ip;
int once;
+ /* the network header to use */
+ int ni_ni;
+ int ni_spare;
+
/* LAC of the cell */
struct gsm48_loc_area_id lai;
uint16_t mcc;