1. 47b2925 sms_test: Use C99 initializers. by Alexander Chemeris · 10 years ago achemeris/sms-fixes
  2. a489ac2 sms: Rename gsm340_gen_oa() to gsm340_gen_address_field(). by Alexander Chemeris · 10 years ago
  3. 93d9a19 sms_test: Introduce tests for SMS Validity time relative and absolute formats. by Alexander Chemeris · 10 years ago
  4. f624861 sms_test: Do not crash on logging. by Alexander Chemeris · 10 years ago
  5. 8dac415 ladpm: Fix msgb handling and SAPI=3 establishment delay by Jacob Erlbeck · 10 years ago
  6. 7d5f17a lapd/test: Check for empty ACCH queue, too by Jacob Erlbeck · 10 years ago
  7. c893c22 lapd/test: Extend test case to test msgs having data before l2h by Jacob Erlbeck · 10 years ago
  8. 2462cf6 lapd/test: Show dequeued messages by Jacob Erlbeck · 10 years ago
  9. 90937fe lapd/test: Add test case for RSL EST REQ -> LAPD by Jacob Erlbeck · 10 years ago
  10. 26cbd45 sms: Fix gsm_7bit legacy functions return value by Jacob Erlbeck · 10 years ago
  11. 3244702 utils: Greatly improve performance of osmo_hexdump routines by Nils O. Selåsdal · 10 years ago
  12. b79a148 utils: Add a simple testcase for osmo_hexdump by Holger Hans Peter Freyther · 10 years ago
  13. b7d0f46 logging: Copy the filter_fn and fix the IMSI filter in OpenBSC by Holger Hans Peter Freyther · 10 years ago
  14. 4f0abc0 Refactor COMP128v23 implementation and add test suit by Max · 11 years ago
  15. 3d557b1 gprs: Ignore NS RESET_ACK and ALIVE_ACK without RESET by Jacob Erlbeck · 11 years ago
  16. e7c4271 grps: Add test for NS messages that shall be ignored by Jacob Erlbeck · 11 years ago
  17. ce397de lapd: Extend the test to check if lapdm_channel_exit is idempotent by Holger Hans Peter Freyther · 11 years ago
  18. 54b8b2d gb: Create new NSVC object instead of patching the NSVCI by Jacob Erlbeck · 11 years ago
  19. ab852ee gb: Fix RESET handling with changing NSEI by Jacob Erlbeck · 11 years ago
  20. 5405a10 gb: Fix NS RESET/RESET_ACK abnormal cases by Jacob Erlbeck · 11 years ago
  21. 81d7c14 gb: Add test cases for NS RESET procedures by Jacob Erlbeck · 11 years ago
  22. a52ba01 gb: Fix gprs_nsvc_delete() to free ctr group by Jacob Erlbeck · 11 years ago
  23. bf02196 gb: Fix gprs_active_nsvc_by_nsei() by Jacob Erlbeck · 11 years ago
  24. 0d4e949 gb: Test sending messages to the SGSN by Jacob Erlbeck · 11 years ago
  25. 5e6d679 gb: Fix gprs_ns_rx_reset to not create NS-VC duplicates by Jacob Erlbeck · 11 years ago
  26. 96550e0 gb: Add functions to access the LL part of the NS-VC objects by Jacob Erlbeck · 11 years ago
  27. 34fc470 tests/gb: Show invoked signals in test output by Jacob Erlbeck · 11 years ago
  28. 2c9168c vty: Make vty_event dispatch signals and use it in the testcase by Holger Hans Peter Freyther · 11 years ago
  29. b6390f9 gb: Use the NS-VCI to find an existing NS-VC by Jacob Erlbeck · 11 years ago
  30. 05395a6 gb: Fix NS-RESET response message order by Jacob Erlbeck · 11 years ago
  31. dcce196 tests/gb: Add test for GPRS NS protocol by Jacob Erlbeck · 11 years ago
  32. 73ae7a9 tests: Fix warnings by Jacob Erlbeck · 11 years ago
  33. bb9f897 tests: Fix the sms_test and use the right array by Holger Hans Peter Freyther · 11 years ago
  34. 5b6416a bssgp: Address various compiler warnings in the bssgp code by Holger Hans Peter Freyther · 11 years ago
  35. 6ef71b0 vty: Fix compiler warning in the test by Holger Hans Peter Freyther · 11 years ago
  36. 0c987bd vty: Add vty_install_default() and use for the vty nodes by Jacob Erlbeck · 11 years ago
  37. 4d7e49b sms: Implement encoding the address as alphanumeric type by Holger Hans Peter Freyther · 11 years ago
  38. 3c761c8 conv: Fix main() of conv_test to compile with clang. by Jacob Erlbeck · 11 years ago
  39. 30fbcf5 tests: Move expensive tests to the end of the list by Jacob Erlbeck · 11 years ago
  40. 1d7f3b5 sms: Added result buffer size parameter to 7bit conv funs by Jacob Erlbeck · 11 years ago
  41. 8a1666b ussd: Changed 7bit test to check spec conformance directly by Jacob Erlbeck · 11 years ago
  42. 9597555 Add special 7-bit encoding and decoding functions for USSD coding by Andreas Eversberg · 11 years ago
  43. 6bfa744 encoding: Provide an overload for the gsm_7bit_encode and a simple test by Holger Hans Peter Freyther · 11 years ago
  44. cd195fa vty: Support multi-char separators and end strings by Jacob Erlbeck · 11 years ago
  45. ae15a2c vty: Fix misusage of snprintf in vty/utils.c by Jacob Erlbeck · 11 years ago
  46. 98de27a make lapd_test compile again. by Harald Welte · 11 years ago
  47. a3de4df Add LAPDm collision test (contention resolution on network side) by Andreas Eversberg · 11 years ago
  48. cd252e3 gsm0408: Avoid unaligned memory access in gsm48_generate_mid_from_tmsi by Holger Hans Peter Freyther · 11 years ago
  49. 14df1c0 fr: Fix the linking of the test and use $(LIBRARY_DL) for linking by Holger Hans Peter Freyther · 11 years ago
  50. 3cc268c lapd: Upate the assert to OSMO_ASSERT and describe what we would like to have by Holger Hans Peter Freyther · 11 years ago
  51. dd34ed5 lapd: The two known LAPDm issues have been addressed, update the test by Holger Hans Peter Freyther · 11 years ago
  52. 6e18208 Fix: LAPDm contention resoltion must acknowledge subsequent SABM by Andreas Eversberg · 11 years ago
  53. 1c83e36 tests: Verify that all tests exit with status=0. by Holger Hans Peter Freyther · 11 years ago
  54. 008e53b utils: Introduce OSMO_ASSERT in the utils and use it in the unit tests by Katerina Barone-Adesi · 11 years ago
  55. 3309a43 Added a ring buffer log target to store the last N log messages. by Katerina Barone-Adesi · 11 years ago
  56. efd2bd6 Revert "Added a ring buffer log target to store the last N log messages." by Holger Hans Peter Freyther · 11 years ago
  57. 7337722 Added a ring buffer log target to store the last N log messages. by Katerina Barone-Adesi · 11 years ago
  58. 49f4e5b fr_test: Speculative build fix for FreeBSD by Holger Hans Peter Freyther · 11 years ago
  59. 97602d9 fr: Begin with a GRE/FrameRelay test due the recent regression by Holger Hans Peter Freyther · 12 years ago
  60. 695e5fb tests/timer: tweak path to config.h by Alex Badea · 11 years ago
  61. 13bb169 tests: Don't delete atconfig in clean by Daniel Willmann · 12 years ago
  62. af723a4 lapd: Fix compiler warnings in the lapd code by Holger Hans Peter Freyther · 12 years ago
  63. e523392 lapd: Check in rslms_rx_rll() if lapdm context was initialized earlier by Daniel Willmann · 12 years ago
  64. 5689a3b build: Don't use the deprecated INCLUDES in the various Makefile.am by Sylvain Munaut · 12 years ago
  65. 779d2f4 logging: Modify the testcase to excercise Nico's fix by Holger Hans Peter Freyther · 12 years ago
  66. 4b54cab logging: Move the logging test from OpenBSC into libosmocore by Holger Hans Peter Freyther · 12 years ago
  67. c302eca tests: Make the gb test work with srcdir != builddir by Holger Hans Peter Freyther · 12 years ago
  68. d8b4769 BSSGP: make bvc_ctx->fc a dynamic talloc allocation by Harald Welte · 12 years ago
  69. 04f0989 GPRS BSSGP test: integrate into autotest by Harald Welte · 12 years ago
  70. 57e5b94 BSSGP flow-control: Add unit test for algorithm tests by Harald Welte · 12 years ago
  71. 8c589d2 misc: Fix make distcheck of libosmocore by adding the result to the dist by Holger Hans Peter Freyther · 12 years ago
  72. c8a0b93 GSM 04.08: Add support for parsing CSD related bearer capabilities by Harald Welte · 12 years ago
  73. b53717f Add missing includes to timer_test.c and osmo-auc-gen.c by Harald Welte · 12 years ago
  74. ea0e1ec build: simplify test handling and speed up build. by Diego Elio Pettenò · 12 years ago
  75. 00a12fe timer: Increase the imprecision we accept in this test by Holger Hans Peter Freyther · 12 years ago
  76. 13b07de auth: Update test result with the new OP/OPC output by Holger Hans Peter Freyther · 12 years ago
  77. 042afe7 milenage: Add function to compute OPC from OP and K by Harald Welte · 12 years ago
  78. 07b625d GSM 08.08: change gsm0808_create_classmark_update() prototype by Harald Welte · 12 years ago
  79. 9751081 tests: Introduce a very basic gsm0808 test by Holger Hans Peter Freyther · 12 years ago
  80. 3a5f08c lapdm: Make sure that the msgb_l3len(msg) == length... by Holger Hans Peter Freyther · 12 years ago
  81. 90656db lapd: Warn if someone attempts to send an empty message by Holger Hans Peter Freyther · 12 years ago
  82. 4a075f8 lapd: Disable one part of the test as it fails on FreeBSD by Holger Hans Peter Freyther · 13 years ago
  83. 15f740c lapd_test: Look at the content of LAPD messages and compare them by Holger Hans Peter Freyther · 13 years ago
  84. 72bd4eb lapdm: Create a simple test case to transmit data between both ends by Holger Hans Peter Freyther · 13 years ago 0.4.1
  85. aae2362 auth_core: don't use anonymous unions to make certain gcc versions happy by Harald Welte · 13 years ago
  86. 57143a4 milenage_test: make sure test output is what .ok file expects by Harald Welte · 13 years ago
  87. 9df00bb milenage_test: make sure test result matches expectations by Harald Welte · 13 years ago
  88. 5c60323 whitespace fixes in milenage_test.ok by Harald Welte · 13 years ago
  89. e076ac0 add autotest script for milenage/auth testing by Harald Welte · 13 years ago
  90. 62cb457 tests: Use the missing from the source directory by Holger Hans Peter Freyther · 13 years ago
  91. 29eb92d core/conv: Add regression testing code by Sylvain Munaut · 13 years ago
  92. a42e2f6 tests/a5: Add a5_test.ok as EXTRA_DIST by Sylvain Munaut · 13 years ago
  93. fb19530 tests: fix cut & paste error by Sylvain Munaut · 13 years ago
  94. 810c334 tests/a5: Add a5 regression testing by Sylvain Munaut · 13 years ago
  95. f6c1d4c tests: Fix the make distcheck of libosmocore with the tests by Holger Hans Peter Freyther · 13 years ago
  96. bf12800 tests: Initialize log system to fix crash, update test result by Holger Hans Peter Freyther · 13 years ago
  97. 72eb44c tests: timer: set maximum wait time to obtain test results by Pablo Neira Ayuso · 13 years ago
  98. 7a0ca16 tests: timer: use stderr for non-repeatable output by Pablo Neira Ayuso · 13 years ago
  99. ad0e885 tests: Reduce the iterations for the timertest, ignore stderr by Holger Hans Peter Freyther · 13 years ago
  100. f141837 tests: timer: add parameter to select the number of steps by Pablo Neira Ayuso · 13 years ago