1. ea0e1ec build: simplify test handling and speed up build. by Diego Elio Pettenò · 12 years ago
  2. 327009e GAN/UMA: use correct IE Identifier foer T3920 by Harald Welte · 12 years ago
  3. 57799ed osmo-auc-gen: Add "-I" mode for generating triplets.dat for strongswan by Harald Welte · 12 years ago
  4. c17f570 ganc: add value_strings for GAN message type and protocol discriminator by Harald Welte · 12 years ago
  5. c2a25c6 44.318: Add missing message types by Harald Welte · 12 years ago
  6. 7273994 Fix bit-endianness in UMA/GAN definitions by Harald Welte · 12 years ago
  7. 2b1ab86 44.318: add structure describing Control Channel Description IE by Harald Welte · 12 years ago
  8. 53c815b gsm_44_318: add protocol discriminator enum and data[0] array to hdr by Harald Welte · 12 years ago
  9. 4498a0a gsm_44_318.h: fix syntax errors in GAN definitions by Harald Welte · 12 years ago
  10. 0b2a316 add missing Makefile.am for libosmo-gb by Harald Welte · 12 years ago
  11. 667e39a libosmogb: make sure to link with libosmovty by Harald Welte · 12 years ago
  12. fcaa805 libosmogb: export btsctx_* functions by Harald Welte · 12 years ago
  13. b21825e linuxrbtree: don't use 'new' as argument name to avoid C++ incompatibility by Harald Welte · 12 years ago
  14. c241404 libosmogb: export missing symbols by Harald Welte · 12 years ago 0.5.1
  15. 641f7ce libosmogb: move files to proper location and fix build by Harald Welte · 12 years ago 0.5.0
  16. e02b9f4 add GPRS/Gb related osmo_prim SAPs by Harald Welte · 12 years ago
  17. aa0c796 Import libgb from openbsc.git by Harald Welte · 12 years ago
  18. 8648e49 libgb: separate header files related to spec and implementation by Harald Welte · 12 years ago
  19. de4599c libgb: make sure all BSSGP functions have bssgp_ prefix by Harald Welte · 12 years ago
  20. 8eda90d libgb/gprs: don't use log_info from libcommon anymore by Harald Welte · 12 years ago
  21. f543036 libgb: prefix all NS related functions with gprs_ by Harald Welte · 12 years ago
  22. 15a3643 libgb: don't call directly into GMM / LLC layer by Harald Welte · 12 years ago
  23. 8ef54d1 libgb: remove dependency of BSSGP to include sgsn/gmm internal structs by Harald Welte · 12 years ago
  24. cca4963 libgb: Remove dependency to openbsc/debug.h by Harald Welte · 12 years ago
  25. 2d52d10 add additional newline in vty welcome message by Harald Welte · 12 years ago 0.4.3
  26. 4f5883b libgb: remove dependencies to openbsc/vty.h and openbsc/gsm_data.h by Harald Welte · 12 years ago
  27. d85d015 add library VTY nodes for NS and BSSGP by Harald Welte · 12 years ago
  28. 4fcdd76 libgb: Use library SS_L_NS instead lf local SS_NS by Harald Welte · 12 years ago
  29. 8cce125 signal: add SS_L_NS as a signal subsystem for NS code in libosmo-gb by Harald Welte · 12 years ago
  30. 605ac5d libgb: move GPRS specific msgb CB definitions to separate header by Harald Welte · 12 years ago
  31. 73952e3 split libgb into a separate library for outside use by Harald Welte · 12 years ago
  32. 8b0d5b3 VTY: safe version of printing VTY welcome message by Harald Welte · 12 years ago
  33. 98d77bd src/codec: Fix typo in Makefile by Sylvain Munaut · 12 years ago
  34. 973c3c3 LAPDm: Ensure there is no payload in DISC frames by Harald Welte · 12 years ago 0.4.2
  35. 81cd54a add GSM_LCHAN_PDTCH by Harald Welte · 12 years ago
  36. dca7d2c doc: Fix the Doxygen section endings by Sylvain Munaut · 12 years ago
  37. bc32d05 sync prototype of osmo_sockaddr_is_local with declaration by Harald Welte · 12 years ago
  38. 00a12fe timer: Increase the imprecision we accept in this test by Holger Hans Peter Freyther · 12 years ago
  39. df90aed libosmogsm: Add tvlv_att_def to exported symbols by Harald Welte · 12 years ago
  40. 7c373bc misc: Fix make distcheck, add the new libosmogsm.map file to the tarball by Holger Hans Peter Freyther · 12 years ago
  41. 3e07144 lapdm: fix RSL message format in RLL ERROR INDICATION by Harald Welte · 12 years ago
  42. 1c72bfb libosmogsm: Introduce explicit list of exported symbols by Harald Welte · 12 years ago
  43. 738f133 vty: Add a function to write the current config to a file. by Holger Hans Peter Freyther · 12 years ago
  44. 8db7020 misc: Fix the mail email address in the configure.ac by Holger Hans Peter Freyther · 12 years ago
  45. cebf3f0 osmo-auc-gen: Add mode for verifying user-supplied AUTS by Harald Welte · 12 years ago
  46. bc6f56c update copyright notice by Harald Welte · 12 years ago
  47. 0f5f93d osmo-auc-gen: Add -O to the getop line to make it work by Holger Hans Peter Freyther · 12 years ago
  48. 13b07de auth: Update test result with the new OP/OPC output by Holger Hans Peter Freyther · 12 years ago
  49. a72e47b auth_milenage/osmo-auc-gen: compute OPC in case only OP is known by Harald Welte · 12 years ago
  50. 5fb795e osmo-auc-gen: Introduce a small cmdline help/reference by Harald Welte · 12 years ago
  51. 042afe7 milenage: Add function to compute OPC from OP and K by Harald Welte · 12 years ago
  52. fb6a2e2 lapd: Remove unused variable t200_start in lapd_acknowledge. by Holger Hans Peter Freyther · 12 years ago
  53. 58d3153 misc: Fix warning when compiling telnet_interface.c by Holger Hans Peter Freyther · 12 years ago
  54. 2dafed5 gsm/a5: Rewrite equation doc with proper numbering by Sylvain Munaut · 12 years ago
  55. 1e57eb6 misc: Deal with smatch warnings about the bitfields by Holger Hans Peter Freyther · 12 years ago
  56. a9efc12 vty/telnet: Add function to allow binding telnet interface to custom IP/Interface by Sylvain Munaut · 12 years ago
  57. 5274646 misc: Use msgb_free for freeing the messages by Holger Hans Peter Freyther · 12 years ago
  58. 3e04ed6 gsmtap: Add GSMTAP_GPRS_CS() / GSMTAP_GPRS_MCS() by Harald Welte · 12 years ago
  59. 4b332d7 libosmocore/gsm: Fixed total size of gsm48_req_ref by Andreas Eversberg · 12 years ago
  60. 07b625d GSM 08.08: change gsm0808_create_classmark_update() prototype by Harald Welte · 12 years ago
  61. 65c2d36 GSM 08.08: Cleanup the code, remove lots of magic hard-coded numbers by Harald Welte · 12 years ago
  62. 7d974ad gsmtap: make sure we agree with wireshark on GSMTAP channel types by Harald Welte · 12 years ago
  63. 2c02043 TLV/msgb: Return first byte of newly-pushed data from msgb_*_push() by Harald Welte · 12 years ago
  64. 9751081 tests: Introduce a very basic gsm0808 test by Holger Hans Peter Freyther · 12 years ago
  65. 58e6d96 abis: gsm_data_shared.h includes libosmo-abis header, add abis to cflags by Holger Hans Peter Freyther · 12 years ago
  66. 3068d57 msgb_trim(): actually trim to an absolute length, as the comment states by Harald Welte · 12 years ago
  67. b0f9151 msgb: introduce msgb_trim() and msgb_l3trim() to trim msgb's by Harald Welte · 12 years ago
  68. 7be8c2b Merge remote-tracking branch 'origin/zecke/lapd-fixes' by Holger Hans Peter Freyther · 12 years ago
  69. 3a5f08c lapdm: Make sure that the msgb_l3len(msg) == length... by Holger Hans Peter Freyther · 12 years ago
  70. 90656db lapd: Warn if someone attempts to send an empty message by Holger Hans Peter Freyther · 12 years ago
  71. 6ecafef lapd: Mention the L3 size of the payload being sent by Holger Hans Peter Freyther · 12 years ago
  72. 301f01e libosmocore/lapd: Fixed handling of sequence errors at lapd_core.c by Andreas.Eversberg · 12 years ago
  73. 4b6bc3b Fix generation of GPRS Routing Area in case of 3-digit MNC by Gus Bourg · 13 years ago
  74. 4a075f8 lapd: Disable one part of the test as it fails on FreeBSD by Holger Hans Peter Freyther · 13 years ago
  75. 15f740c lapd_test: Look at the content of LAPD messages and compare them by Holger Hans Peter Freyther · 13 years ago
  76. 72bd4eb lapdm: Create a simple test case to transmit data between both ends by Holger Hans Peter Freyther · 13 years ago 0.4.1
  77. d318e61 auth_core: add missing string.h include to reduce warnings by Harald Welte · 13 years ago
  78. aae2362 auth_core: don't use anonymous unions to make certain gcc versions happy by Harald Welte · 13 years ago
  79. 57143a4 milenage_test: make sure test output is what .ok file expects by Harald Welte · 13 years ago
  80. 1726ec5 auth_milenage: we now copy RAND in auth_core, no need to do it twice by Harald Welte · 13 years ago
  81. 9df00bb milenage_test: make sure test result matches expectations by Harald Welte · 13 years ago
  82. 915e0ef add 'osmo-auc-gen' tool that can be used to generate auth vectors by Harald Welte · 13 years ago
  83. 4afdd5d auth_core: Make sure we always save the RAND in the vector by Harald Welte · 13 years ago
  84. a5ab162 auth_core: add functions for parsing algorithm names by Harald Welte · 13 years ago
  85. 5c60323 whitespace fixes in milenage_test.ok by Harald Welte · 13 years ago
  86. 4b3fbd4 add milenage internal headers to ensure 'make dist' works by Harald Welte · 13 years ago
  87. e076ac0 add autotest script for milenage/auth testing by Harald Welte · 13 years ago
  88. 781bd5d Auth: Import milenage implementation from hostap (Jouni Malinen) by Harald Welte · 13 years ago
  89. d82e0eb Add a generic abstraction for GSM/3G authentication algorithms by Harald Welte · 13 years ago
  90. 39a287d comp128: mark ki and srand as 'const' input parameters by Harald Welte · 13 years ago
  91. 75524cb increment LIBVERSION of libosmocore for new api by Harald Welte · 13 years ago 0.3.11
  92. ad633b0 SMS: export gsm411_bcdify() and gsm411_unbcdify() functions by Harald Welte · 13 years ago
  93. 62cb457 tests: Use the missing from the source directory by Holger Hans Peter Freyther · 13 years ago
  94. 322f60a fix two mistakes in AM_LDFLAGS by Alexander Huemer · 13 years ago
  95. 85fc314 BSSGP: Add functions required for true BSS-side BSSGP implementation by Harald Welte · 13 years ago
  96. eb3ccf6 BSSGP: add more doxygen comments by Harald Welte · 13 years ago
  97. e7e28ed Update .gitignore with new tests by Sylvain Munaut · 13 years ago
  98. 2861007 GPRS: add new bssgp_create_cell_id(), opposite of bssgp_parse_cell_id() by Harald Welte · 13 years ago
  99. a9f23c8 GPRS NS: Add some doxygen API documentation by Harald Welte · 13 years ago
  100. 40a8700 libosmocore: Update LIBVERSION because of ABI chaanges by Sylvain Munaut · 13 years ago