index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
sercomm_test.c: return correctly in main
Pau Espin Pedrol
2017-06-22
1
-0
/
+1
*
cosmetic: remove API documentation strings in header file
Philipp Maier
2017-06-22
1
-24
/
+0
*
gsm0808: add function gsm0808_speech_codec_from_chan_type()
Philipp Maier
2017-06-22
3
-0
/
+57
*
gsm0808: add function gsm0808_chan_type_to_speech_code()
Philipp Maier
2017-06-22
3
-0
/
+40
*
gsm0808: add default speech codec configuration
Philipp Maier
2017-06-22
1
-0
/
+21
*
gsm0808: fix AoIP speech codec element parser/generator
Philipp Maier
2017-06-22
3
-61
/
+118
*
abis_test.c: Fix warning appearing on some buggy gcc versions
Pau Espin Pedrol
2017-06-22
1
-2
/
+4
*
gsm0808: add speech codec type constants
Philipp Maier
2017-06-21
1
-0
/
+18
*
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
[prev]
[next]