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