aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
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;