aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-05-29core/conv: rename viterbi_gen.c to viterbi_generic.cVadim Yanitskiy2-1/+1
2017-05-26socket: Add osmo_sock_init2_ofd() functionPau Espin Pedrol2-0/+27
2017-05-26Introduce build script for arm-none-eabi cross-compilationsblobb1-0/+33
2017-05-26Revert "Introduce build script for arm-none-eabi cross-compilations"blobb1-33/+0
2017-05-25Introduce build script for arm-none-eabi cross-compilationsblobb1-0/+33
2017-05-24Add human-readable names for signal_nsMax3-0/+13
2017-05-24Distinguish between unsupported and invalid MCSMax2-59/+63
2017-05-24core/conv: add x86 SSE support for Viterbi decoderTom Tsou4-10/+748
2017-05-18tests/Makefile.am: do not test disabled featuresVadim Yanitskiy1-4/+19
2017-05-17src/select.c: Don't #include <sys/select.h> if it doesn't existHarald Welte1-1/+1
2017-05-17add libpseudotalloc as super-simplistic talloc replacementHarald Welte9-1/+145
2017-05-17gitignore: Update with new *_gen.c files and generic 'tags'Harald Welte1-0/+2
2017-05-17sercomm: More API documentationHarald Welte2-5/+62
2017-05-17sercomm: Better integration of driver interfaceHarald Welte2-34/+24
2017-05-17add sercomm unit testHarald Welte4-2/+169
2017-05-17sercomm: Include in libosmocore MakefileHarald Welte4-5/+6
2017-05-17src/panic.c: Remove unneeded #include of gsm_utils.hHarald Welte1-1/+0
2017-05-17sercomm: Rename sercomm_lock() to sercomm_drv_lock()Harald Welte1-18/+15
2017-05-17sercomm: remove unrequired helper functionsHarald Welte2-15/+0
2017-05-17sercomm: Move HDLC related defines into C fileHarald Welte2-7/+7
2017-05-17sercomm: Add doxygen-style documentation to public APIHarald Welte2-13/+32
2017-05-17sercomm: include header file from osmocom/coreHarald Welte1-2/+1
2017-05-17sercomm: make rx msg size configurable per instanceHarald Welte2-4/+7
2017-05-17sercomm: introduce osmo_ naming prefix in struct and function namesHarald Welte2-28/+28
2017-05-17sercomm: Enable multiple instances of 'sercomm'Harald Welte2-104/+106
2017-05-17Import sercomm.c from osmocom-bbHarald Welte2-0/+404
2017-05-17utils/osmo-sim-test.c: strip unused variablesVadim Yanitskiy1-5/+1
2017-05-17gsm/gsm0411_smr.c: strip unused variableVadim Yanitskiy1-2/+1
2017-05-17l1sap: Add frame-number to measurement indication structPhilipp Maier1-0/+1
2017-05-15timer: use timerclear() rather than explicit tv_set = tv_usec = 0Harald Welte1-2/+1
2017-05-15stats: Disable stats*.c on embedded targetsHarald Welte3-0/+28
2017-05-15gsm/tlv.h: fix copy-paste errorVadim Yanitskiy1-2/+2
2017-05-15fsm_test.c: fix unreachable checkVadim Yanitskiy1-1/+3
2017-05-15strrb: Add missing #include to talloc.hHarald Welte1-0/+1
2017-05-15gsm0808 + ipa: fix compilation on systems without sys/socket.hHarald Welte4-5/+17
2017-05-15libosmogb: Convert to use new endian conversion helpersHarald Welte6-96/+91
2017-05-15tlv: Add tlvp_val{16,32}be() to get TLV values in unaligned host byte orderHarald Welte1-0/+23
2017-05-15use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocoreHarald Welte10-34/+31
2017-05-15introduce byteswap.h with osmo_{htonl,ntohl,htons,ntohs}Harald Welte6-2/+89
2017-05-15endian.h: Make it work on 'bare iron' builds (and possibly more platforms)Harald Welte1-1/+13
2017-05-15src/logging.c: Fix EMBEDDED buildHarald Welte1-1/+1
2017-05-14kasumi_test.c: fix incomplete checkVadim Yanitskiy1-8/+8
2017-05-14Make EARFCN size calculation more robustMax3-7/+26
2017-05-12gsm_04_08: Add missing GSM cause valueDaniel Willmann2-0/+6
2017-05-11configure.ac: fix build on systems without SIMD supportVadim Yanitskiy1-3/+4
2017-05-10doc: fix incorrect return value descriptionMax1-1/+1
2017-05-09timer: add osmo_timer_setup()Pablo Neira Ayuso11-22/+26
2017-05-09vty: cleanup logging functionsMax5-18/+19
2017-05-09gprs: add value strings for NS PDU typeMax3-2/+29
2017-05-08Simplify ctrl cmd lookupMax2-32/+25