summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-11-05GSM48: Avoid unaligned access in gsm48_construct_raAndreas Eversberg1-1/+3
2012-10-27Add "extern" keywordsTobias Engel1-5/+5
2012-10-27Do not use --version-script linker flag on OSXTobias Engel3-2/+14
2012-10-27Define struct iphdr for OSXTobias Engel1-1/+1
2012-10-22logging: Make sure to install standard "end" command in VTY nodeHarald Welte2-0/+3
2012-10-22logging: Don't forget to save "logging filter all 1"Harald Welte1-0/+4
2012-09-30Doc: Adding new parameter descriptions in gprs_bssgp_bss.cAndreas Eversberg1-1/+9
2012-09-30Fix: Correcting bssgp_tx_fc_bvc, bssgp_tx_fc_ms, bssgp_tx_ul_udAndreas Eversberg3-11/+30
2012-09-29Fix: gprs_ns_destroy() now frees all NSVCs and its timersAndreas Eversberg1-4/+14
2012-09-27logging: Modify the testcase to excercise Nico's fixHolger Hans Peter Freyther1-1/+1
2012-09-27logging: Move the logging test from OpenBSC into libosmocoreHolger Hans Peter Freyther6-2/+94
2012-09-27logging.c: Do not crash on empty category nameNico Golde1-5/+7
2012-09-21gsm_utils.c: in 7bit decoding, first check if the last character was an exten...Nico Golde1-5/+5
2012-09-20gsm_utils: Fix up coding style in previous patchHarald Welte1-2/+2
2012-09-20build: fix directory creation for core headers, introduced by d471a219.Nico Golde1-1/+1
2012-09-20gsm_utils.c: cleanup + do not use dynamic memory when decoding 7bit messagesNico Golde1-14/+13
2012-09-17Fix build with dpkg-buildpackage.Max2-0/+11
2012-09-11git: Ignore generated tests executablesHolger Hans Peter Freyther1-0/+2
2012-09-11vty: Include osmocom/core/utils.h for the value_string structHolger Hans Peter Freyther1-0/+1
2012-09-11tests: Make the gb test work with srcdir != builddirHolger Hans Peter Freyther4-53/+56
2012-09-11logging: Introduce a print_filename flag for the logtargetHolger Hans Peter Freyther2-5/+20
2012-09-11vty: Address compiler warning about the const qualifierHolger Hans Peter Freyther1-1/+1
2012-09-11vty: Address compiler warning about tolowerHolger Hans Peter Freyther1-0/+1
2012-09-11gsm: Address compiler warning about unused variable 'z'Holger Hans Peter Freyther1-3/+4
2012-09-11logging: Mark the log_info_cat pointer as constsHolger Hans Peter Freyther2-3/+4
2012-09-10Gb: Add functions for sending flow control messages from BSS sideHarald Welte2-0/+113
2012-09-10Gb: Add header file for BSS-side BSSGP functionsHarald Welte3-0/+69
2012-09-08libosmogb: make build conditional, disable in embedded buildHarald Welte2-0/+11
2012-09-08backtrace: don't use fprintf, but printf (for osmocom-bb)Harald Welte1-1/+1
2012-09-08msgb: msgb_get() is supposed to get bytes from END, msgb_pull() from HEADHarald Welte1-3/+34
2012-09-07Merge branch 'bssgp_fc'Harald Welte10-6/+705
2012-09-07BSSGP: print per-bvc flow control parameters on vtyHarald Welte1-1/+12
2012-09-07BSSGP: make bvc_ctx->fc a dynamic talloc allocationHarald Welte3-56/+58
2012-09-07GPRS BSSGP test: integrate into autotestHarald Welte4-0/+223
2012-09-07BSSGP flow-control: Add unit test for algorithm testsHarald Welte2-1/+172
2012-09-07BSSGP flow-control: various fixesHarald Welte3-15/+49
2012-09-07libosmogb: Port BSSGP flow control from openbsc/laforge/bssgp_fc branchHarald Welte3-4/+262
2012-09-07USSD: text is 'char' not uint8_tHarald Welte1-1/+1
2012-09-07BSSGP: fix unused variable compiler warningsHarald Welte1-8/+2
2012-09-07libosmogb: build without strict aliasing rulesHarald Welte2-2/+2
2012-09-02gsmtap: add minimal support for encapsulating UMTS RRC in GSMTAPHarald Welte1-0/+7
2012-08-29libosmogsm: Back-port SMS related fixes from openbscHarald Welte2-1/+35
2012-08-26Use package version since git info won't be available.Eric Butler2-1/+15
2012-08-26Fix debian package building.Eric Butler5-8/+11
2012-08-25misc: Fix make distcheck of libosmocore by adding the result to the distHolger Hans Peter Freyther1-1/+2
2012-08-24GSM 04.08: Add 'enum gsm48_bcap_speech_ver'Harald Welte1-0/+9
2012-08-24GSM 04.08: Add support for parsing CSD related bearer capabilitiesHarald Welte7-6/+314
2012-08-24gsm48_ie: annotate functions with chapter numbers from 04.08 specHarald Welte1-29/+29
2012-08-24GSM 08.58: Add channel modes for transparent data servicesHarald Welte1-4/+20
2012-08-20import vty_cmd_string_from_valstr() from osmo-btsHarald Welte2-0/+59