aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gb_proxy.h
AgeCommit message (Collapse)AuthorFilesLines
2010-05-25Migrate VTY code to libosmovtyHarald Welte1-1/+1
2010-05-19[GPRS] NS: VTY: Move all local ip/port bind values into 'ns' nodeHarald Welte1-5/+0
This removes the requirement for gb_proxy and sgsn to have duplicate vty parsing code
2010-05-19[GPRS] Add Frame Relay in GRE encapsulation for NSHarald Welte1-0/+2
2010-05-19[SGSN] Gb Proxy: Simplify configurationHarald Welte1-4/+0
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".
2010-05-14[GPRS] gb_proxy: Initiate RESET procedure on persistent NS-VC at startupHarald Welte1-0/+4
Some BSS that connect to the proxy do not continue to perform the RESET procedure after a timeout. In order to resurrect them, we simply start a RESET procedure.
2010-05-11[gprs] gb_proxy: Forward NS-RESET/NS-BLOCK/NS-UNBLOCK from SGSN to BTSsHarald Welte1-0/+2
2010-05-11[gprs] gb_proxy: More VTY 'show' informationHarald Welte1-0/+2
The 'show gbproxy' now actually shows information about the Gb proxy BTS peers, whereas 'show ns' shows information about existing NS links.
2010-05-04[gprs] gb_proxy: Fix proxying of BSS messages to SGSNHarald Welte1-0/+1
We don't keep a superfluous gbprox_peer for the SGSN anymore.
2010-05-04[gprs] fully integrate VTY configuration into Gb proxyHarald Welte1-0/+37
The Gb-proxy is now fully configured by config file / VTY