aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gb_proxy.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-19 14:04:23 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-19 14:04:23 +0200
commit7af4962e071a69a48231abede1701ca65cb620fe (patch)
tree5f62a6bdc037e14b4418c19f76c0d0025d358dec /openbsc/include/openbsc/gb_proxy.h
parentab1d5626ace2adfb44ab2534098efa0076604b21 (diff)
[SGSN] Gb Proxy: Simplify configuration
Almost all parameters about the SGSNs NS-VC can be specified in the NS protocol node. All that needs to remain in the gbproxy config node is "nsip sgsn nsei XXX".
Diffstat (limited to 'openbsc/include/openbsc/gb_proxy.h')
-rw-r--r--openbsc/include/openbsc/gb_proxy.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/openbsc/include/openbsc/gb_proxy.h b/openbsc/include/openbsc/gb_proxy.h
index 8979aac84..ad0405fd6 100644
--- a/openbsc/include/openbsc/gb_proxy.h
+++ b/openbsc/include/openbsc/gb_proxy.h
@@ -13,11 +13,7 @@ struct gbproxy_config {
u_int32_t nsip_listen_ip;
u_int16_t nsip_listen_port;
- u_int32_t nsip_sgsn_ip;
- u_int16_t nsip_sgsn_port;
-
u_int16_t nsip_sgsn_nsei;
- u_int16_t nsip_sgsn_nsvci;
/* misc */
struct gprs_ns_inst *nsi;