tag 0.5.3 version with
* vty documentation
* suspend_ref change (breaks libosmogb ABI)
* gsm48_decode_lai() change (breaks libosmogsm ABI)
* new TLV type for UMA/GAN
* misc fixes, see changelog
  1. 335aeda increaes libosmocgsm LIBVERSIN due to gsm_decode_lai() change by Harald Welte · 12 years ago 0.5.3
  2. 22be129 serial: don't set O_NDELAY, as it is more or less O_NONBLOCK by Harald Welte · 12 years ago
  3. d296f42 gb: Make suspend_ref a plain uint8_t instead of a uint8_t* by Holger Hans Peter Freyther · 12 years ago
  4. 5a19bf7 libgb: Link to the libraries used by libgb by Holger Hans Peter Freyther · 12 years ago
  5. ea8f238 vty: Print the string using "%s", string to avoid security issues by Holger Hans Peter Freyther · 12 years ago
  6. b53717f Add missing includes to timer_test.c and osmo-auc-gen.c by Harald Welte · 12 years ago
  7. 317aee5 vty: Merge from a generic section in case no specific one exists by Holger Hans Peter Freyther · 12 years ago
  8. e89ad6d vty: Use UTF-8 for the encoding and the ability to hide nodes by Holger Hans Peter Freyther · 12 years ago
  9. c9b3e06 vty: Document the .TEXT of the description by Holger Hans Peter Freyther · 12 years ago
  10. 8297c81 vty: Add xsd and a command that can generate the documentation. by Holger Hans Peter Freyther · 13 years ago
  11. aa5d0e8 Fix encoding of BSSGP_IE_NUM_OCT_AFF in bssgp_tx_llc_discarded() by Andreas Eversberg · 12 years ago
  12. 007a71e authentication: More documentation by Harald Welte · 12 years ago
  13. a9e4a14 backtrace: update copyright notice by Harald Welte · 12 years ago
  14. 45ecd04 backtrace: Add a variant that uses the libosmocore logging framework by Harald Welte · 12 years ago
  15. 2fe6847 TLV: add new "vTvLV" type for GAN by Harald Welte · 12 years ago
  16. a9250b9 gsm48_decode_lai(): return real integers for mcc/mnc, not hex! by Harald Welte · 12 years ago
  17. e866473 add gsm48_decode_lai() to map file by Harald Welte · 12 years ago
  18. 774a9de import gsm48_decode_lai() function from osmocom-bb/mobile sysinfo.c by Harald Welte · 12 years ago
  19. e30b6ac timer: Add function osmo_timer_remaining() to determine remainign time by Harald Welte · 12 years ago
  20. 3c16de2 freebsd: Make libgb compile on FreeBSD by Holger Hans Peter Freyther · 12 years ago
  21. 3c6a2ce VTY: Allow to compile vty.h and command.h headers with C++ by Andreas Eversberg · 12 years ago
  22. fb4bfc2 logging: Fix compile breakage introduced by the warning fixes by Holger Hans Peter Freyther · 12 years ago
  23. e62651f correct inverted logic from commit f3ba8a by Alexander Huemer · 12 years ago
  24. 2d6563b logging: Avoid compiler warnings when compiling c++ code by Andreas Eversberg · 12 years ago
  25. 2d956a8 bssgp: check for IMSI being a null pointer, not just an empty string. by Harald Welte · 12 years ago
  26. c5f055f build: use LT_INIT(pic-only) instead of forcing -fPIC. by Diego Elio Pettenò · 12 years ago 0.5.2
  27. f3ba8ab vty: avoid using a .data variable. by Diego Elio Pettenò · 12 years ago
  28. 23431c7 codec: make data tables constant. by Diego Elio Pettenò · 12 years ago
  29. 200710e build: use default htmldir directory. by Diego Elio Pettenò · 12 years ago
  30. 7e007e0 build: avoid multi-level recursion for src/ directory. by Diego Elio Pettenò · 12 years ago
  31. 406777c build: LT_INIT already replaces AC_PROG_LIBTOOL. by Diego Elio Pettenò · 12 years ago
  32. 001ef7e build: avoid calling undefined macro. by Diego Elio Pettenò · 12 years ago
  33. 8dd81fa build: avoid duplication of automake options, add no-dist-gzip. by Diego Elio Pettenò · 12 years ago
  34. a1ed2f0 build: use BUILT_SOURCES for the generated source files. by Diego Elio Pettenò · 12 years ago
  35. f5df9ab build: use the standard AM_V_GEN definition for output. by Diego Elio Pettenò · 12 years ago
  36. d471a21 build: simplify headers management and remove recursion by Diego Elio Pettenò · 12 years ago
  37. ea0e1ec build: simplify test handling and speed up build. by Diego Elio Pettenò · 12 years ago
  38. 327009e GAN/UMA: use correct IE Identifier foer T3920 by Harald Welte · 12 years ago
  39. 57799ed osmo-auc-gen: Add "-I" mode for generating triplets.dat for strongswan by Harald Welte · 12 years ago
  40. c17f570 ganc: add value_strings for GAN message type and protocol discriminator by Harald Welte · 12 years ago
  41. c2a25c6 44.318: Add missing message types by Harald Welte · 12 years ago
  42. 7273994 Fix bit-endianness in UMA/GAN definitions by Harald Welte · 12 years ago
  43. 2b1ab86 44.318: add structure describing Control Channel Description IE by Harald Welte · 12 years ago
  44. 53c815b gsm_44_318: add protocol discriminator enum and data[0] array to hdr by Harald Welte · 12 years ago
  45. 4498a0a gsm_44_318.h: fix syntax errors in GAN definitions by Harald Welte · 12 years ago
  46. 0b2a316 add missing Makefile.am for libosmo-gb by Harald Welte · 12 years ago
  47. 667e39a libosmogb: make sure to link with libosmovty by Harald Welte · 12 years ago
  48. fcaa805 libosmogb: export btsctx_* functions by Harald Welte · 12 years ago
  49. b21825e linuxrbtree: don't use 'new' as argument name to avoid C++ incompatibility by Harald Welte · 12 years ago
  50. c241404 libosmogb: export missing symbols by Harald Welte · 12 years ago 0.5.1
  51. 641f7ce libosmogb: move files to proper location and fix build by Harald Welte · 12 years ago 0.5.0
  52. e02b9f4 add GPRS/Gb related osmo_prim SAPs by Harald Welte · 12 years ago
  53. aa0c796 Import libgb from openbsc.git by Harald Welte · 12 years ago
  54. 8648e49 libgb: separate header files related to spec and implementation by Harald Welte · 12 years ago
  55. de4599c libgb: make sure all BSSGP functions have bssgp_ prefix by Harald Welte · 12 years ago
  56. 8eda90d libgb/gprs: don't use log_info from libcommon anymore by Harald Welte · 12 years ago
  57. f543036 libgb: prefix all NS related functions with gprs_ by Harald Welte · 12 years ago
  58. 15a3643 libgb: don't call directly into GMM / LLC layer by Harald Welte · 12 years ago
  59. 8ef54d1 libgb: remove dependency of BSSGP to include sgsn/gmm internal structs by Harald Welte · 12 years ago
  60. cca4963 libgb: Remove dependency to openbsc/debug.h by Harald Welte · 12 years ago
  61. 2d52d10 add additional newline in vty welcome message by Harald Welte · 12 years ago 0.4.3
  62. 4f5883b libgb: remove dependencies to openbsc/vty.h and openbsc/gsm_data.h by Harald Welte · 12 years ago
  63. d85d015 add library VTY nodes for NS and BSSGP by Harald Welte · 12 years ago
  64. 4fcdd76 libgb: Use library SS_L_NS instead lf local SS_NS by Harald Welte · 12 years ago
  65. 8cce125 signal: add SS_L_NS as a signal subsystem for NS code in libosmo-gb by Harald Welte · 12 years ago
  66. 605ac5d libgb: move GPRS specific msgb CB definitions to separate header by Harald Welte · 12 years ago
  67. 73952e3 split libgb into a separate library for outside use by Harald Welte · 12 years ago
  68. 8b0d5b3 VTY: safe version of printing VTY welcome message by Harald Welte · 12 years ago
  69. 98d77bd src/codec: Fix typo in Makefile by Sylvain Munaut · 12 years ago
  70. 973c3c3 LAPDm: Ensure there is no payload in DISC frames by Harald Welte · 12 years ago 0.4.2
  71. 81cd54a add GSM_LCHAN_PDTCH by Harald Welte · 12 years ago
  72. dca7d2c doc: Fix the Doxygen section endings by Sylvain Munaut · 12 years ago
  73. bc32d05 sync prototype of osmo_sockaddr_is_local with declaration by Harald Welte · 12 years ago
  74. 00a12fe timer: Increase the imprecision we accept in this test by Holger Hans Peter Freyther · 12 years ago
  75. df90aed libosmogsm: Add tvlv_att_def to exported symbols by Harald Welte · 12 years ago
  76. 7c373bc misc: Fix make distcheck, add the new libosmogsm.map file to the tarball by Holger Hans Peter Freyther · 12 years ago
  77. 3e07144 lapdm: fix RSL message format in RLL ERROR INDICATION by Harald Welte · 12 years ago
  78. 1c72bfb libosmogsm: Introduce explicit list of exported symbols by Harald Welte · 12 years ago
  79. 738f133 vty: Add a function to write the current config to a file. by Holger Hans Peter Freyther · 12 years ago
  80. 8db7020 misc: Fix the mail email address in the configure.ac by Holger Hans Peter Freyther · 12 years ago
  81. cebf3f0 osmo-auc-gen: Add mode for verifying user-supplied AUTS by Harald Welte · 12 years ago
  82. bc6f56c update copyright notice by Harald Welte · 12 years ago
  83. 0f5f93d osmo-auc-gen: Add -O to the getop line to make it work by Holger Hans Peter Freyther · 12 years ago
  84. 13b07de auth: Update test result with the new OP/OPC output by Holger Hans Peter Freyther · 12 years ago
  85. a72e47b auth_milenage/osmo-auc-gen: compute OPC in case only OP is known by Harald Welte · 12 years ago
  86. 5fb795e osmo-auc-gen: Introduce a small cmdline help/reference by Harald Welte · 12 years ago
  87. 042afe7 milenage: Add function to compute OPC from OP and K by Harald Welte · 12 years ago
  88. fb6a2e2 lapd: Remove unused variable t200_start in lapd_acknowledge. by Holger Hans Peter Freyther · 12 years ago
  89. 58d3153 misc: Fix warning when compiling telnet_interface.c by Holger Hans Peter Freyther · 12 years ago
  90. 2dafed5 gsm/a5: Rewrite equation doc with proper numbering by Sylvain Munaut · 12 years ago
  91. 1e57eb6 misc: Deal with smatch warnings about the bitfields by Holger Hans Peter Freyther · 12 years ago
  92. a9efc12 vty/telnet: Add function to allow binding telnet interface to custom IP/Interface by Sylvain Munaut · 12 years ago
  93. 5274646 misc: Use msgb_free for freeing the messages by Holger Hans Peter Freyther · 12 years ago
  94. 3e04ed6 gsmtap: Add GSMTAP_GPRS_CS() / GSMTAP_GPRS_MCS() by Harald Welte · 12 years ago
  95. 4b332d7 libosmocore/gsm: Fixed total size of gsm48_req_ref by Andreas Eversberg · 12 years ago
  96. 07b625d GSM 08.08: change gsm0808_create_classmark_update() prototype by Harald Welte · 12 years ago
  97. 65c2d36 GSM 08.08: Cleanup the code, remove lots of magic hard-coded numbers by Harald Welte · 12 years ago
  98. 7d974ad gsmtap: make sure we agree with wireshark on GSMTAP channel types by Harald Welte · 12 years ago
  99. 2c02043 TLV/msgb: Return first byte of newly-pushed data from msgb_*_push() by Harald Welte · 12 years ago
  100. 9751081 tests: Introduce a very basic gsm0808 test by Holger Hans Peter Freyther · 12 years ago