aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gb_proxy_main.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-18misc: Remove sys/types.h includes from the filesHolger Hans Peter Freyther1-1/+0
2011-04-18misc: Move from u_int to uint types of stdint.hHolger Hans Peter Freyther1-1/+1
2011-03-23src: use new library libosmogsm and new path to headers in libosmocorePablo Neira Ayuso1-4/+4
2011-03-23src: fix use of logging_vty_add_cmds() without log_info parameterPablo Neira Ayuso1-1/+2
2011-02-24Use shorter vty_app_info->name for all appsHarald Welte1-1/+1
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte1-7/+6
2010-10-06misc: Once again go from "On Waves" to "On-Waves"..Holger Hans Peter Freyther1-1/+1
2010-09-11vty: Use \r\n in the copyright messagesHolger Hans Peter Freyther1-4/+4
2010-09-04vty: Add the config node code to everyone.Holger Hans Peter Freyther1-0/+1
2010-08-25Introduce '-D' commandline option to daemonize processesHarald Welte1-1/+16
2010-06-09misc: Fix the return type of the go back vty function...Holger Hans Peter Freyther1-1/+1
2010-05-25[VTY] use new struct vty_app_info in libvtyHarald Welte1-1/+10
2010-05-25Migrate VTY code to libosmovtyHarald Welte1-2/+2
2010-05-19[GPRS] NS: VTY: Move all local ip/port bind values into 'ns' nodeHarald Welte1-9/+6
2010-05-19[GPRS] Add Frame Relay in GRE encapsulation for NSHarald Welte1-1/+11
2010-05-19[SGSN] Gb Proxy: Simplify configurationHarald Welte1-10/+12
2010-05-16VTY: separate VTY logging commands and OpenBSC node exit codeHarald Welte1-1/+1
2010-05-16VTY: decouple telnet_interface from 'struct gsmnet'Harald Welte1-13/+7
2010-05-16VTY: pass program name, version and copyright to vty_init()Harald Welte1-8/+6
2010-05-14[GPRS] gb_proxy: Initiate RESET procedure on persistent NS-VC at startupHarald Welte1-0/+4
2010-05-14[GPRS] Gb_proxy: Support common command line argumentsHarald Welte1-1/+72
2010-05-13[GPRS] NS: Start to use rate_ctr_group code from libosmocoreHarald Welte1-0/+2
2010-05-12GPRS: Gb proxy memory leak debugging with SIGUSRHarald Welte1-0/+34
2010-05-12NS: Add support for persistent NS-VC configurationHarald Welte1-5/+8
2010-05-11[gprs] use TCP port 4246 for the gb_proxy vty telnetHarald Welte1-1/+1
2010-05-11[gprs] gb_proxy: Send proper BSSGP STATUS msg in error caseHarald Welte1-7/+6
2010-05-11[gprs] gb_proxy: Forward NS-RESET/NS-BLOCK/NS-UNBLOCK from SGSN to BTSsHarald Welte1-0/+1
2010-05-04[gprs] Move all GPRS related code to src/gprs subdirectoryHarald Welte1-0/+149