Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | This test is showing that the internal ASN1 code is not checking the size properly. | ||||
* | ussd: Add a test case, switch parsing to use a gsm48_hdr and len | Holger Hans Peter Freyther | 2010-10-11 | 3 | -1/+69 |
| | | | | | | The current USSD code is not doing any size checks, add a test case to find out how easily we access the data out of bounds. Begin to use the length in some places. | ||||
* | msgfile: Add a file parser for a simple file format | Holger Hans Peter Freyther | 2010-10-08 | 4 | -0/+59 |
| | | | | | | This file format will be used to store per country code, per network code messages. This will be used for various things ranging from access control, to messages... | ||||
* | tests: don't hardcode length values of expected encoding gsm_7bit_encode: | Nico Golde | 2010-07-21 | 1 | -11/+10 |
| | | | | | | | | | make sure to return the number of actually written bytes gsm_7bit_decode: calculate length of resulting septets from input length before decoding The input length to gsm_7bit_decode reflects the number of encoded bytes to be decoded. As the decoding is done on the input in septetes we need to take this into account and recalculate the length. | ||||
* | tests: Separate encoding/decoding test to verify them independly | Holger Hans Peter Freyther | 2010-07-20 | 1 | -17/+78 |
| | | | | | | Use the current test result as test data for future regression testing. The encode function appears to add too many zeros to the text. | ||||
* | * rewrite GSM 7bit default encoding/decoding based on a lookup table as the ↵ | Nico Golde | 2010-07-20 | 1 | -1/+16 |
| | | | | previous code produced wrong encodings for certain characters. | ||||
* | add option --disable-tests to disable building of test binaries | Harald Welte | 2010-03-07 | 1 | -0/+2 |
| | |||||
* | [timer] Fix compile warning of the timer test | Holger Hans Peter Freyther | 2010-02-26 | 1 | -2/+3 |
| | |||||
* | fix config.h directory | Harald Welte | 2010-02-20 | 1 | -1/+1 |
| | |||||
* | add missing automake / autoconf files | Harald Welte | 2010-02-20 | 3 | -0/+12 |
| | |||||
* | intial checkin of the libosmocore project | Harald Welte | 2010-02-20 | 2 | -0/+123 |