summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi2013-02-274-6/+351
* Fix log level "everything" and make it equal to "debug"Harald Welte2013-02-191-1/+1
* misc: Doxygen tweaks: fixed some typos and minor errorsKaterina Barone-Adesi2013-02-1512-18/+19
* VTY: don't show HIDDEN or DEPRECATED vty commands in ? completionHarald Welte2013-02-121-0/+3
* vty/command.c: Cosmetic cleanupHarald Welte2013-02-121-82/+81
* turn abis_nm_debugp_foh() into a macroHarald Welte2013-02-101-12/+10
* core/crc: Fix the 64 bits implementationSylvain Munaut2013-02-011-2/+2
* socket: fix osmo_sock_init with SOCK_RAW and IPPROTO_RAWPablo Neira Ayuso2013-01-151-3/+16
* Fix build on CygwinEvgeny Zverev2013-01-121-1/+5
* add some missing doxygen annotation for libosmocore functionsHarald Welte2013-01-117-11/+75
* vty: Do better filtering of arguments, optional args particularlySylvain Munaut2013-01-031-208/+143
* core/bits: Prevent osmo_revbytebits_buf stack trashingSylvain Munaut2013-01-031-1/+1
* lapd: Check in rslms_rx_rll() if lapdm context was initialized earlierDaniel Willmann2012-12-261-2/+18
* core: Fix missing include in msgfile.c for getlineSylvain Munaut2012-12-121-0/+1
* build: Don't use the deprecated INCLUDES in the various Makefile.amSylvain Munaut2012-12-115-10/+5
* gsm: Add method to find ARFCN based on frequencySylvain Munaut2012-12-112-45/+66
* sms: Print 'network' or 'mobile' when creating the SMC/SMRHolger Hans Peter Freyther2012-12-062-3/+4
* gsm/a5: Return -ENOTSUP if the selected cipher is not supportedSylvain Munaut2012-12-061-2/+6
* lapd: Use LOGL_ERROR for messgaes that are wrong in the given contextHolger Hans Peter Freyther2012-11-261-14/+14
* misc: Use static const struct for LAPD and AbisHolger Hans Peter Freyther2012-11-222-2/+2
* sms: Mark the state dispatch table as static constHolger Hans Peter Freyther2012-11-222-4/+4
* sms: Fix typos in the comments and log messages.Holger Hans Peter Freyther2012-11-222-5/+5
* smr: Introduce an id and prefix all log messages with SMR(ID)Holger Hans Peter Freyther2012-11-221-31/+68
* smc: Introduce an id and prefix all log messages with SMC(ID)Holger Hans Peter Freyther2012-11-221-30/+60
* smc: Fix a typo in the smc codeHolger Hans Peter Freyther2012-11-141-1/+1
* smc: Print the current state of the SMSHolger Hans Peter Freyther2012-11-111-1/+3
* sms: Remove the commented out code that was the default in OpenBSCHolger Hans Peter Freyther2012-11-111-1/+0
* sms: Reduce the logging level to debugHolger Hans Peter Freyther2012-11-111-3/+3
* GSM48: Avoid unaligned access in gsm48_construct_raAndreas Eversberg2012-11-051-1/+3
* Do not use --version-script linker flag on OSXTobias Engel2012-10-272-2/+2
* Define struct iphdr for OSXTobias Engel2012-10-271-1/+1
* logging: Make sure to install standard "end" command in VTY nodeHarald Welte2012-10-221-0/+2
* logging: Don't forget to save "logging filter all 1"Harald Welte2012-10-221-0/+4
* Doc: Adding new parameter descriptions in gprs_bssgp_bss.cAndreas Eversberg2012-09-301-1/+9
* Fix: Correcting bssgp_tx_fc_bvc, bssgp_tx_fc_ms, bssgp_tx_ul_udAndreas Eversberg2012-09-302-9/+28
* Fix: gprs_ns_destroy() now frees all NSVCs and its timersAndreas Eversberg2012-09-291-4/+14
* 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