From b38b33b884d3ae4637d206c50e7f91a5c1b33857 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 26 Nov 2010 21:21:04 +0100 Subject: mtp: Make the spare/ni configurable --- include/bsc_data.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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; -- cgit v1.2.3