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
*
RSL: Add support for RSL_CHAN_OSMO_PDCH to rsl_dec_chan_nr()
Harald Welte
2017-07-30
1
-0
/
+3
*
chantype_rsl2gsmtap/gsmtap2rsl: Fix PDCH channel type conversion
Harald Welte
2017-07-28
1
-1
/
+4
*
BSSGP: add function to reset all PTP BVC
Max
2017-07-28
2
-0
/
+27
*
osmo_sock_init2(): Fix creation of non-bound sockets
Harald Welte
2017-07-21
1
-1
/
+1
*
add DLMGCP logging category for libosmo-mgcp
Neels Hofmeyr
2017-07-18
1
-0
/
+5
*
LC15: add NM measurement type to standard attribute list
Minh-Quang Nguyen
2017-07-14
1
-0
/
+1
*
LC15: Enable string for IPAC RSL direct retry
Minh-Quang Nguyen
2017-07-14
1
-0
/
+1
*
IPAC manufacture-defined measurement pre-processing definitions
Minh-Quang Nguyen
2017-07-14
1
-0
/
+5
*
socket: Add new OSMO_SOCK_F_NO_MCAST_ALL option
Harald Welte
2017-07-13
1
-0
/
+10
*
socket: Allow disabling multicast loop on socket creation
Harald Welte
2017-07-13
1
-4
/
+16
*
socket: Unify listen() calls and check for erroneous returns
Harald Welte
2017-07-13
1
-20
/
+33
*
socket.c: Add multicast related convenience functions
Harald Welte
2017-07-13
1
-0
/
+135
*
select: Add new osmo_fd_close() function
Harald Welte
2017-07-13
1
-0
/
+17
*
gsmtap: Add value_strings for GSMTAP_TYPE and GSMTAP_CHANNEL
Harald Welte
2017-07-13
1
-0
/
+45
*
gsmtap_util: Add chantype_gsmtap2rsl() as inverse of chantype_rsl2gsmtap()
Harald Welte
2017-07-13
1
-1
/
+40
*
utils: add function gsm_fn_as_gsmtime_str()
Philipp Maier
2017-07-11
2
-0
/
+12
*
Add pseudo-random bit sequence generator to libosmcoore
Harald Welte
2017-07-10
2
-1
/
+75
*
Ignore broken everything log level
Max
2017-07-10
1
-2
/
+9
*
gsm_utils: Add osmo_dump_gsmtime
Pau Espin Pedrol
2017-07-10
2
-0
/
+12
*
gsup: Add encoding/decoding for the pdp charging characteristics
Holger Hans Peter Freyther
2017-07-07
1
-0
/
+20
*
osmo_sock_get_name(): clearly indicate local and remote
Neels Hofmeyr
2017-07-03
1
-2
/
+2
*
Add missing BSSGP cause values
Max
2017-07-01
1
-20
/
+57
*
BSSGP: handle BVC-RESET-ACK
Max
2017-06-28
1
-0
/
+3
*
control_cmd.c: Fix unsigned comparison against < 0
Pau Espin Pedrol
2017-06-23
1
-1
/
+1
*
abis_nm.c: Fix implicit enumeration type conversion
Pau Espin Pedrol
2017-06-23
1
-4
/
+4
*
serial.c: Use pragma message instead of warning
Pau Espin Pedrol
2017-06-23
1
-1
/
+1
*
gsm0411_utils.c: Fix compilation warnings
Pau Espin Pedrol
2017-06-23
1
-2
/
+2
*
Fix warnings: tolower() and similar require uchar
Pau Espin Pedrol
2017-06-23
3
-5
/
+5
*
Fix compilation warnings: use correct log type for uint32_t
Pau Espin Pedrol
2017-06-23
2
-2
/
+4
*
fix map entry for gsm0808_speech_codec_from_chan_type
Neels Hofmeyr
2017-06-23
1
-1
/
+1
*
fix map entry and .h declaration for gsm0808_chan_type_to_speech_codec()
Neels Hofmeyr
2017-06-23
1
-1
/
+1
*
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
[next]