aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gb_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/gb_proxy.h')
-rw-r--r--openbsc/include/openbsc/gb_proxy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/gb_proxy.h b/openbsc/include/openbsc/gb_proxy.h
index c396d2bd1..2cdb942b2 100644
--- a/openbsc/include/openbsc/gb_proxy.h
+++ b/openbsc/include/openbsc/gb_proxy.h
@@ -92,7 +92,8 @@ struct gbproxy_config {
uint16_t nsip_sgsn_nsei;
/* misc */
- struct gprs_ns_inst *nsi;
+ struct gprs_ns_inst *sgsn_nsi;
+ struct gprs_ns_inst *bss_nsi;
/* Linked list of all Gb peers (except SGSN) */
struct llist_head bts_peers;