summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* doc: Fix typo in Doxyfile.core.in causing sources to be ignoredSylvain Munaut2013-02-081-1/+1
* core/crc: Fix the 64 bits implementationSylvain Munaut2013-02-011-2/+2
* fr_test: Speculative build fix for FreeBSDHolger Hans Peter Freyther2013-01-151-0/+3
* fr: Begin with a GRE/FrameRelay test due the recent regressionHolger Hans Peter Freyther2013-01-156-2/+93
* 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
* doxyfiles: refer paths to @srcdir@Alex Badea2013-01-064-4/+4
* tests/timer: tweak path to config.hAlex Badea2013-01-061-1/+1
* Replace obsolete automake AM_CONFIG_HEADER.Christian Vogel2013-01-061-1/+1
* debian: Bump the changelog and package osmo-arfcnHolger Hans Peter Freyther2013-01-044-0/+16
* 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
* tests: Don't delete atconfig in cleanDaniel Willmann2012-12-261-1/+2
* lapd: Fix compiler warnings in the lapd codeHolger Hans Peter Freyther2012-12-261-0/+2
* lapd: Check in rslms_rx_rll() if lapdm context was initialized earlierDaniel Willmann2012-12-263-2/+62
* Add tlvp_val16_unal() / tlvp_val32_unal() to align 16 and 32 bit valuesAndreas Eversberg2012-12-181-0/+24
* 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-117-12/+8
* utils/osmo-arfcn: Implement option to get ARFCN from frequencySylvain Munaut2012-12-111-1/+32
* gsm: Add method to find ARFCN based on frequencySylvain Munaut2012-12-113-45/+69
* osmo-arfcn: add support for PCS bandHarald Welte2012-12-061-6/+13
* rsl: Add the 9.3.20 release mode enum to be used in OpenBSCHolger Hans Peter Freyther2012-12-061-0/+6
* 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-062-3/+7
* 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-222-32/+70
* smc: Introduce an id and prefix all log messages with SMC(ID)Holger Hans Peter Freyther2012-11-222-31/+62
* actually install osmo-arfcn and osmo-auc-gen as part of 'make install'Harald Welte2012-11-161-1/+1
* msgb: fix msgb_pull_u*()Steve Markgraf2012-11-141-3/+3
* smc: Fix a typo in the smc codeHolger Hans Peter Freyther2012-11-141-1/+1
* smc: Make it possible to include gsm0411_smc.h as first header fileHolger Hans Peter Freyther2012-11-141-0/+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
* debian: Create a git-buildpackage based 0.5.3Holger Hans Peter Freyther2012-11-062-1/+7
* debian: Testing was disabled because of a funny x86 compiler issue caused by usHolger Hans Peter Freyther2012-11-051-5/+0
* GSM48: Avoid unaligned access in gsm48_construct_raAndreas Eversberg2012-11-051-1/+3
* Add "extern" keywordsTobias Engel2012-10-271-5/+5
* Do not use --version-script linker flag on OSXTobias Engel2012-10-273-2/+14
* Define struct iphdr for OSXTobias Engel2012-10-271-1/+1
* logging: Make sure to install standard "end" command in VTY nodeHarald Welte2012-10-222-0/+3
* 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-303-11/+30
* Fix: gprs_ns_destroy() now frees all NSVCs and its timersAndreas Eversberg2012-09-291-4/+14
* logging: Modify the testcase to excercise Nico's fixHolger Hans Peter Freyther2012-09-271-1/+1