index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
cosmetic: Add info about coresponding codecs to permitted speech consts
Philipp Maier
2017-06-21
1
-7
/
+8
*
gsm0408: update bearer capability speech version
Philipp Maier
2017-06-21
1
-1
/
+6
*
cosmetic: Add codec references to Speech Version Indication
Philipp Maier
2017-06-21
1
-6
/
+6
*
lapd_test.c: Convert compilation warning to level message
Pau Espin Pedrol
2017-06-21
1
-1
/
+1
*
vty: additional nodes for sccp-address configuration
Philipp Maier
2017-06-21
2
-2
/
+3
*
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
3
-2
/
+3
*
tlv_test.c: Fix compilation warnings
Pau Espin Pedrol
2017-06-18
1
-19
/
+25
*
gprs_ns_test.c: Remove unused byte arrays
Pau Espin Pedrol
2017-06-18
1
-49
/
+0
*
sms_test.c: Remove test of deprecated wrapper function
Pau Espin Pedrol
2017-06-18
2
-27
/
+0
*
card_fs_uicc.c: Fix unused compilation warning
Pau Espin Pedrol
2017-06-18
1
-1
/
+1
*
Fix compilation warning on deprecated macro
Pau Espin Pedrol
2017-06-18
3
-2
/
+11
*
ctrl_test.c: fix build with GCC 7.1.1
Vadim Yanitskiy
2017-06-13
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
63
-157
/
+827
*
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
2
-10
/
+10
*
Add doxygen documentation to libosmocoding
Harald Welte
2017-06-12
11
-31
/
+465
*
gsm0503_{coding,mapping}: Mark input arguments as 'const'
Harald Welte
2017-06-12
4
-76
/
+75
*
Add header file with definitions for GSM TS 04.14 / 3GPP TS 44.014
Harald Welte
2017-06-12
5
-1
/
+125
*
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
[next]