aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gb_proxy_main.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-25enable telnet VTY bind address config for various programsNeels Hofmeyr1-4/+8
2015-11-02stats: Enable stats for sgsn, gbproxy, nitb, bsc, natJacob Erlbeck1-0/+4
2015-09-24vty: Change the return type from enum to intHolger Hans Peter Freyther1-1/+1
2015-01-27gbproxy: Remove dummy definition of subscr_putJacob Erlbeck1-3/+0
2015-01-27gb_proxy: No need to copy optargHolger Hans Peter Freyther1-1/+1
2014-08-24Use port number #defines for VTY and CTRL portsHarald Welte1-1/+2
2014-08-04gbproxy: Remove global state from the gbproxyHolger Hans Peter Freyther1-2/+2
2014-08-04gbproxy: Move the VTY code into the vty file and create public APIHolger Hans Peter Freyther1-0/+1
2014-07-22gprs: Implement BSSGP MCC/MNC patchingJacob Erlbeck1-1/+1
2013-10-15gbproxy: Replace NS-VC references by NSEIJacob Erlbeck1-1/+1
2012-06-17libgb: make sure all BSSGP functions have bssgp_ prefixHarald Welte1-1/+1
2012-06-17libgb/gprs: don't use log_info from libcommon anymoreHarald Welte1-2/+27
2012-06-17libgb: prefix all NS related functions with gprs_Harald Welte1-1/+1
2012-06-16libgb: Remove dependency to openbsc/debug.hHarald Welte1-0/+2
2012-06-16libgb: remove dependencies to openbsc/vty.h and openbsc/gsm_data.hHarald Welte1-1/+1
2012-06-16libgb: Use library SS_L_NS instead lf local SS_NSHarald Welte1-1/+1
2012-06-16split libgb into a separate library for outside useHarald Welte1-2/+3
2012-03-01misc: Use msgb_free for freeing the messagesHolger Hans Peter Freyther1-1/+1
2011-08-19src: port openBSC over libosmo-abis0.9.15Pablo Neira Ayuso1-1/+1
2011-07-18misc: Remove the osmocom/core/process.h includeHolger Hans Peter Freyther1-1/+0
2011-05-12misc: Use the osmo_init code for signals and loggingHolger Hans Peter Freyther1-10/+7
2011-05-06src: use namespace prefix osmo_signal*Pablo Neira Ayuso1-2/+2
2011-05-06src: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso1-1/+1
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