index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gsm/gsm48.c: drop useless assignment
Vadim Yanitskiy
2017-06-13
1
-1
/
+0
*
vty/command.c: drop useless assignment
Vadim Yanitskiy
2017-06-13
1
-1
/
+1
*
core/conv/conv.c: drop useless assignment
Vadim Yanitskiy
2017-06-13
1
-1
/
+1
*
gb/gprs_bssgp.c: avoid valueless goto usage
Vadim Yanitskiy
2017-06-13
1
-10
/
+3
*
sim/core.c: drop useless double assignment
Vadim Yanitskiy
2017-06-13
1
-1
/
+1
*
core/conv/viterbi.c: fix possible NULL-pointer reference
Vadim Yanitskiy
2017-06-13
1
-3
/
+16
*
update/extend doxygen documentation
Harald Welte
2017-06-12
62
-150
/
+826
*
Update doxygen main page for libosmo{core,gsm,vty}
Harald Welte
2017-06-12
3
-0
/
+36
*
gsm0503_coding: Mark gsm0503_mcs_{ul,dl}_codes as const
Harald Welte
2017-06-12
1
-6
/
+6
*
gsm0503_interleaving: Mark input arguments as 'const *'
Harald Welte
2017-06-12
1
-5
/
+5
*
Add doxygen documentation to libosmocoding
Harald Welte
2017-06-12
5
-30
/
+414
*
gsm0503_{coding,mapping}: Mark input arguments as 'const'
Harald Welte
2017-06-12
2
-55
/
+54
*
Add header file with definitions for GSM TS 04.14 / 3GPP TS 44.014
Harald Welte
2017-06-12
3
-1
/
+23
*
Include codec.h file from codec C files
Harald Welte
2017-06-09
3
-0
/
+3
*
osmo_{fr,hr}_check_sid(): Use const input argument
Harald Welte
2017-06-09
2
-4
/
+4
*
Fix wrongful GSM FR codec SID frame detection in DTX.
Jean-Francois Dionne
2017-06-09
1
-10
/
+10
*
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
1
-0
/
+23
*
Add human-readable names for signal_ns
Max
2017-05-24
2
-0
/
+11
*
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
*
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
7
-0
/
+134
*
sercomm: More API documentation
Harald Welte
2017-05-17
1
-4
/
+35
*
sercomm: Better integration of driver interface
Harald Welte
2017-05-17
1
-28
/
+17
*
sercomm: Include in libosmocore Makefile
Harald Welte
2017-05-17
2
-4
/
+4
*
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
1
-13
/
+0
*
sercomm: Move HDLC related defines into C file
Harald Welte
2017-05-17
1
-0
/
+7
*
sercomm: Add doxygen-style documentation to public API
Harald Welte
2017-05-17
1
-3
/
+13
*
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
1
-4
/
+6
*
sercomm: introduce osmo_ naming prefix in struct and function names
Harald Welte
2017-05-17
1
-14
/
+14
*
sercomm: Enable multiple instances of 'sercomm'
Harald Welte
2017-05-17
1
-93
/
+70
*
Import sercomm.c from osmocom-bb
Harald Welte
2017-05-17
1
-0
/
+343
*
gsm/gsm0411_smr.c: strip unused variable
Vadim Yanitskiy
2017-05-17
1
-2
/
+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
2
-0
/
+18
*
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
2
-3
/
+15
*
libosmogb: Convert to use new endian conversion helpers
Harald Welte
2017-05-15
6
-96
/
+91
*
use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocore
Harald Welte
2017-05-15
10
-34
/
+31
*
src/logging.c: Fix EMBEDDED build
Harald Welte
2017-05-15
1
-1
/
+1
*
Make EARFCN size calculation more robust
Max
2017-05-14
2
-6
/
+22
*
gsm_04_08: Add missing GSM cause value
Daniel Willmann
2017-05-12
1
-0
/
+3
*
doc: fix incorrect return value description
Max
2017-05-10
1
-1
/
+1
*
timer: add osmo_timer_setup()
Pablo Neira Ayuso
2017-05-09
9
-16
/
+21
*
vty: cleanup logging functions
Max
2017-05-09
2
-14
/
+15
[prev]
[next]