aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-11-12gsm/lapdm: Fix UI frames from BTS->MS have length (B4 format)Andreas.Eversberg1-7/+11
2011-11-12gsm/lapdm: Fix TA and power level handling in the ACCH headerAndreas.Eversberg1-6/+14
2011-11-12gsm/lapdm: Set N201 depending on the frame typeAndreas.Eversberg1-5/+5
2011-11-12gsm/lapdm: Make T200 timer depends on the link type (SACCH is slower)Andreas.Eversberg1-5/+6
2011-11-12gsm/lapdm: Add missing msgb_free in rslms_rx_rll error casesAndreas.Eversberg1-0/+2
2011-11-12lapd: Fixed possible double free buf in lapd_core.cAndreas Eversberg1-2/+3
2011-11-12vty: Fixed vty_down_level to move down from config nodesAndreas.Eversberg1-3/+5
2011-11-12vty/telnet_interface: Add telnet_exit functionAndreas.Eversberg1-0/+12
2011-11-12core/timer: Allow an already scheduled timer to be re-scheduled at a new timeSylvain Munaut1-2/+6
2011-11-12core/rbtree: remove redundant if()-condition in rb_erase()Sylvain Munaut1-4/+4
2011-11-12core/rbtree: make clear distinction between two different cases in rb_erase()Sylvain Munaut1-4/+4
2011-11-12core/rbtree: reorganize code in rb_erase() for additional changesSylvain Munaut1-9/+9
2011-11-12core/rbtree: optimize rb_erase()Sylvain Munaut1-10/+4
2011-11-12core/rbtree: add const qualifier to some functionsSylvain Munaut1-6/+6
2011-11-11core/utils: Add a symbol alias for a previous typo for compatibilitySylvain Munaut1-0/+4
2011-11-10utils: Fix a bad double osmo_ prefix for osmo_hexdump_nospcSylvain Munaut1-1/+1
2011-11-09freebsd: Provide a dummy backtrace implementation that does nothingHolger Hans Peter Freyther1-0/+4
2011-11-09freebsd: Fixes for the compilation of libosmocore on FreeBSDHolger Hans Peter Freyther3-2/+6
2011-10-21timer: Add compatibility header with timer helpersSylvain Munaut1-0/+1
2011-10-21core: Fix include path to use top_builddir as well for generated headersSylvain Munaut1-1/+1
2011-10-18timer: Simplify osmo_timers_nearest even moreSylvain Munaut1-4/+4
2011-10-17timer: Fix implementation of osmo_timers_nearest causing high CPU loadSylvain Munaut1-4/+2
2011-10-17bump major library version / breaking the ABI with the rb_tree timersHarald Welte1-1/+1
2011-10-17timer: add scalable RB-tree based timer infrastructurePablo Neira Ayuso1-81/+95
2011-10-17add rb-tree implementation to libosmocorePablo Neira Ayuso2-1/+390
2011-10-10build: resolve link failure when --disable-talloc is usedJan Engelhardt1-0/+2
2011-10-10update LIBVERSION to reflect new API additions0.3.10Harald Welte2-2/+2
2011-10-10Added defines to use primitive/operation tuples in switch/case statementsAndreas Eversberg1-58/+20
2011-10-10LAPD: Moved timer handling into seperate functionsAndreas Eversberg1-72/+87
2011-10-10Split of LAPDm into a core part and a GSM specific partroot3-1621/+2456
2011-10-10Changed logging of LAPD from DLLAPDM to DLLAPDroot1-3/+3
2011-10-03vty: Provide documentation for all logging facilitiesHolger Hans Peter Freyther1-1/+10
2011-10-03vty: Provide logging set-log-mask, deprecate set log maskHolger Hans Peter Freyther1-2/+12
2011-09-28core/serial: Fix typoSylvain Munaut1-1/+1
2011-09-28core/serial: support custom baud rates on OS XSylvain Munaut1-2/+22
2011-09-26gsmtap: Fix doxygen doc for the recent additionsSylvain Munaut1-2/+22
2011-09-26gsmtap: Add a _ex version of gsmtap_{makemsg,send} to specify content typeSylvain Munaut1-4/+21
2011-09-16core: Add generic CRC functions (templates expended to 8 16 32 64 bits)Sylvain Munaut2-1/+126
2011-09-03LAPDm: Fix encoding of RLL ERROR IE0.3.8Harald Welte1-1/+0
2011-09-02core/serial: Add utilities to deal with serial portsSylvain Munaut2-0/+213
2011-09-02gsm/gsm48_ie: Fix other range format decodingAndreas.Eversberg1-66/+63
2011-09-02RSL: add rsl_ipac_msg_name() for ipa specific RSL extension namesHarald Welte1-0/+36
2011-09-01gsm/gsm48_ie: Fix Range 256 format decodingSylvain Munaut1-20/+35
2011-09-01add functions for bit-reversalHarald Welte1-0/+57
2011-08-31logging: add osmo_vlogp() as vararg / va_list compatible functionHarald Welte1-4/+5
2011-08-30doxygen: Add main page for all three librariesHarald Welte3-0/+113
2011-08-17doxygen: Add documentation for Abis OMLHarald Welte1-4/+29
2011-08-17doxygen: split VTY configuration in multiple filesHarald Welte2-2/+2
2011-08-17RSL: add doxygen documentationHarald Welte1-3/+27
2011-08-17doxygen: Add documentation for LAPDm codeHarald Welte1-4/+38