index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include codec.h file from codec C files
Harald Welte
2017-06-09
3
-0
/
+3
*
Update L3 protocol discriminator definitions
Harald Welte
2017-06-09
1
-3
/
+5
*
osmo_{fr,hr}_check_sid(): Use const input argument
Harald Welte
2017-06-09
3
-6
/
+6
*
Fix wrongful GSM FR codec SID frame detection in DTX.
Jean-Francois Dionne
2017-06-09
3
-11
/
+27
*
introduce proper test case for GSM FR detection
Harald Welte
2017-06-09
2
-0
/
+98
*
core/conv: do not mix up AVX and SSE code
Vadim Yanitskiy
2017-05-29
6
-570
/
+740
*
core/conv: rename viterbi_gen.c to viterbi_generic.c
Vadim Yanitskiy
2017-05-29
2
-1
/
+1
*
socket: Add osmo_sock_init2_ofd() function
Pau Espin Pedrol
2017-05-26
2
-0
/
+27
*
Introduce build script for arm-none-eabi cross-compilations
blobb
2017-05-26
1
-0
/
+33
*
Revert "Introduce build script for arm-none-eabi cross-compilations"
blobb
2017-05-26
1
-33
/
+0
*
Introduce build script for arm-none-eabi cross-compilations
blobb
2017-05-25
1
-0
/
+33
*
Add human-readable names for signal_ns
Max
2017-05-24
3
-0
/
+13
*
Distinguish between unsupported and invalid MCS
Max
2017-05-24
2
-59
/
+63
*
core/conv: add x86 SSE support for Viterbi decoder
Tom Tsou
2017-05-24
4
-10
/
+748
*
tests/Makefile.am: do not test disabled features
Vadim Yanitskiy
2017-05-18
1
-4
/
+19
*
src/select.c: Don't #include <sys/select.h> if it doesn't exist
Harald Welte
2017-05-17
1
-1
/
+1
*
add libpseudotalloc as super-simplistic talloc replacement
Harald Welte
2017-05-17
9
-1
/
+145
*
gitignore: Update with new *_gen.c files and generic 'tags'
Harald Welte
2017-05-17
1
-0
/
+2
*
sercomm: More API documentation
Harald Welte
2017-05-17
2
-5
/
+62
*
sercomm: Better integration of driver interface
Harald Welte
2017-05-17
2
-34
/
+24
*
add sercomm unit test
Harald Welte
2017-05-17
4
-2
/
+169
*
sercomm: Include in libosmocore Makefile
Harald Welte
2017-05-17
4
-5
/
+6
*
src/panic.c: Remove unneeded #include of gsm_utils.h
Harald Welte
2017-05-17
1
-1
/
+0
*
sercomm: Rename sercomm_lock() to sercomm_drv_lock()
Harald Welte
2017-05-17
1
-18
/
+15
*
sercomm: remove unrequired helper functions
Harald Welte
2017-05-17
2
-15
/
+0
*
sercomm: Move HDLC related defines into C file
Harald Welte
2017-05-17
2
-7
/
+7
*
sercomm: Add doxygen-style documentation to public API
Harald Welte
2017-05-17
2
-13
/
+32
*
sercomm: include header file from osmocom/core
Harald Welte
2017-05-17
1
-2
/
+1
*
sercomm: make rx msg size configurable per instance
Harald Welte
2017-05-17
2
-4
/
+7
*
sercomm: introduce osmo_ naming prefix in struct and function names
Harald Welte
2017-05-17
2
-28
/
+28
*
sercomm: Enable multiple instances of 'sercomm'
Harald Welte
2017-05-17
2
-104
/
+106
*
Import sercomm.c from osmocom-bb
Harald Welte
2017-05-17
2
-0
/
+404
*
utils/osmo-sim-test.c: strip unused variables
Vadim Yanitskiy
2017-05-17
1
-5
/
+1
*
gsm/gsm0411_smr.c: strip unused variable
Vadim Yanitskiy
2017-05-17
1
-2
/
+1
*
l1sap: Add frame-number to measurement indication struct
Philipp Maier
2017-05-17
1
-0
/
+1
*
timer: use timerclear() rather than explicit tv_set = tv_usec = 0
Harald Welte
2017-05-15
1
-2
/
+1
*
stats: Disable stats*.c on embedded targets
Harald Welte
2017-05-15
3
-0
/
+28
*
gsm/tlv.h: fix copy-paste error
Vadim Yanitskiy
2017-05-15
1
-2
/
+2
*
fsm_test.c: fix unreachable check
Vadim Yanitskiy
2017-05-15
1
-1
/
+3
*
strrb: Add missing #include to talloc.h
Harald Welte
2017-05-15
1
-0
/
+1
*
gsm0808 + ipa: fix compilation on systems without sys/socket.h
Harald Welte
2017-05-15
4
-5
/
+17
*
libosmogb: Convert to use new endian conversion helpers
Harald Welte
2017-05-15
6
-96
/
+91
*
tlv: Add tlvp_val{16,32}be() to get TLV values in unaligned host byte order
Harald Welte
2017-05-15
1
-0
/
+23
*
use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocore
Harald Welte
2017-05-15
10
-34
/
+31
*
introduce byteswap.h with osmo_{htonl,ntohl,htons,ntohs}
Harald Welte
2017-05-15
6
-2
/
+89
*
endian.h: Make it work on 'bare iron' builds (and possibly more platforms)
Harald Welte
2017-05-15
1
-1
/
+13
*
src/logging.c: Fix EMBEDDED build
Harald Welte
2017-05-15
1
-1
/
+1
*
kasumi_test.c: fix incomplete check
Vadim Yanitskiy
2017-05-14
1
-8
/
+8
*
Make EARFCN size calculation more robust
Max
2017-05-14
3
-7
/
+26
*
gsm_04_08: Add missing GSM cause value
Daniel Willmann
2017-05-12
2
-0
/
+6
[next]