aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-03-22 11:48:36 +0800
committerHarald Welte <laforge@gnumonks.org>2010-03-22 19:02:04 +0800
commita5731cffc4b07a85a5a6c82cf6bc223baab7cd0c (patch)
treed83d094ba07e12cec883f5443c3bdec8f4f8974c /openbsc/include/openbsc/gsm_data.h
parent94036700c1ba18de7f2d243e43f3470ebcd81e23 (diff)
GPRS: make NSEI configurable from VTY
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 18d557b39..88e7f16c3 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -469,6 +469,7 @@ struct gsm_bts {
int enabled;
struct {
struct gsm_nm_state nm_state;
+ u_int16_t nsei;
} nse;
struct {
struct gsm_nm_state nm_state;