1. a52ba01 gb: Fix gprs_nsvc_delete() to free ctr group by Jacob Erlbeck · 11 years ago
  2. bf02196 gb: Fix gprs_active_nsvc_by_nsei() by Jacob Erlbeck · 11 years ago
  3. 0d4e949 gb: Test sending messages to the SGSN by Jacob Erlbeck · 11 years ago
  4. 5e6d679 gb: Fix gprs_ns_rx_reset to not create NS-VC duplicates by Jacob Erlbeck · 11 years ago
  5. 96550e0 gb: Add functions to access the LL part of the NS-VC objects by Jacob Erlbeck · 11 years ago
  6. 34fc470 tests/gb: Show invoked signals in test output by Jacob Erlbeck · 11 years ago
  7. 2c9168c vty: Make vty_event dispatch signals and use it in the testcase by Holger Hans Peter Freyther · 11 years ago
  8. b6390f9 gb: Use the NS-VCI to find an existing NS-VC by Jacob Erlbeck · 11 years ago
  9. 05395a6 gb: Fix NS-RESET response message order by Jacob Erlbeck · 11 years ago
  10. dcce196 tests/gb: Add test for GPRS NS protocol by Jacob Erlbeck · 11 years ago
  11. 73ae7a9 tests: Fix warnings by Jacob Erlbeck · 11 years ago
  12. bb9f897 tests: Fix the sms_test and use the right array by Holger Hans Peter Freyther · 11 years ago
  13. 5b6416a bssgp: Address various compiler warnings in the bssgp code by Holger Hans Peter Freyther · 11 years ago
  14. 6ef71b0 vty: Fix compiler warning in the test by Holger Hans Peter Freyther · 11 years ago
  15. 0c987bd vty: Add vty_install_default() and use for the vty nodes by Jacob Erlbeck · 11 years ago
  16. 4d7e49b sms: Implement encoding the address as alphanumeric type by Holger Hans Peter Freyther · 11 years ago
  17. 3c761c8 conv: Fix main() of conv_test to compile with clang. by Jacob Erlbeck · 11 years ago
  18. 30fbcf5 tests: Move expensive tests to the end of the list by Jacob Erlbeck · 11 years ago
  19. 1d7f3b5 sms: Added result buffer size parameter to 7bit conv funs by Jacob Erlbeck · 11 years ago
  20. 8a1666b ussd: Changed 7bit test to check spec conformance directly by Jacob Erlbeck · 11 years ago
  21. 9597555 Add special 7-bit encoding and decoding functions for USSD coding by Andreas Eversberg · 11 years ago
  22. 6bfa744 encoding: Provide an overload for the gsm_7bit_encode and a simple test by Holger Hans Peter Freyther · 11 years ago
  23. cd195fa vty: Support multi-char separators and end strings by Jacob Erlbeck · 11 years ago
  24. ae15a2c vty: Fix misusage of snprintf in vty/utils.c by Jacob Erlbeck · 11 years ago
  25. 98de27a make lapd_test compile again. by Harald Welte · 11 years ago
  26. a3de4df Add LAPDm collision test (contention resolution on network side) by Andreas Eversberg · 11 years ago
  27. cd252e3 gsm0408: Avoid unaligned memory access in gsm48_generate_mid_from_tmsi by Holger Hans Peter Freyther · 11 years ago
  28. 14df1c0 fr: Fix the linking of the test and use $(LIBRARY_DL) for linking by Holger Hans Peter Freyther · 11 years ago
  29. 3cc268c lapd: Upate the assert to OSMO_ASSERT and describe what we would like to have by Holger Hans Peter Freyther · 11 years ago
  30. dd34ed5 lapd: The two known LAPDm issues have been addressed, update the test by Holger Hans Peter Freyther · 11 years ago
  31. 6e18208 Fix: LAPDm contention resoltion must acknowledge subsequent SABM by Andreas Eversberg · 11 years ago
  32. 1c83e36 tests: Verify that all tests exit with status=0. by Holger Hans Peter Freyther · 11 years ago
  33. 008e53b utils: Introduce OSMO_ASSERT in the utils and use it in the unit tests by Katerina Barone-Adesi · 11 years ago
  34. 3309a43 Added a ring buffer log target to store the last N log messages. by Katerina Barone-Adesi · 11 years ago
  35. efd2bd6 Revert "Added a ring buffer log target to store the last N log messages." by Holger Hans Peter Freyther · 11 years ago
  36. 7337722 Added a ring buffer log target to store the last N log messages. by Katerina Barone-Adesi · 11 years ago
  37. 49f4e5b fr_test: Speculative build fix for FreeBSD by Holger Hans Peter Freyther · 11 years ago
  38. 97602d9 fr: Begin with a GRE/FrameRelay test due the recent regression by Holger Hans Peter Freyther · 12 years ago
  39. 695e5fb tests/timer: tweak path to config.h by Alex Badea · 11 years ago
  40. 13bb169 tests: Don't delete atconfig in clean by Daniel Willmann · 11 years ago
  41. af723a4 lapd: Fix compiler warnings in the lapd code by Holger Hans Peter Freyther · 11 years ago
  42. e523392 lapd: Check in rslms_rx_rll() if lapdm context was initialized earlier by Daniel Willmann · 11 years ago
  43. 5689a3b build: Don't use the deprecated INCLUDES in the various Makefile.am by Sylvain Munaut · 12 years ago
  44. 779d2f4 logging: Modify the testcase to excercise Nico's fix by Holger Hans Peter Freyther · 12 years ago
  45. 4b54cab logging: Move the logging test from OpenBSC into libosmocore by Holger Hans Peter Freyther · 12 years ago
  46. c302eca tests: Make the gb test work with srcdir != builddir by Holger Hans Peter Freyther · 12 years ago
  47. d8b4769 BSSGP: make bvc_ctx->fc a dynamic talloc allocation by Harald Welte · 12 years ago
  48. 04f0989 GPRS BSSGP test: integrate into autotest by Harald Welte · 12 years ago
  49. 57e5b94 BSSGP flow-control: Add unit test for algorithm tests by Harald Welte · 12 years ago
  50. 8c589d2 misc: Fix make distcheck of libosmocore by adding the result to the dist by Holger Hans Peter Freyther · 12 years ago
  51. c8a0b93 GSM 04.08: Add support for parsing CSD related bearer capabilities by Harald Welte · 12 years ago
  52. b53717f Add missing includes to timer_test.c and osmo-auc-gen.c by Harald Welte · 12 years ago
  53. ea0e1ec build: simplify test handling and speed up build. by Diego Elio Pettenò · 12 years ago
  54. 00a12fe timer: Increase the imprecision we accept in this test by Holger Hans Peter Freyther · 12 years ago
  55. 13b07de auth: Update test result with the new OP/OPC output by Holger Hans Peter Freyther · 12 years ago
  56. 042afe7 milenage: Add function to compute OPC from OP and K by Harald Welte · 12 years ago
  57. 07b625d GSM 08.08: change gsm0808_create_classmark_update() prototype by Harald Welte · 12 years ago
  58. 9751081 tests: Introduce a very basic gsm0808 test by Holger Hans Peter Freyther · 12 years ago
  59. 3a5f08c lapdm: Make sure that the msgb_l3len(msg) == length... by Holger Hans Peter Freyther · 12 years ago
  60. 90656db lapd: Warn if someone attempts to send an empty message by Holger Hans Peter Freyther · 12 years ago
  61. 4a075f8 lapd: Disable one part of the test as it fails on FreeBSD by Holger Hans Peter Freyther · 13 years ago
  62. 15f740c lapd_test: Look at the content of LAPD messages and compare them by Holger Hans Peter Freyther · 13 years ago
  63. 72bd4eb lapdm: Create a simple test case to transmit data between both ends by Holger Hans Peter Freyther · 13 years ago 0.4.1
  64. aae2362 auth_core: don't use anonymous unions to make certain gcc versions happy by Harald Welte · 13 years ago
  65. 57143a4 milenage_test: make sure test output is what .ok file expects by Harald Welte · 13 years ago
  66. 9df00bb milenage_test: make sure test result matches expectations by Harald Welte · 13 years ago
  67. 5c60323 whitespace fixes in milenage_test.ok by Harald Welte · 13 years ago
  68. e076ac0 add autotest script for milenage/auth testing by Harald Welte · 13 years ago
  69. 62cb457 tests: Use the missing from the source directory by Holger Hans Peter Freyther · 13 years ago
  70. 29eb92d core/conv: Add regression testing code by Sylvain Munaut · 13 years ago
  71. a42e2f6 tests/a5: Add a5_test.ok as EXTRA_DIST by Sylvain Munaut · 13 years ago
  72. fb19530 tests: fix cut & paste error by Sylvain Munaut · 13 years ago
  73. 810c334 tests/a5: Add a5 regression testing by Sylvain Munaut · 13 years ago
  74. f6c1d4c tests: Fix the make distcheck of libosmocore with the tests by Holger Hans Peter Freyther · 13 years ago
  75. bf12800 tests: Initialize log system to fix crash, update test result by Holger Hans Peter Freyther · 13 years ago
  76. 72eb44c tests: timer: set maximum wait time to obtain test results by Pablo Neira Ayuso · 13 years ago
  77. 7a0ca16 tests: timer: use stderr for non-repeatable output by Pablo Neira Ayuso · 13 years ago
  78. ad0e885 tests: Reduce the iterations for the timertest, ignore stderr by Holger Hans Peter Freyther · 13 years ago
  79. f141837 tests: timer: add parameter to select the number of steps by Pablo Neira Ayuso · 13 years ago
  80. f9eda74 tests: Use GNU autotest to execute our tests and compare textual output by Holger Hans Peter Freyther · 13 years ago
  81. 9ebc505 tests: add new torture test for timer infrastructure by Pablo Neira Ayuso · 13 years ago
  82. 712691d add functions for bit-reversal by Harald Welte · 13 years ago
  83. 291e613 sms: SMS where cropped (from VTY), concatenation of SMS where not possible by Dennis Wehrle · 13 years ago
  84. 1b4a42c msgfile: use namespace prefix osmo_* and use more descriptive names by Pablo Neira Ayuso · 13 years ago 0.3.0
  85. f7f89d0 select: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  86. 0b21c1c timer: use namespace prefix osmo_timer* by Pablo Neira Ayuso · 13 years ago
  87. 28dbfe9 misc: Remove the sys/types.h include from various files by Holger Hans Peter Freyther · 13 years ago
  88. 8341934 include: reorganize headers file to include/osmocom/[gsm|core] by Pablo Neira Ayuso · 13 years ago 0.2.0
  89. fba495e This patch moves the GSM-specific functions to the new library by Pablo Neira Ayuso · 13 years ago
  90. e05c7df smscb: Add some simple decoding routines for SMSCB. by Holger Hans Peter Freyther · 13 years ago
  91. 131bc80 msgfile: Allow to have comments in the simple CSV file by Holger Hans Peter Freyther · 14 years ago 0.1.26
  92. f632371 ussd: Verify that parsing is stil working and print the decoded text. by Holger Hans Peter Freyther · 14 years ago
  93. c88a44f ussd: Add next test that show that we access the data out of bounds by Holger Hans Peter Freyther · 14 years ago
  94. daa653f ussd: Add a test case, switch parsing to use a gsm48_hdr and len by Holger Hans Peter Freyther · 14 years ago
  95. c87f266 msgfile: Add a file parser for a simple file format by Holger Hans Peter Freyther · 14 years ago
  96. c0ce9aa tests: don't hardcode length values of expected encoding gsm_7bit_encode: by Nico Golde · 14 years ago
  97. 31e97ea tests: Separate encoding/decoding test to verify them independly by Holger Hans Peter Freyther · 14 years ago
  98. 28de053 * rewrite GSM 7bit default encoding/decoding based on a lookup table as the previous code produced wrong encodings for certain characters. by Nico Golde · 14 years ago
  99. f8b2ba7 add option --disable-tests to disable building of test binaries by Harald Welte · 14 years ago
  100. d60c7a8 [timer] Fix compile warning of the timer test by Holger Hans Peter Freyther · 14 years ago