aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-03-18 00:01:23 +0800
committerHarald Welte <laforge@gnumonks.org>2010-05-04 07:20:41 +0200
commitab88a62f6615e172f93b0be67f466e04181ca190 (patch)
tree5eace1baa2766b52af2fbef89e5b6398ee80eef8 /openbsc/include/openbsc/gsm_data.h
parent9b455bf801411d0d3297febab68011e8ab6c13d9 (diff)
some more GPRS related comments
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index ab555797a..70f352b0b 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -391,11 +391,14 @@ struct gsm_envabtse {
struct gsm_bts_gprs_nsvc {
struct gsm_bts *bts;
+ /* data read via VTY config file, to configure the BTS
+ * via OML from BSC */
int id;
u_int16_t nsvci;
- u_int16_t local_port;
- u_int16_t remote_port;
- u_int32_t remote_ip;
+ u_int16_t local_port; /* on the BTS */
+ u_int16_t remote_port; /* on the SGSN */
+ u_int32_t remote_ip; /* on the SGSN */
+
struct gsm_nm_state nm_state;
};