index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
stats_test: fix mismatching osmo_stats_reporter->send_item signature
Neels Hofmeyr
2017-01-15
1
-2
/
+3
*
Fix compilation warnings: missing includes: gsm0411_utils.c, lapd_core.c, oap...
Max
2017-01-13
1
-0
/
+1
*
DTX: fix AMR SID-FIRST detection
Jean-Francois Dionne
2017-01-10
1
-2
/
+2
*
Add function to get uninterrupted bit run
Pravin Kumarvel
2017-01-06
2
-1
/
+43
*
lapd_test: avoid calling memcpy with NULL source
Harald Welte
2017-01-06
1
-1
/
+2
*
fsm_test.c: fix compiler warning: timer cb return type
Neels Hofmeyr
2016-12-24
1
-1
/
+1
*
fsm: add LOGPFSML to pass explicit logging level
Neels Hofmeyr
2016-12-14
1
-1
/
+1
*
fix logging: log_set_category_filter() for internal DL* logging cats
Neels Hofmeyr
2016-12-12
1
-0
/
+1
*
show bug in logging: log_set_category_filter on DL* categories
Neels Hofmeyr
2016-12-12
1
-0
/
+6
*
fix logging: out-of-bounds check should end with user categories
Neels Hofmeyr
2016-12-12
1
-0
/
+1
*
show bug in logging: out-of-bounds check should end with user categories
Neels Hofmeyr
2016-12-12
2
-0
/
+5
*
fix logging: also catch first out-of-bounds logging cat
Neels Hofmeyr
2016-12-12
1
-0
/
+1
*
show bug in logging: erratic redirection to DLGLOBAL for first invalid category
Neels Hofmeyr
2016-12-12
1
-0
/
+1
*
fix logging: redirection to DLGLOBAL for invalid categories
Neels Hofmeyr
2016-12-12
1
-0
/
+2
*
show bug in logging: erratic redirection to DLGLOBAL for invalid categories
Neels Hofmeyr
2016-12-12
1
-0
/
+8
*
logging test: cosmetic: print target and don't print color
Neels Hofmeyr
2016-12-12
2
-4
/
+5
*
oap: add encode/decode unit test
Neels Hofmeyr
2016-12-11
5
-2
/
+273
*
fix: DLGSUP logging category "unusable"
Neels Hofmeyr
2016-12-11
1
-5
/
+0
*
Fix msgb_test on 64 bit architectures
Harald Welte
2016-12-09
1
-1
/
+1
*
wqueue: Reject messges if queue is considered full
Holger Hans Peter Freyther
2016-12-09
4
-2
/
+94
*
build: make check: disable sim_test when built with --disable-pcsc
Neels Hofmeyr
2016-11-16
3
-2
/
+8
*
bitcomp: Remove the t4 decoding from libosmocore
Holger Hans Peter Freyther
2016-11-10
2
-22
/
+0
*
Add logging and testing for FSM deallocation
Max
2016-11-08
1
-4
/
+5
*
Add null-pointer check to osmo_amr_rtp_dec()
Max
2016-11-07
1
-3
/
+9
*
Add osmo_fsm_unregister() to header
Max
2016-11-02
1
-0
/
+1
*
gsm0408_test: initialize msgb talloc ctx
Neels Hofmeyr
2016-09-27
1
-0
/
+1
*
bitrev_test: don't omit last byte from test result check
Neels Hofmeyr
2016-09-26
2
-25
/
+28
*
Fix ASAN failure in bitrev_test
Max
2016-09-26
2
-3
/
+3
*
timer_test: set 8 as default steps, use the default in testsuite.at
Neels Hofmeyr
2016-09-22
3
-16
/
+281
*
timer_test: print more details to stdout to check
Neels Hofmeyr
2016-09-22
2
-4
/
+116
*
timer_test: redirect some output from stderr to stdout
Neels Hofmeyr
2016-09-22
2
-20
/
+24
*
timer_test: remove all random elements
Neels Hofmeyr
2016-09-22
1
-3
/
+6
*
timer_test: do not use real time: deterministic and faster
Neels Hofmeyr
2016-09-22
1
-20
/
+15
*
add osmo_gettimeofday as a shim around gettimeofday
Neels Hofmeyr
2016-09-22
2
-4
/
+4
*
timer_test: remove unused precision values and confusing log
Neels Hofmeyr
2016-09-22
2
-8
/
+2
*
timer_test: also report early finishes, report timing on error
Neels Hofmeyr
2016-09-22
2
-5
/
+19
*
fix timer_test: don't forget to set tv_usec on the stop time
Neels Hofmeyr
2016-09-22
1
-0
/
+1
*
build: tests: don't link system installed libosmogsm.
Neels Hofmeyr
2016-09-10
1
-5
/
+10
*
ussd: Decode interrogateSS that doesn't have test
Holger Hans Peter Freyther
2016-07-12
2
-0
/
+13
*
Add GEA3 & GEA4 ciphers
Max
2016-07-11
4
-2
/
+94
*
tests: test actual support status for auth. algo
Max
2016-06-29
4
-4
/
+10
*
Add octet-aligned/unaligned shift functions
Max
2016-06-20
2
-0
/
+130
*
Add Finite State Machine abstraction code
Harald Welte
2016-06-16
5
-2
/
+179
*
Add functions to detect HR/FR SID frames
Max
2016-06-01
2
-0
/
+34
*
Add helper functions for AMR codec
Max
2016-05-31
4
-3
/
+106
*
import gprs_gsup_message.[ch] from openbsc as gsup.[ch]
Harald Welte
2016-05-06
4
-2
/
+289
*
tlv: Import osmo_shift_* and osmo_match_shift_* from openbsc
Harald Welte
2016-05-05
4
-2
/
+263
*
Add code generator for convolutional codes
Max Suraev msuraev@sysmocom.de
2016-04-29
2
-195
/
+90
*
Add ubit <-> sbit convertors
Max
2016-04-12
1
-21
/
+2
*
sim: Fix compiler warning and by this fixing the test result
Holger Hans Peter Freyther
2016-03-21
1
-0
/
+1
[prev]
[next]