aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-05-25[VTY] use new struct vty_app_info in libvtyHarald Welte4-4/+40
2010-05-25Migrate VTY code to libosmovtyHarald Welte37-6948/+97
2010-05-25[VTY] Introduce "struct vty_app_info" for vty_init() functionHarald Welte4-19/+22
2010-05-25rename log_info to osmo_log_info to avoid namespace clash with appHarald Welte2-17/+17
2010-05-25fix typo resultin in dist/distcheck problemHarald Welte1-1/+1
2010-05-25Add pkgconfig for libosmovtyHarald Welte3-1/+13
2010-05-25make sure we actually install the vty headersHarald Welte1-2/+4
2010-05-25Create libosmovty as library from OpenBSC VTY functionsHarald Welte20-2/+6893
2010-05-25[GPRS] NS: Always generate LOG_INFO message when we block NS-VCHarald Welte1-0/+5
2010-05-25[GPRS] Use new 'encapsulation udp local-port 23000' in osmo_sgsn.cfgHarald Welte1-1/+1
2010-05-23gprs: Cast the lh to uint_8* and make the other method non-constHolger Hans Peter Freyther1-2/+2
2010-05-23gprs: make gprs_llc_hdr_dump return void.Holger Hans Peter Freyther1-1/+1
2010-05-23gprs_llc.c: memset the llhp struct to be sure it is initialized.Holger Hans Peter Freyther1-0/+1
2010-05-23gb_proxy_vty.c: Remove variable that appears to be unusedHolger Hans Peter Freyther1-2/+0
2010-05-23gprs_ns_frgre.h: Create the header and include itHolger Hans Peter Freyther2-0/+7
2010-05-23gprs_ns.c: Make make_socket known to the compilerHolger Hans Peter Freyther1-0/+1
2010-05-23gprs: Fix warnings on funny casts for the return statementHolger Hans Peter Freyther2-5/+4
2010-05-23rate_ctr: Make the struct rate_ctr_group_desc members constHolger Hans Peter Freyther1-4/+4
2010-05-23gprs_bssgp.c: Return something from non void methods.Holger Hans Peter Freyther1-1/+3
2010-05-23gprs_bssgp.c: Cast const of TLVP_VAL away.Holger Hans Peter Freyther1-2/+2
2010-05-23gsm_04_11: Include bsc_api.h for the dtap signature.Holger Hans Peter Freyther1-0/+1
2010-05-23bs11_config.c: Forward declare BTS init functionHolger Hans Peter Freyther1-0/+1
2010-05-23vty: The method got renamed, fix various compiler warnings.Holger Hans Peter Freyther1-1/+1
2010-05-23debug: Make GPRS params non-const to avoid compiler warningHolger Hans Peter Freyther2-6/+4
2010-05-23gprs: Disable strict aliasing as we are breaking the rules right nowHolger Hans Peter Freyther1-1/+1
2010-05-23abis_oml.patch: Really allow to switch from IPA to BS11Holger Hans Peter Freyther1-15/+41
2010-05-23abis-oml.patch: Make CGI a TL16V and we have no malformed packet leftHolger Hans Peter Freyther1-4/+5
2010-05-23wireshark: Delay the assignment to a varaibleHolger Hans Peter Freyther1-10/+14
2010-05-22bsc_init: Do not use magic numbers for GSM 12.21 states.Holger Hans Peter Freyther1-6/+6
2010-05-19Added some "get"-functions to bitvec of libosmocore.Andreas.Eversberg2-0/+59
2010-05-19[GPRS] Gb proxy VTY: Make sure all lines are aligned properlyHarald Welte1-1/+1
2010-05-19[GPRS] Gb Proxy: print only one line for every BVCIHarald Welte1-4/+6
2010-05-19[GPRS] NS: Better formatting of VTY outputHarald Welte1-6/+8
2010-05-19[GPRS] NS: properly parse FR DLCI on RxHarald Welte1-10/+4
2010-05-19[GPRS] NS: Never respond to STATUS with STATUS to prevent loops!Harald Welte1-0/+6
2010-05-19[GPRS] NS: SOCK_RAW sockets always provide the full IPv4 header on receiveHarald Welte1-5/+14
2010-05-19[GPRS] NS/FR/GRE rcvmsg case: msgb_free() in error caseHarald Welte1-3/+2
2010-05-19[GPRS] Make SGSN more verbose when startup failsHarald Welte1-2/+13
2010-05-19[GPRS] NS: Make sure we allocate NS packet with headroom for FR/GREHarald Welte3-8/+12
2010-05-19[GPRS] NS: FR/GRE: Use AF_INET, correctly encode FR DLCI and GRE payload typeHarald Welte1-3/+4
2010-05-19[GPRS] NS: VTY: Move all local ip/port bind values into 'ns' nodeHarald Welte11-101/+129
2010-05-19[GPRS] Add Frame Relay in GRE encapsulation for NSHarald Welte13-54/+373
2010-05-19socket: Add support for GRE socketsHarald Welte3-5/+30
2010-05-19[SGSN] Gb Proxy: Simplify configurationHarald Welte4-65/+19
2010-05-18[GPRS] SGSN: use GGSN IP address from config file, disable TMSI allocationHarald Welte4-17/+41
2010-05-18[GPRS] SGSN: actually isert a ggsn context when we allocate itHarald Welte1-0/+1
2010-05-18[GPRS] SGSN: Make sure libgtp timer doesn't segfaultHarald Welte1-0/+1
2010-05-18[GPRS] SGSN: No need to calculate difference for libgtp timerHarald Welte1-39/+2
2010-05-18[GPRS] fix numerous compiler warningsHarald Welte4-15/+13
2010-05-18[GPRS] SGSN: TMSI allocationHarald Welte4-35/+82