aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/osmo_gbproxy.cfg
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-12 15:55:23 +0000
committerHarald Welte <laforge@gnumonks.org>2010-05-12 18:28:00 +0200
commit1194b584beb70b7c1ab30fa047f3af31bb3ea0ad (patch)
tree8e146d0ff9aea2558d40a5dd0f07c0b6c6d807d8 /openbsc/src/gprs/osmo_gbproxy.cfg
parentf6d67c04ee2872777a8d497103cf9f0989f5d16d (diff)
NS: Add support for persistent NS-VC configuration
With persistent NS-VC configuration (configured through VTY), we can respond properly to BSS with a somewhat strange NS implementation Such as the BSplus. It enables us to respond with a proper NS-RESET (including NSVCI/NSEI) when receiving a NS-ALIVE or other PDU for a BLOCKED/DEAD NS-VC after our end of the connection is rebooted.
Diffstat (limited to 'openbsc/src/gprs/osmo_gbproxy.cfg')
-rw-r--r--openbsc/src/gprs/osmo_gbproxy.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/openbsc/src/gprs/osmo_gbproxy.cfg b/openbsc/src/gprs/osmo_gbproxy.cfg
index f2ef1411f..d51b04a11 100644
--- a/openbsc/src/gprs/osmo_gbproxy.cfg
+++ b/openbsc/src/gprs/osmo_gbproxy.cfg
@@ -7,7 +7,7 @@ line vty
!
gbproxy
nsip bss local port 23000
- nsip sgsn remote ip 192.168.100.239
- nsip sgsn remote port 23000
- nsip sgsn nsei 1
- nsip sgsn nsvci 11
+ nsip sgsn remote ip 127.0.0.1
+ nsip sgsn remote port 7777
+ nsip sgsn nsei 101
+ nsip sgsn nsvci 101