1. 0f5f93d osmo-auc-gen: Add -O to the getop line to make it work by Holger Hans Peter Freyther · 12 years ago
  2. 13b07de auth: Update test result with the new OP/OPC output by Holger Hans Peter Freyther · 12 years ago
  3. a72e47b auth_milenage/osmo-auc-gen: compute OPC in case only OP is known by Harald Welte · 12 years ago
  4. 5fb795e osmo-auc-gen: Introduce a small cmdline help/reference by Harald Welte · 12 years ago
  5. 042afe7 milenage: Add function to compute OPC from OP and K by Harald Welte · 12 years ago
  6. fb6a2e2 lapd: Remove unused variable t200_start in lapd_acknowledge. by Holger Hans Peter Freyther · 12 years ago
  7. 58d3153 misc: Fix warning when compiling telnet_interface.c by Holger Hans Peter Freyther · 12 years ago
  8. 2dafed5 gsm/a5: Rewrite equation doc with proper numbering by Sylvain Munaut · 12 years ago
  9. a9efc12 vty/telnet: Add function to allow binding telnet interface to custom IP/Interface by Sylvain Munaut · 12 years ago
  10. 3e04ed6 gsmtap: Add GSMTAP_GPRS_CS() / GSMTAP_GPRS_MCS() by Harald Welte · 12 years ago
  11. 4b332d7 libosmocore/gsm: Fixed total size of gsm48_req_ref by Andreas Eversberg · 12 years ago
  12. 07b625d GSM 08.08: change gsm0808_create_classmark_update() prototype by Harald Welte · 12 years ago
  13. 65c2d36 GSM 08.08: Cleanup the code, remove lots of magic hard-coded numbers by Harald Welte · 12 years ago
  14. 7d974ad gsmtap: make sure we agree with wireshark on GSMTAP channel types by Harald Welte · 12 years ago
  15. 2c02043 TLV/msgb: Return first byte of newly-pushed data from msgb_*_push() by Harald Welte · 12 years ago
  16. 9751081 tests: Introduce a very basic gsm0808 test by Holger Hans Peter Freyther · 12 years ago
  17. 3068d57 msgb_trim(): actually trim to an absolute length, as the comment states by Harald Welte · 12 years ago
  18. b0f9151 msgb: introduce msgb_trim() and msgb_l3trim() to trim msgb's by Harald Welte · 12 years ago
  19. 7be8c2b Merge remote-tracking branch 'origin/zecke/lapd-fixes' by Holger Hans Peter Freyther · 12 years ago
  20. 3a5f08c lapdm: Make sure that the msgb_l3len(msg) == length... by Holger Hans Peter Freyther · 12 years ago
  21. 90656db lapd: Warn if someone attempts to send an empty message by Holger Hans Peter Freyther · 12 years ago
  22. 6ecafef lapd: Mention the L3 size of the payload being sent by Holger Hans Peter Freyther · 12 years ago
  23. 301f01e libosmocore/lapd: Fixed handling of sequence errors at lapd_core.c by Andreas.Eversberg · 12 years ago
  24. 4b6bc3b Fix generation of GPRS Routing Area in case of 3-digit MNC by Gus Bourg · 13 years ago
  25. 4a075f8 lapd: Disable one part of the test as it fails on FreeBSD by Holger Hans Peter Freyther · 13 years ago
  26. 15f740c lapd_test: Look at the content of LAPD messages and compare them by Holger Hans Peter Freyther · 13 years ago
  27. 72bd4eb lapdm: Create a simple test case to transmit data between both ends by Holger Hans Peter Freyther · 13 years ago 0.4.1
  28. d318e61 auth_core: add missing string.h include to reduce warnings by Harald Welte · 13 years ago
  29. aae2362 auth_core: don't use anonymous unions to make certain gcc versions happy by Harald Welte · 13 years ago
  30. 57143a4 milenage_test: make sure test output is what .ok file expects by Harald Welte · 13 years ago
  31. 1726ec5 auth_milenage: we now copy RAND in auth_core, no need to do it twice by Harald Welte · 13 years ago
  32. 9df00bb milenage_test: make sure test result matches expectations by Harald Welte · 13 years ago
  33. 915e0ef add 'osmo-auc-gen' tool that can be used to generate auth vectors by Harald Welte · 13 years ago
  34. 4afdd5d auth_core: Make sure we always save the RAND in the vector by Harald Welte · 13 years ago
  35. a5ab162 auth_core: add functions for parsing algorithm names by Harald Welte · 13 years ago
  36. 5c60323 whitespace fixes in milenage_test.ok by Harald Welte · 13 years ago
  37. 4b3fbd4 add milenage internal headers to ensure 'make dist' works by Harald Welte · 13 years ago
  38. e076ac0 add autotest script for milenage/auth testing by Harald Welte · 13 years ago
  39. 781bd5d Auth: Import milenage implementation from hostap (Jouni Malinen) by Harald Welte · 13 years ago
  40. d82e0eb Add a generic abstraction for GSM/3G authentication algorithms by Harald Welte · 13 years ago
  41. 39a287d comp128: mark ki and srand as 'const' input parameters by Harald Welte · 13 years ago
  42. 75524cb increment LIBVERSION of libosmocore for new api by Harald Welte · 13 years ago 0.3.11
  43. ad633b0 SMS: export gsm411_bcdify() and gsm411_unbcdify() functions by Harald Welte · 13 years ago
  44. 62cb457 tests: Use the missing from the source directory by Holger Hans Peter Freyther · 13 years ago
  45. e7e28ed Update .gitignore with new tests by Sylvain Munaut · 13 years ago
  46. 40a8700 libosmocore: Update LIBVERSION because of ABI chaanges by Sylvain Munaut · 13 years ago
  47. 29eb92d core/conv: Add regression testing code by Sylvain Munaut · 13 years ago
  48. ae8dbb4 core/conv: Add utility methods to know length of coded/decoded vectors by Sylvain Munaut · 13 years ago
  49. 297d13f core/conv: Add support for other termination types (trunc & tail biting) by Sylvain Munaut · 13 years ago
  50. d4440d4 core/conv: Really only consider error for non-zero soft values by Sylvain Munaut · 13 years ago
  51. 03d2c89 core/conv: Minor documentation improvements by Sylvain Munaut · 13 years ago
  52. 9a5f3b8 gsm/lapd_core: Make sure rc is initialize in lapd_rx_u by Sylvain Munaut · 13 years ago
  53. e45e699 core/logging: Remove const qualifier on return of logp2syslog_level by Sylvain Munaut · 13 years ago
  54. 31d3de9 core/serial: Fix warning when on platform other than linux by Sylvain Munaut · 13 years ago
  55. ad4a6a8 gsm/a5: Bit faster way to compute parity ... by Sylvain Munaut · 13 years ago
  56. 17af41d utils: Fix alias to weak alias to allow OSX compilation by Sylvain Munaut · 13 years ago
  57. a42e2f6 tests/a5: Add a5_test.ok as EXTRA_DIST by Sylvain Munaut · 13 years ago
  58. fb19530 tests: fix cut & paste error by Sylvain Munaut · 13 years ago
  59. 2735ac4 gsm/a5: Add documentation by Sylvain Munaut · 13 years ago
  60. 7f975d2 gsm/a5: Rewrite A5/2 algo to avoid the delayed bit by Sylvain Munaut · 13 years ago
  61. 810c334 tests/a5: Add a5 regression testing by Sylvain Munaut · 13 years ago
  62. 3e387cb gsm/a5: Add const qualifier on the key by Sylvain Munaut · 13 years ago
  63. f6c1d4c tests: Fix the make distcheck of libosmocore with the tests by Holger Hans Peter Freyther · 13 years ago
  64. 42885f8 Merge branch 'zecke/gnu-autotest' by Holger Hans Peter Freyther · 13 years ago
  65. bf12800 tests: Initialize log system to fix crash, update test result by Holger Hans Peter Freyther · 13 years ago
  66. 72eb44c tests: timer: set maximum wait time to obtain test results by Pablo Neira Ayuso · 13 years ago
  67. 7a0ca16 tests: timer: use stderr for non-repeatable output by Pablo Neira Ayuso · 13 years ago
  68. ad0e885 tests: Reduce the iterations for the timertest, ignore stderr by Holger Hans Peter Freyther · 13 years ago
  69. f141837 tests: timer: add parameter to select the number of steps by Pablo Neira Ayuso · 13 years ago
  70. f9eda74 tests: Use GNU autotest to execute our tests and compare textual output by Holger Hans Peter Freyther · 13 years ago
  71. 36a9cdf git: Ignore vi files (.swp, .swo) by Holger Hans Peter Freyther · 13 years ago
  72. 4cfbae8 utils: Add declaration back for osmo_osmo_hexdump_nospc by Sylvain Munaut · 13 years ago
  73. a71b8ea timer: Better fix to the timer re-scheduling situation by Pablo Neira Ayuso · 13 years ago
  74. cc90d49 gsm/gsm0411_smc: Fix typo by Sylvain Munaut · 13 years ago
  75. 0d9b8ec include/gsm_04_11: Fix compatibility issue with GSM411_TMR_TC1A by Sylvain Munaut · 13 years ago
  76. c1a91a8 gsm/sms: Rewrite of SMR process, extracted from OpenBSC by Andreas Eversberg · 13 years ago
  77. bbf9034 gsm/sms: Rewrite of SMC process, extracted from OpenBSC by Andreas Eversberg · 13 years ago
  78. d84f47a gsm/sms: Moved utility functions of SMS processing to new gsm0411_utils.c by Andreas.Eversberg · 13 years ago
  79. c626da9 gsm/sms: Added DLSMS debugging by Andreas Eversberg · 13 years ago
  80. 153903c gsm/lapdm: Display SAPI in debug message for easier debug by Andreas.Eversberg · 13 years ago
  81. 816e178 gsm/lapdm: Fix UI frames from BTS->MS have length (B4 format) by Andreas.Eversberg · 13 years ago
  82. f1f80de gsm/lapdm: Fix TA and power level handling in the ACCH header by Andreas.Eversberg · 13 years ago
  83. cbed327 gsm/lapdm: Set N201 depending on the frame type by Andreas.Eversberg · 13 years ago
  84. 5ac4478 gsm/lapdm: Make T200 timer depends on the link type (SACCH is slower) by Andreas.Eversberg · 13 years ago
  85. a42b699 gsm/lapdm: Add missing msgb_free in rslms_rx_rll error cases by Andreas.Eversberg · 13 years ago
  86. 5ad4ac8 lapd: Fixed possible double free buf in lapd_core.c by Andreas Eversberg · 13 years ago
  87. f948dbc vty: Fixed vty_down_level to move down from config nodes by Andreas.Eversberg · 13 years ago
  88. dc3be0a vty/telnet_interface: Add telnet_exit function by Andreas.Eversberg · 13 years ago
  89. aeeb707 core/timer: Allow an already scheduled timer to be re-scheduled at a new time by Sylvain Munaut · 13 years ago
  90. 54187ba core/rbtree: remove redundant if()-condition in rb_erase() by Sylvain Munaut · 13 years ago
  91. a83cbe1 core/rbtree: make clear distinction between two different cases in rb_erase() by Sylvain Munaut · 13 years ago
  92. b8c5bde core/rbtree: reorganize code in rb_erase() for additional changes by Sylvain Munaut · 13 years ago
  93. 0395c6e core/rbtree: optimize rb_erase() by Sylvain Munaut · 13 years ago
  94. 2179f40 core/rbtree: add const qualifier to some functions by Sylvain Munaut · 13 years ago
  95. e55ae3a core/utils: Add a symbol alias for a previous typo for compatibility by Sylvain Munaut · 13 years ago
  96. ff23d24 utils: Fix a bad double osmo_ prefix for osmo_hexdump_nospc by Sylvain Munaut · 13 years ago
  97. 3ec5047 freebsd: Provide a dummy backtrace implementation that does nothing by Holger Hans Peter Freyther · 13 years ago
  98. 4772348 freebsd: Fixes for the compilation of libosmocore on FreeBSD by Holger Hans Peter Freyther · 13 years ago
  99. 07f1103 timer: Add compatibility header with timer helpers by Sylvain Munaut · 13 years ago
  100. dec4800 core: Fix include path to use top_builddir as well for generated headers by Sylvain Munaut · 13 years ago