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
...
*
GPRS BSSGP test: integrate into autotest
Harald Welte
2012-09-07
4
-0
/
+223
*
BSSGP flow-control: Add unit test for algorithm tests
Harald Welte
2012-09-07
2
-1
/
+172
*
misc: Fix make distcheck of libosmocore by adding the result to the dist
Holger Hans Peter Freyther
2012-08-25
1
-1
/
+2
*
GSM 04.08: Add support for parsing CSD related bearer capabilities
Harald Welte
2012-08-24
4
-1
/
+145
*
Add missing includes to timer_test.c and osmo-auc-gen.c
Harald Welte
2012-08-02
1
-0
/
+1
*
build: simplify test handling and speed up build.
Diego Elio Pettenò
2012-06-30
12
-84
/
+50
*
timer: Increase the imprecision we accept in this test
Holger Hans Peter Freyther
2012-04-05
2
-2
/
+2
*
auth: Update test result with the new OP/OPC output
Holger Hans Peter Freyther
2012-03-21
1
-0
/
+2
*
milenage: Add function to compute OPC from OP and K
Harald Welte
2012-03-21
1
-0
/
+20
*
GSM 08.08: change gsm0808_create_classmark_update() prototype
Harald Welte
2012-01-26
1
-3
/
+11
*
tests: Introduce a very basic gsm0808 test
Holger Hans Peter Freyther
2012-01-22
5
-1
/
+289
*
lapdm: Make sure that the msgb_l3len(msg) == length...
Holger Hans Peter Freyther
2012-01-12
2
-9
/
+13
*
lapd: Warn if someone attempts to send an empty message
Holger Hans Peter Freyther
2012-01-12
1
-0
/
+15
*
lapd: Disable one part of the test as it fails on FreeBSD
Holger Hans Peter Freyther
2011-12-12
1
-1
/
+2
*
lapd_test: Look at the content of LAPD messages and compare them
Holger Hans Peter Freyther
2011-12-12
2
-16
/
+61
*
lapdm: Create a simple test case to transmit data between both ends
Holger Hans Peter Freyther
2011-12-11
5
-1
/
+290
*
auth_core: don't use anonymous unions to make certain gcc versions happy
Harald Welte
2011-12-07
1
-2
/
+2
*
milenage_test: make sure test output is what .ok file expects
Harald Welte
2011-12-07
1
-1
/
+1
*
milenage_test: make sure test result matches expectations
Harald Welte
2011-12-07
1
-1
/
+1
*
whitespace fixes in milenage_test.ok
Harald Welte
2011-12-07
1
-7
/
+7
*
add autotest script for milenage/auth testing
Harald Welte
2011-12-07
5
-1
/
+101
*
tests: Use the missing from the source directory
Holger Hans Peter Freyther
2011-11-29
2
-378
/
+2
*
core/conv: Add regression testing code
Sylvain Munaut
2011-11-24
5
-1
/
+554
*
tests/a5: Add a5_test.ok as EXTRA_DIST
Sylvain Munaut
2011-11-17
1
-0
/
+1
*
tests: fix cut & paste error
Sylvain Munaut
2011-11-17
1
-1
/
+1
*
tests/a5: Add a5 regression testing
Sylvain Munaut
2011-11-17
5
-1
/
+116
*
tests: Fix the make distcheck of libosmocore with the tests
Holger Hans Peter Freyther
2011-11-14
9
-4
/
+7
*
tests: Initialize log system to fix crash, update test result
Holger Hans Peter Freyther
2011-11-14
3
-2
/
+60
*
tests: timer: set maximum wait time to obtain test results
Pablo Neira Ayuso
2011-11-14
1
-0
/
+19
*
tests: timer: use stderr for non-repeatable output
Pablo Neira Ayuso
2011-11-14
2
-27
/
+11
*
tests: Reduce the iterations for the timertest, ignore stderr
Holger Hans Peter Freyther
2011-11-14
1
-1
/
+1
*
tests: timer: add parameter to select the number of steps
Pablo Neira Ayuso
2011-11-14
1
-3
/
+22
*
tests: Use GNU autotest to execute our tests and compare textual output
Holger Hans Peter Freyther
2011-11-14
10
-0
/
+514
*
tests: add new torture test for timer infrastructure
Pablo Neira Ayuso
2011-10-17
1
-33
/
+108
*
add functions for bit-reversal
Harald Welte
2011-09-01
3
-1
/
+43
*
sms: SMS where cropped (from VTY), concatenation of SMS where not possible
Dennis Wehrle
2011-07-24
1
-14
/
+212
*
msgfile: use namespace prefix osmo_* and use more descriptive names
Pablo Neira Ayuso
2011-05-07
1
-4
/
+4
*
select: use namespace prefix osmo_fd* and osmo_select*
Pablo Neira Ayuso
2011-05-07
1
-1
/
+1
*
timer: use namespace prefix osmo_timer*
Pablo Neira Ayuso
2011-05-07
1
-8
/
+8
*
misc: Remove the sys/types.h include from various files
Holger Hans Peter Freyther
2011-04-18
1
-1
/
+0
*
include: reorganize headers file to include/osmocom/[gsm|core]
Pablo Neira Ayuso
2011-03-23
5
-8
/
+8
*
This patch moves the GSM-specific functions to the new library
Pablo Neira Ayuso
2011-03-23
3
-3
/
+3
*
smscb: Add some simple decoding routines for SMSCB.
Holger Hans Peter Freyther
2010-12-29
3
-1
/
+47
*
msgfile: Allow to have comments in the simple CSV file
Holger Hans Peter Freyther
2010-10-26
1
-0
/
+1
*
ussd: Verify that parsing is stil working and print the decoded text.
Holger Hans Peter Freyther
2010-10-11
1
-0
/
+5
*
ussd: Add next test that show that we access the data out of bounds
Holger Hans Peter Freyther
2010-10-11
1
-0
/
+23
*
ussd: Add a test case, switch parsing to use a gsm48_hdr and len
Holger Hans Peter Freyther
2010-10-11
3
-1
/
+69
*
msgfile: Add a file parser for a simple file format
Holger Hans Peter Freyther
2010-10-08
4
-0
/
+59
*
tests: don't hardcode length values of expected encoding gsm_7bit_encode:
Nico Golde
2010-07-21
1
-11
/
+10
*
tests: Separate encoding/decoding test to verify them independly
Holger Hans Peter Freyther
2010-07-20
1
-17
/
+78
[prev]
[next]