1. db15336 logging: Introduce a print_filename flag for the logtarget by Holger Hans Peter Freyther · 12 years ago
  2. 314c010 vty: Address compiler warning about the const qualifier by Holger Hans Peter Freyther · 12 years ago
  3. b321b93 vty: Address compiler warning about tolower by Holger Hans Peter Freyther · 12 years ago
  4. cc7d9ec gsm: Address compiler warning about unused variable 'z' by Holger Hans Peter Freyther · 12 years ago
  5. 06f6455 logging: Mark the log_info_cat pointer as consts by Holger Hans Peter Freyther · 12 years ago
  6. e92866b Gb: Add functions for sending flow control messages from BSS side by Harald Welte · 12 years ago
  7. 30fabdf Gb: Add header file for BSS-side BSSGP functions by Harald Welte · 12 years ago
  8. e3a10b6 libosmogb: make build conditional, disable in embedded build by Harald Welte · 12 years ago
  9. aef9175 backtrace: don't use fprintf, but printf (for osmocom-bb) by Harald Welte · 12 years ago
  10. 0823e1e BSSGP: print per-bvc flow control parameters on vty by Harald Welte · 12 years ago
  11. d8b4769 BSSGP: make bvc_ctx->fc a dynamic talloc allocation by Harald Welte · 12 years ago
  12. bb82622 BSSGP flow-control: various fixes by Harald Welte · 12 years ago
  13. d11c059 libosmogb: Port BSSGP flow control from openbsc/laforge/bssgp_fc branch by Harald Welte · 12 years ago
  14. 5b3bffb BSSGP: fix unused variable compiler warnings by Harald Welte · 12 years ago
  15. ca0af8a libosmogb: build without strict aliasing rules by Harald Welte · 12 years ago
  16. 7c8e2cc libosmogsm: Back-port SMS related fixes from openbsc by Harald Welte · 12 years ago
  17. c8a0b93 GSM 04.08: Add support for parsing CSD related bearer capabilities by Harald Welte · 12 years ago
  18. 7ccd318 gsm48_ie: annotate functions with chapter numbers from 04.08 spec by Harald Welte · 12 years ago
  19. fab0ae9 import vty_cmd_string_from_valstr() from osmo-bts by Harald Welte · 12 years ago
  20. 335aeda increaes libosmocgsm LIBVERSIN due to gsm_decode_lai() change by Harald Welte · 12 years ago 0.5.3
  21. 22be129 serial: don't set O_NDELAY, as it is more or less O_NONBLOCK by Harald Welte · 12 years ago
  22. d296f42 gb: Make suspend_ref a plain uint8_t instead of a uint8_t* by Holger Hans Peter Freyther · 12 years ago
  23. 5a19bf7 libgb: Link to the libraries used by libgb by Holger Hans Peter Freyther · 12 years ago
  24. ea8f238 vty: Print the string using "%s", string to avoid security issues by Holger Hans Peter Freyther · 12 years ago
  25. c9b3e06 vty: Document the .TEXT of the description by Holger Hans Peter Freyther · 12 years ago
  26. 8297c81 vty: Add xsd and a command that can generate the documentation. by Holger Hans Peter Freyther · 13 years ago
  27. aa5d0e8 Fix encoding of BSSGP_IE_NUM_OCT_AFF in bssgp_tx_llc_discarded() by Andreas Eversberg · 12 years ago
  28. 007a71e authentication: More documentation by Harald Welte · 12 years ago
  29. a9e4a14 backtrace: update copyright notice by Harald Welte · 12 years ago
  30. 45ecd04 backtrace: Add a variant that uses the libosmocore logging framework by Harald Welte · 12 years ago
  31. 2fe6847 TLV: add new "vTvLV" type for GAN by Harald Welte · 12 years ago
  32. a9250b9 gsm48_decode_lai(): return real integers for mcc/mnc, not hex! by Harald Welte · 12 years ago
  33. e866473 add gsm48_decode_lai() to map file by Harald Welte · 12 years ago
  34. 774a9de import gsm48_decode_lai() function from osmocom-bb/mobile sysinfo.c by Harald Welte · 12 years ago
  35. e30b6ac timer: Add function osmo_timer_remaining() to determine remainign time by Harald Welte · 12 years ago
  36. 3c16de2 freebsd: Make libgb compile on FreeBSD by Holger Hans Peter Freyther · 12 years ago
  37. fb4bfc2 logging: Fix compile breakage introduced by the warning fixes by Holger Hans Peter Freyther · 12 years ago
  38. e62651f correct inverted logic from commit f3ba8a by Alexander Huemer · 12 years ago
  39. 2d956a8 bssgp: check for IMSI being a null pointer, not just an empty string. by Harald Welte · 12 years ago
  40. c5f055f build: use LT_INIT(pic-only) instead of forcing -fPIC. by Diego Elio Pettenò · 12 years ago 0.5.2
  41. f3ba8ab vty: avoid using a .data variable. by Diego Elio Pettenò · 12 years ago
  42. 23431c7 codec: make data tables constant. by Diego Elio Pettenò · 12 years ago
  43. 7e007e0 build: avoid multi-level recursion for src/ directory. by Diego Elio Pettenò · 12 years ago
  44. a1ed2f0 build: use BUILT_SOURCES for the generated source files. by Diego Elio Pettenò · 12 years ago
  45. f5df9ab build: use the standard AM_V_GEN definition for output. by Diego Elio Pettenò · 12 years ago
  46. c17f570 ganc: add value_strings for GAN message type and protocol discriminator by Harald Welte · 12 years ago
  47. 0b2a316 add missing Makefile.am for libosmo-gb by Harald Welte · 12 years ago
  48. fcaa805 libosmogb: export btsctx_* functions by Harald Welte · 12 years ago
  49. c241404 libosmogb: export missing symbols by Harald Welte · 12 years ago 0.5.1
  50. 641f7ce libosmogb: move files to proper location and fix build by Harald Welte · 12 years ago 0.5.0
  51. 2d52d10 add additional newline in vty welcome message by Harald Welte · 12 years ago 0.4.3
  52. 8b0d5b3 VTY: safe version of printing VTY welcome message by Harald Welte · 12 years ago
  53. 98d77bd src/codec: Fix typo in Makefile by Sylvain Munaut · 12 years ago
  54. 973c3c3 LAPDm: Ensure there is no payload in DISC frames by Harald Welte · 12 years ago 0.4.2
  55. dca7d2c doc: Fix the Doxygen section endings by Sylvain Munaut · 12 years ago
  56. bc32d05 sync prototype of osmo_sockaddr_is_local with declaration by Harald Welte · 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. a72e47b auth_milenage/osmo-auc-gen: compute OPC in case only OP is known by Harald Welte · 12 years ago
  63. 042afe7 milenage: Add function to compute OPC from OP and K by Harald Welte · 12 years ago
  64. fb6a2e2 lapd: Remove unused variable t200_start in lapd_acknowledge. by Holger Hans Peter Freyther · 12 years ago
  65. 2dafed5 gsm/a5: Rewrite equation doc with proper numbering by Sylvain Munaut · 12 years ago
  66. a9efc12 vty/telnet: Add function to allow binding telnet interface to custom IP/Interface by Sylvain Munaut · 12 years ago
  67. 07b625d GSM 08.08: change gsm0808_create_classmark_update() prototype by Harald Welte · 12 years ago
  68. 65c2d36 GSM 08.08: Cleanup the code, remove lots of magic hard-coded numbers by Harald Welte · 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. d318e61 auth_core: add missing string.h include to reduce warnings by Harald Welte · 13 years ago
  75. aae2362 auth_core: don't use anonymous unions to make certain gcc versions happy by Harald Welte · 13 years ago
  76. 1726ec5 auth_milenage: we now copy RAND in auth_core, no need to do it twice by Harald Welte · 13 years ago
  77. 4afdd5d auth_core: Make sure we always save the RAND in the vector by Harald Welte · 13 years ago
  78. a5ab162 auth_core: add functions for parsing algorithm names by Harald Welte · 13 years ago
  79. 4b3fbd4 add milenage internal headers to ensure 'make dist' works by Harald Welte · 13 years ago
  80. 781bd5d Auth: Import milenage implementation from hostap (Jouni Malinen) by Harald Welte · 13 years ago
  81. d82e0eb Add a generic abstraction for GSM/3G authentication algorithms by Harald Welte · 13 years ago
  82. 39a287d comp128: mark ki and srand as 'const' input parameters by Harald Welte · 13 years ago
  83. 75524cb increment LIBVERSION of libosmocore for new api by Harald Welte · 13 years ago 0.3.11
  84. ad633b0 SMS: export gsm411_bcdify() and gsm411_unbcdify() functions by Harald Welte · 13 years ago
  85. 40a8700 libosmocore: Update LIBVERSION because of ABI chaanges by Sylvain Munaut · 13 years ago
  86. ae8dbb4 core/conv: Add utility methods to know length of coded/decoded vectors by Sylvain Munaut · 13 years ago
  87. 297d13f core/conv: Add support for other termination types (trunc & tail biting) by Sylvain Munaut · 13 years ago
  88. d4440d4 core/conv: Really only consider error for non-zero soft values by Sylvain Munaut · 13 years ago
  89. 03d2c89 core/conv: Minor documentation improvements by Sylvain Munaut · 13 years ago
  90. 9a5f3b8 gsm/lapd_core: Make sure rc is initialize in lapd_rx_u by Sylvain Munaut · 13 years ago
  91. e45e699 core/logging: Remove const qualifier on return of logp2syslog_level by Sylvain Munaut · 13 years ago
  92. 31d3de9 core/serial: Fix warning when on platform other than linux by Sylvain Munaut · 13 years ago
  93. ad4a6a8 gsm/a5: Bit faster way to compute parity ... by Sylvain Munaut · 13 years ago
  94. 17af41d utils: Fix alias to weak alias to allow OSX compilation by Sylvain Munaut · 13 years ago
  95. 2735ac4 gsm/a5: Add documentation by Sylvain Munaut · 13 years ago
  96. 7f975d2 gsm/a5: Rewrite A5/2 algo to avoid the delayed bit by Sylvain Munaut · 13 years ago
  97. 3e387cb gsm/a5: Add const qualifier on the key by Sylvain Munaut · 13 years ago
  98. a71b8ea timer: Better fix to the timer re-scheduling situation by Pablo Neira Ayuso · 13 years ago
  99. cc90d49 gsm/gsm0411_smc: Fix typo by Sylvain Munaut · 13 years ago
  100. 0d9b8ec include/gsm_04_11: Fix compatibility issue with GSM411_TMR_TC1A by Sylvain Munaut · 13 years ago