Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-30 | Add unit test for valid APN names | Denis Kenzior | 1 | -0/+41 | |
2009-10-21 | Migrate from RFC2822 to ISO8601 | Olivier Le Thanh Duong | 1 | -2/+2 | |
2009-10-15 | Update unit tests for GSM 07.10 implementation | Denis Kenzior | 1 | -0/+330 | |
2009-10-15 | Fix: Quiet compiler warning | Denis Kenzior | 1 | -0/+2 | |
2009-10-15 | Update unit test for the new API | Denis Kenzior | 1 | -8/+48 | |
2009-10-15 | Fixup unit test to the new API | Denis Kenzior | 1 | -28/+47 | |
2009-10-02 | Use small caps for 2G/3G functions | Denis Kenzior | 1 | -2/+2 | |
2009-10-02 | Add unit test for 3G STATUS response data | Denis Kenzior | 1 | -0/+46 | |
2009-10-02 | Add unit test for EF database | Denis Kenzior | 1 | -0/+18 | |
2009-09-16 | Make sure unit tests also use right pdu buffer len | Denis Kenzior | 1 | -2/+2 | |
2009-09-10 | Add ability to expire PLMN wide messages | Denis Kenzior | 1 | -1/+1 | |
2009-09-10 | Add unit test for CBS topic range functions | Denis Kenzior | 1 | -0/+41 | |
2009-09-08 | Add unit test for sms assembly serialization | Denis Kenzior | 1 | -0/+55 | |
2009-09-08 | Fixup unit test data | Denis Kenzior | 1 | -3/+3 | |
50 in first octet of deliver isn't valid | |||||
2009-09-08 | Write state of SMS assembly to disk and restore on startup. | Andrzej Zaborowski | 1 | -2/+2 | |
This way we can continue receiving segmented messages over a reset or crash. | |||||
2009-09-08 | Add unit test for Turkish variant | Aki Niemi | 1 | -1/+216 | |
Also fixes an error in the default table unit test. | |||||
2009-09-08 | Update test program for GAtMux API | Marcel Holtmann | 1 | -42/+100 | |
2009-09-06 | Update GSM 07.10 unit testing | Marcel Holtmann | 1 | -2/+63 | |
2009-09-06 | Integrate the multiplexer into the AT chat library | Marcel Holtmann | 1 | -1/+1 | |
2009-09-05 | Add unit testing tool for GSM 07.10 multiplexer | Marcel Holtmann | 1 | -0/+57 | |
2009-09-05 | Add missing HAVE_CONFIG_H checks | Marcel Holtmann | 4 | -0/+16 | |
2009-08-24 | Convert to fully non-recursive build system | Marcel Holtmann | 1 | -21/+0 | |
2009-08-20 | Use types.h instead of driver.h here | Denis Kenzior | 2 | -2/+4 | |
2009-07-31 | Clean up in sim.c. | Andrzej Zaborowski | 2 | -1/+3 | |
Remove unused variables and fields. Move EFadn format parsing to a common function because various files use this same format. | |||||
2009-07-17 | Test EONS handling. | Andrzej Zaborowski | 2 | -1/+83 | |
2009-07-13 | Fix signedness warning | Denis Kenzior | 1 | -1/+1 | |
2009-07-13 | Fix missing gprintf include | Denis Kenzior | 1 | -0/+1 | |
2009-07-07 | Update unit tests | Denis Kenzior | 1 | -0/+5 | |
2009-07-06 | Fix another small memory leak in unit tests | Denis Kenzior | 1 | -1/+3 | |
2009-07-06 | Add unit test for SIM string conversion utility | Denis Kenzior | 1 | -0/+65 | |
2009-07-06 | Update unit test for empty strings | Denis Kenzior | 1 | -1/+4 | |
2009-07-02 | Add Unit test for CBS assembly utilities | Denis Kenzior | 1 | -0/+93 | |
2009-07-02 | Fix memory leaks in unit tests | Denis Kenzior | 1 | -1/+5 | |
2009-07-02 | Update unit test | Denis Kenzior | 1 | -0/+22 | |
2009-07-02 | Add unit test for CBS encode / decode | Denis Kenzior | 1 | -0/+48 | |
2009-06-24 | Print new line as intended | Denis Kenzior | 1 | -1/+1 | |
2009-06-24 | Another type safety fix | Denis Kenzior | 1 | -1/+1 | |
2009-06-24 | fix test compile | Shane Bryan | 1 | -2/+2 | |
Signed-off-by: Shane Bryan <shane.bryan@linux.intel.com> | |||||
2009-06-19 | Add yet another unit test | Denis Kenzior | 1 | -0/+83 | |
2009-06-19 | Update unit tests | Denis Kenzior | 1 | -0/+92 | |
2009-06-18 | Teach USSD to recognise password change strings. | Andrzej Zaborowski | 1 | -2/+8 | |
This is slightly hacky, part of ussd.c responsible for registering services is duplicated and parse_ss_control_string is modified to accept a fourth SI fragment in the input string. | |||||
2009-06-14 | Add Unit test for SMS re-assembly code | Denis Kenzior | 1 | -0/+83 | |
2009-06-05 | Rename ud_len_in_octets to sms_udl_in_bytes | Denis Kenzior | 1 | -4/+4 | |
2009-06-05 | Rename sms utilities properly | Denis Kenzior | 1 | -10/+10 | |
Rename encode_sms to sms_encode Rename decode_sms to sms_decode | |||||
2009-06-05 | Add utility to convert SCTS to local/remote time | Denis Kenzior | 1 | -0/+16 | |
2009-06-03 | Add UDH Iterator unit test | Denis Kenzior | 1 | -0/+119 | |
2009-06-03 | Break out VPF printing into separate function | Denis Kenzior | 1 | -17/+23 | |
2009-06-03 | Unit test for SMS-Submit encoding | Denis Kenzior | 1 | -0/+39 | |
2009-05-12 | Use $(top_srcdir) for unit tests compilation | Marcel Holtmann | 1 | -4/+4 | |
2009-05-12 | Fix problem with unit tests and distcheck | Marcel Holtmann | 1 | -18/+8 | |