aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-03-14 23:30:30 +0800
committerHarald Welte <laforge@gnumonks.org>2010-03-22 19:02:04 +0800
commitaf387633db31059973e0ba59729802203b229248 (patch)
treecf2272e4f72a91f73586c4ed4658da6c94c82be3 /openbsc/include/openbsc/gsm_data.h
parent97a282b037408438a876af81e2e9c5194c2bb69e (diff)
GPRS: make NSVC parameters VTY-configurable
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 1c18c55d9..18d557b39 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -375,6 +375,9 @@ struct gsm_bts_gprs_nsvc {
struct gsm_bts *bts;
int id;
u_int16_t nsvci;
+ u_int16_t local_port;
+ u_int16_t remote_port;
+ u_int32_t remote_ip;
struct gsm_nm_state nm_state;
};
@@ -463,6 +466,7 @@ struct gsm_bts {
/* Not entirely sure how ip.access specific this is */
struct {
+ int enabled;
struct {
struct gsm_nm_state nm_state;
} nse;