1. 82c9a0e osmo_auth_gen_vec: UMTS auth: store last used SQN, not next by Neels Hofmeyr · 7 years ago
  2. 5fe3d1b osmo-auc-gen: clarify SQN output, prepare for SQN changes by Neels Hofmeyr · 7 years ago
  3. d3b5873 add osmo-auc-gen_test by Neels Hofmeyr · 7 years ago
  4. 8e1b598 milenage_test: cosmetic fix: shown value is not SEQ.MS by Neels Hofmeyr · 7 years ago
  5. 3262f82 libosmocoding: migrate transcoding routines from OsmoBTS by Vadim Yanitskiy · 8 years ago
  6. 68930e8 tests/conv: separate test logic by Vadim Yanitskiy · 7 years ago
  7. 70c7d41 Use value_string for ctrl_type by Max · 7 years ago
  8. bd9de2f gsup_test: also check stderr by Neels Hofmeyr · 7 years ago
  9. abb2369 gsup test: add decoding test for UMTS IEs by Neels Hofmeyr · 7 years ago
  10. 437ed4a osmo_hexparse: allow whitespace in parsed string, add ws test by Neels Hofmeyr · 7 years ago
  11. 7adb567 utils: add hexparse test by Neels Hofmeyr · 7 years ago
  12. 6f0f560 cosmetic: replace fprintf with LOGP by Philipp Maier · 7 years ago
  13. 4ffb43f Add minimal testing of socket.c helper functions by Harald Welte · 7 years ago
  14. 7132011 bssgp_fc_test: do not use real time by Neels Hofmeyr · 7 years ago
  15. 8352d31 GSUP, OAP, osmo-gen-vec: fix AUTS length to 14, not 16 by Neels Hofmeyr · 7 years ago
  16. d8494bc tests/conv: whitespece fix by Vadim Yanitskiy · 7 years ago
  17. 1214295 tests/conv: add LTE PBCH test vector by Vadim Yanitskiy · 7 years ago
  18. b41b48e stats_test: fix mismatching osmo_stats_reporter->send_item signature by Neels Hofmeyr · 7 years ago
  19. 2f0b0c9 Fix compilation warnings: missing includes: gsm0411_utils.c, lapd_core.c, oap_test.c by Max · 7 years ago
  20. d02c8af DTX: fix AMR SID-FIRST detection by Jean-Francois Dionne · 7 years ago
  21. 848de8f Add function to get uninterrupted bit run by Pravin Kumarvel · 8 years ago
  22. 53e2672 lapd_test: avoid calling memcpy with NULL source by Harald Welte · 7 years ago
  23. cba8eb9 fsm_test.c: fix compiler warning: timer cb return type by Neels Hofmeyr · 8 years ago
  24. 6a13e7f fsm: add LOGPFSML to pass explicit logging level by Neels Hofmeyr · 8 years ago
  25. 886d6fd fix logging: log_set_category_filter() for internal DL* logging cats by Neels Hofmeyr · 8 years ago
  26. a4842af show bug in logging: log_set_category_filter on DL* categories by Neels Hofmeyr · 8 years ago
  27. 7480226 fix logging: out-of-bounds check should end with user categories by Neels Hofmeyr · 8 years ago
  28. d1a145e show bug in logging: out-of-bounds check should end with user categories by Neels Hofmeyr · 8 years ago
  29. ca13574 fix logging: also catch first out-of-bounds logging cat by Neels Hofmeyr · 8 years ago
  30. a280b82 show bug in logging: erratic redirection to DLGLOBAL for first invalid category by Neels Hofmeyr · 8 years ago
  31. 42240de fix logging: redirection to DLGLOBAL for invalid categories by Neels Hofmeyr · 8 years ago
  32. 85b42c4 show bug in logging: erratic redirection to DLGLOBAL for invalid categories by Neels Hofmeyr · 8 years ago
  33. 9adf32f logging test: cosmetic: print target and don't print color by Neels Hofmeyr · 8 years ago
  34. d981efa oap: add encode/decode unit test by Neels Hofmeyr · 8 years ago
  35. 9795cf1 fix: DLGSUP logging category "unusable" by Neels Hofmeyr · 8 years ago 0.9.5
  36. a24be85 Fix msgb_test on 64 bit architectures by Harald Welte · 8 years ago
  37. c7f52c4 wqueue: Reject messges if queue is considered full by Holger Hans Peter Freyther · 8 years ago
  38. 9683104 build: make check: disable sim_test when built with --disable-pcsc by Neels Hofmeyr · 8 years ago
  39. bf173a3 bitcomp: Remove the t4 decoding from libosmocore by Holger Hans Peter Freyther · 8 years ago
  40. 3de97e1 Add logging and testing for FSM deallocation by Max · 8 years ago
  41. e9e5f8e Add null-pointer check to osmo_amr_rtp_dec() by Max · 8 years ago
  42. 8b25a3f Add osmo_fsm_unregister() to header by Max · 8 years ago
  43. 8a3409c gsm0408_test: initialize msgb talloc ctx by Neels Hofmeyr · 8 years ago
  44. 8319a67 bitrev_test: don't omit last byte from test result check by Neels Hofmeyr · 8 years ago
  45. 4fd6023 Fix ASAN failure in bitrev_test by Max · 8 years ago
  46. dbc6817 timer_test: set 8 as default steps, use the default in testsuite.at by Neels Hofmeyr · 8 years ago
  47. d0858c2 timer_test: print more details to stdout to check by Neels Hofmeyr · 8 years ago
  48. 255dac1 timer_test: redirect some output from stderr to stdout by Neels Hofmeyr · 8 years ago
  49. d73c1cc timer_test: remove all random elements by Neels Hofmeyr · 8 years ago
  50. 7b4d727 timer_test: do not use real time: deterministic and faster by Neels Hofmeyr · 8 years ago
  51. 8e2f7e8 add osmo_gettimeofday as a shim around gettimeofday by Neels Hofmeyr · 8 years ago
  52. 13a8fb8 timer_test: remove unused precision values and confusing log by Neels Hofmeyr · 8 years ago
  53. 9c9a047 timer_test: also report early finishes, report timing on error by Neels Hofmeyr · 8 years ago
  54. 633a0e7 fix timer_test: don't forget to set tv_usec on the stop time by Neels Hofmeyr · 8 years ago
  55. d95f01d build: tests: don't link system installed libosmogsm. by Neels Hofmeyr · 8 years ago
  56. 4a62dbb ussd: Decode interrogateSS that doesn't have test by Holger Hans Peter Freyther · 8 years ago
  57. 4f16950 Add GEA3 & GEA4 ciphers by Max · 8 years ago
  58. eb59f24 tests: test actual support status for auth. algo by Max · 8 years ago
  59. e0a7d9e Add octet-aligned/unaligned shift functions by Max · 8 years ago
  60. 136e737 Add Finite State Machine abstraction code by Harald Welte · 8 years ago
  61. ec8f192 Add functions to detect HR/FR SID frames by Max · 8 years ago
  62. 92db150 Add helper functions for AMR codec by Max · 8 years ago
  63. 3b6fb08 import gprs_gsup_message.[ch] from openbsc as gsup.[ch] by Harald Welte · 8 years ago 0.9.4
  64. fbd02fa tlv: Import osmo_shift_* and osmo_match_shift_* from openbsc by Harald Welte · 8 years ago
  65. 84da22f Add code generator for convolutional codes by Max Suraev msuraev@sysmocom.de · 8 years ago
  66. d8fb142 Add ubit <-> sbit convertors by Max · 8 years ago
  67. 92c4ec2 sim: Fix compiler warning and by this fixing the test result by Holger Hans Peter Freyther · 8 years ago
  68. 676e534 sim: Add simplistic unit test for APDU class tables by Harald Welte · 8 years ago
  69. d479321 Add function to add bits from array to bitvec by Max · 8 years ago
  70. 79599ac logging: Move the filter check up as well by Holger Hans Peter Freyther · 8 years ago
  71. 64e0eb5 log/test: Extend test case for log_check_level by Jacob Erlbeck · 9 years ago
  72. 6a5ef46 Add byte printing macros by Max · 8 years ago
  73. f78ec5c gb: Add bssgp_msgb_copy function by Jacob Erlbeck · 9 years ago
  74. 5c18e26 Add T4 bit map compression routines by Max · 8 years ago
  75. 0a59e98 Expand bitvec interface by Max · 8 years ago
  76. 5710804 bivec: Fix the output of the testcase by Holger Hans Peter Freyther · 8 years ago
  77. a9301a1 bitvec: Test and fix regression for C++->C conversion by Holger Hans Peter Freyther · 8 years ago
  78. fdb4667 test: Fix compiler warnings on 64bit systems by Holger Hans Peter Freyther · 9 years ago
  79. fb7e683 kasumi: Fix build with gcc5 that changed behavior of inline by Holger Hans Peter Freyther · 8 years ago
  80. 17b3c3a msgb/test: Add test case for error cases by Jacob Erlbeck · 9 years ago
  81. 0a053ec msgb/test: Add tests for msgb_resize_area and msgb_copy by Jacob Erlbeck · 9 years ago
  82. cbefa08 msgb/test: Add functions to catch and check exceptions by Jacob Erlbeck · 9 years ago
  83. 7cd8a1b msgb/test: Add test for msgb message buffers by Jacob Erlbeck · 9 years ago
  84. 5f349be bitvec: Add get/set byte sequences by Jacob Erlbeck · 9 years ago
  85. 8114294 gsm: Add APN conversion functions by Jacob Erlbeck · 9 years ago
  86. cc6ac4c ns: Force a defined state when sending NS RESET by Jacob Erlbeck · 9 years ago
  87. 90e614f remove our internal copy of talloc, use system libtalloc by Harald Welte · 9 years ago
  88. f13de86 stats/test: Add memory leak check by Jacob Erlbeck · 9 years ago
  89. 46b703d stats/test: Add test for reporting by Jacob Erlbeck · 9 years ago
  90. be37fb7 stats/test: Add tests to check VTY configuration by Jacob Erlbeck · 9 years ago
  91. ca6602f vty/test: Refactor vty creation/deletion into separate functions by Jacob Erlbeck · 9 years ago
  92. ee2657f test: Remove unneeded linking to libosmovty.la by Jacob Erlbeck · 9 years ago
  93. fc9533d stats: Add osmo_ name prefix to identifiers by Jacob Erlbeck · 9 years ago
  94. adc900e stats/vty: Add stats configuration by Jacob Erlbeck · 9 years ago
  95. b27b352 stats: Use a global index for stat item values by Jacob Erlbeck · 9 years ago
  96. 738d9e2 stats: Add vty_out_stat_item_group by Jacob Erlbeck · 9 years ago
  97. 9732cb4 stats: Add stat_item for value monitoring by Jacob Erlbeck · 9 years ago
  98. c2ddc4f build: have a disable-static build succeed by Jan Engelhardt · 9 years ago
  99. 0d72785 tests: Don't reference file in src/ to test hidden func. Use static link. by Sylvain Munaut · 9 years ago
  100. 2c58197 bssgp/test: Add missing START/END printfs by Jacob Erlbeck · 9 years ago