summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Introduce build script for arm-none-eabi cross-compilations"blobb2017-05-261-33/+0
* Introduce build script for arm-none-eabi cross-compilationsblobb2017-05-251-0/+33
* Add human-readable names for signal_nsMax2017-05-243-0/+13
* Distinguish between unsupported and invalid MCSMax2017-05-242-59/+63
* core/conv: add x86 SSE support for Viterbi decoderTom Tsou2017-05-244-10/+748
* tests/Makefile.am: do not test disabled featuresVadim Yanitskiy2017-05-181-4/+19
* src/select.c: Don't #include <sys/select.h> if it doesn't existHarald Welte2017-05-171-1/+1
* add libpseudotalloc as super-simplistic talloc replacementHarald Welte2017-05-179-1/+145
* gitignore: Update with new *_gen.c files and generic 'tags'Harald Welte2017-05-171-0/+2
* sercomm: More API documentationHarald Welte2017-05-172-5/+62
* sercomm: Better integration of driver interfaceHarald Welte2017-05-172-34/+24
* add sercomm unit testHarald Welte2017-05-174-2/+169
* sercomm: Include in libosmocore MakefileHarald Welte2017-05-174-5/+6
* src/panic.c: Remove unneeded #include of gsm_utils.hHarald Welte2017-05-171-1/+0
* sercomm: Rename sercomm_lock() to sercomm_drv_lock()Harald Welte2017-05-171-18/+15
* sercomm: remove unrequired helper functionsHarald Welte2017-05-172-15/+0
* sercomm: Move HDLC related defines into C fileHarald Welte2017-05-172-7/+7
* sercomm: Add doxygen-style documentation to public APIHarald Welte2017-05-172-13/+32
* sercomm: include header file from osmocom/coreHarald Welte2017-05-171-2/+1
* sercomm: make rx msg size configurable per instanceHarald Welte2017-05-172-4/+7
* sercomm: introduce osmo_ naming prefix in struct and function namesHarald Welte2017-05-172-28/+28
* sercomm: Enable multiple instances of 'sercomm'Harald Welte2017-05-172-104/+106
* Import sercomm.c from osmocom-bbHarald Welte2017-05-172-0/+404
* utils/osmo-sim-test.c: strip unused variablesVadim Yanitskiy2017-05-171-5/+1
* gsm/gsm0411_smr.c: strip unused variableVadim Yanitskiy2017-05-171-2/+1
* l1sap: Add frame-number to measurement indication structPhilipp Maier2017-05-171-0/+1
* timer: use timerclear() rather than explicit tv_set = tv_usec = 0Harald Welte2017-05-151-2/+1
* stats: Disable stats*.c on embedded targetsHarald Welte2017-05-153-0/+28
* gsm/tlv.h: fix copy-paste errorVadim Yanitskiy2017-05-151-2/+2
* fsm_test.c: fix unreachable checkVadim Yanitskiy2017-05-151-1/+3
* strrb: Add missing #include to talloc.hHarald Welte2017-05-151-0/+1
* gsm0808 + ipa: fix compilation on systems without sys/socket.hHarald Welte2017-05-154-5/+17
* libosmogb: Convert to use new endian conversion helpersHarald Welte2017-05-156-96/+91
* tlv: Add tlvp_val{16,32}be() to get TLV values in unaligned host byte orderHarald Welte2017-05-151-0/+23
* use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocoreHarald Welte2017-05-1510-34/+31
* introduce byteswap.h with osmo_{htonl,ntohl,htons,ntohs}Harald Welte2017-05-156-2/+89
* endian.h: Make it work on 'bare iron' builds (and possibly more platforms)Harald Welte2017-05-151-1/+13
* src/logging.c: Fix EMBEDDED buildHarald Welte2017-05-151-1/+1
* kasumi_test.c: fix incomplete checkVadim Yanitskiy2017-05-141-8/+8
* Make EARFCN size calculation more robustMax2017-05-143-7/+26
* gsm_04_08: Add missing GSM cause valueDaniel Willmann2017-05-122-0/+6
* configure.ac: fix build on systems without SIMD supportVadim Yanitskiy2017-05-111-3/+4
* doc: fix incorrect return value descriptionMax2017-05-101-1/+1
* timer: add osmo_timer_setup()Pablo Neira Ayuso2017-05-0911-22/+26
* vty: cleanup logging functionsMax2017-05-095-18/+19
* gprs: add value strings for NS PDU typeMax2017-05-093-2/+29
* Simplify ctrl cmd lookupMax2017-05-082-32/+25
* gsm0808: fix control flow issuePhilipp Maier2017-05-081-3/+2
* configure.ac: check for __builtin_cpu_supports call supportVadim Yanitskiy2017-05-081-0/+27
* configure.ac: add SIMD detection capabilitiesVadim Yanitskiy2017-05-074-0/+173