summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* logging.c: Do not crash on empty category nameNico Golde2012-09-271-5/+7
* gsm_utils.c: in 7bit decoding, first check if the last character was an exten...Nico Golde2012-09-211-5/+5
* gsm_utils: Fix up coding style in previous patchHarald Welte2012-09-201-2/+2
* gsm_utils.c: cleanup + do not use dynamic memory when decoding 7bit messagesNico Golde2012-09-201-14/+13
* logging: Introduce a print_filename flag for the logtargetHolger Hans Peter Freyther2012-09-111-5/+17
* vty: Address compiler warning about the const qualifierHolger Hans Peter Freyther2012-09-111-1/+1
* vty: Address compiler warning about tolowerHolger Hans Peter Freyther2012-09-111-0/+1
* gsm: Address compiler warning about unused variable 'z'Holger Hans Peter Freyther2012-09-111-3/+4
* logging: Mark the log_info_cat pointer as constsHolger Hans Peter Freyther2012-09-111-2/+3
* Gb: Add functions for sending flow control messages from BSS sideHarald Welte2012-09-101-0/+105
* Gb: Add header file for BSS-side BSSGP functionsHarald Welte2012-09-101-0/+1
* libosmogb: make build conditional, disable in embedded buildHarald Welte2012-09-081-0/+2
* backtrace: don't use fprintf, but printf (for osmocom-bb)Harald Welte2012-09-081-1/+1
* BSSGP: print per-bvc flow control parameters on vtyHarald Welte2012-09-071-1/+12
* BSSGP: make bvc_ctx->fc a dynamic talloc allocationHarald Welte2012-09-071-5/+7
* BSSGP flow-control: various fixesHarald Welte2012-09-072-10/+36
* libosmogb: Port BSSGP flow control from openbsc/laforge/bssgp_fc branchHarald Welte2012-09-072-4/+225
* BSSGP: fix unused variable compiler warningsHarald Welte2012-09-071-8/+2
* libosmogb: build without strict aliasing rulesHarald Welte2012-09-071-1/+1
* libosmogsm: Back-port SMS related fixes from openbscHarald Welte2012-08-291-1/+10
* GSM 04.08: Add support for parsing CSD related bearer capabilitiesHarald Welte2012-08-241-5/+90
* gsm48_ie: annotate functions with chapter numbers from 04.08 specHarald Welte2012-08-241-29/+29
* import vty_cmd_string_from_valstr() from osmo-btsHarald Welte2012-08-201-0/+54
* increaes libosmocgsm LIBVERSIN due to gsm_decode_lai() changeHarald Welte2012-08-031-1/+1
* serial: don't set O_NDELAY, as it is more or less O_NONBLOCKHarald Welte2012-08-031-1/+1
* gb: Make suspend_ref a plain uint8_t instead of a uint8_t*Holger Hans Peter Freyther2012-08-031-1/+1
* libgb: Link to the libraries used by libgbHolger Hans Peter Freyther2012-08-021-1/+4
* vty: Print the string using "%s", string to avoid security issuesHolger Hans Peter Freyther2012-08-021-1/+1
* vty: Document the .TEXT of the descriptionHolger Hans Peter Freyther2012-07-251-1/+2
* vty: Add xsd and a command that can generate the documentation.Holger Hans Peter Freyther2012-07-251-0/+148
* Fix encoding of BSSGP_IE_NUM_OCT_AFF in bssgp_tx_llc_discarded()Andreas Eversberg2012-07-211-1/+1
* authentication: More documentationHarald Welte2012-07-181-3/+54
* backtrace: update copyright noticeHarald Welte2012-07-141-3/+1
* backtrace: Add a variant that uses the libosmocore logging frameworkHarald Welte2012-07-141-9/+37
* TLV: add new "vTvLV" type for GANHarald Welte2012-07-142-1/+22
* gsm48_decode_lai(): return real integers for mcc/mnc, not hex!Harald Welte2012-07-131-6/+13
* add gsm48_decode_lai() to map fileHarald Welte2012-07-131-0/+1
* import gsm48_decode_lai() function from osmocom-bb/mobile sysinfo.cHarald Welte2012-07-131-0/+14
* timer: Add function osmo_timer_remaining() to determine remainign timeHarald Welte2012-07-131-0/+28
* freebsd: Make libgb compile on FreeBSDHolger Hans Peter Freyther2012-07-122-0/+38
* logging: Fix compile breakage introduced by the warning fixesHolger Hans Peter Freyther2012-07-121-4/+4
* correct inverted logic from commit f3ba8aAlexander Huemer2012-07-111-1/+1
* bssgp: check for IMSI being a null pointer, not just an empty string.Harald Welte2012-07-041-1/+1
* build: use LT_INIT(pic-only) instead of forcing -fPIC.Diego Elio Pettenò2012-06-305-5/+5
* vty: avoid using a .data variable.Diego Elio Pettenò2012-06-301-7/+7
* codec: make data tables constant.Diego Elio Pettenò2012-06-304-12/+12
* build: avoid multi-level recursion for src/ directory.Diego Elio Pettenò2012-06-301-2/+0
* build: use BUILT_SOURCES for the generated source files.Diego Elio Pettenò2012-06-301-0/+2
* build: use the standard AM_V_GEN definition for output.Diego Elio Pettenò2012-06-301-2/+1
* ganc: add value_strings for GAN message type and protocol discriminatorHarald Welte2012-06-243-1/+81