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
*
doxygen: unify use of \file across the board
Neels Hofmeyr
2017-06-23
130
-553
/
+532
*
doxygen: enable AUTOBRIEF, drop \brief
Neels Hofmeyr
2017-06-23
78
-673
/
+673
*
comments: gsm0808_utils: mention various 3GPP specs
Philipp Maier
2017-06-23
1
-0
/
+5
*
gsm0808: fix length check of the element decoder functions
Philipp Maier
2017-06-23
1
-6
/
+6
*
pseudotalloc: Add simplistic implementation of talloc_asprintf
Pau Espin Pedrol
2017-06-22
2
-1
/
+17
*
fsm.c: Fix compilation warning: Use PRIu32 for uint32_t
Pau Espin Pedrol
2017-06-22
1
-3
/
+4
*
timer_gettimeofday.c: Fix implicit use of timeradd
Pau Espin Pedrol
2017-06-22
1
-0
/
+1
*
gsm0808: add function gsm0808_speech_codec_from_chan_type()
Philipp Maier
2017-06-22
2
-0
/
+55
*
gsm0808: add function gsm0808_chan_type_to_speech_code()
Philipp Maier
2017-06-22
2
-0
/
+38
*
gsm0808: fix AoIP speech codec element parser/generator
Philipp Maier
2017-06-22
1
-18
/
+82
*
src/Makefile.am: fix build: use AM_CFLAGS, not CFLAGS
Neels Hofmeyr
2017-06-19
1
-4
/
+4
*
core/conv/conv_acc.c: use static allocation for trellis
Vadim Yanitskiy
2017-06-19
1
-27
/
+23
*
core/conv/conv_acc.c: use static allocation for vdecoder
Vadim Yanitskiy
2017-06-19
1
-23
/
+19
*
core/conv/conv_acc.c: delete reset_decoder()
Vadim Yanitskiy
2017-06-19
1
-20
/
+13
*
core/conv/conv_acc.c: drop unused structure member
Vadim Yanitskiy
2017-06-19
1
-2
/
+0
*
core/conv: update description headers for conv_acc_*
Vadim Yanitskiy
2017-06-19
5
-5
/
+10
*
core/conv: use proper filenames
Vadim Yanitskiy
2017-06-19
6
-10
/
+10
*
Move NUM_BYTES macro to core library
Max
2017-06-19
1
-1
/
+1
*
card_fs_uicc.c: Fix unused compilation warning
Pau Espin Pedrol
2017-06-18
1
-1
/
+1
*
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
[next]