1. 3a9ff11 logging vty: add VTY transcript test by Neels Hofmeyr · 6 years ago
  2. ec6fdbb fix tests linking: don't use system installed libs by Neels Hofmeyr · 6 years ago
  3. 7c74989 add osmo_str_tolower() and _toupper() with test by Neels Hofmeyr · 6 years ago
  4. 03e7553 api doc: fix osmo_quote_str_* by Neels Hofmeyr · 6 years ago
  5. 50f7d74 coding: Always initialize bit counters in gsm0503_pdtch_egprs_decode(). by Alexander Chemeris · 6 years ago
  6. 9444326 coding: Correctly count bits when decoding EDGE bursts with MCS >= 7. by Alexander Chemeris · 6 years ago
  7. 5594430 core/utils.h: move includes to the top by Vadim Yanitskiy · 6 years ago
  8. 80f4ff9 core/utils.h: drop duplicate '<stdbool.h>' include by Vadim Yanitskiy · 6 years ago
  9. b99ed7f Add RSPRO support to IPA and logging definitions by Harald Welte · 6 years ago
  10. 3cdaa8d Add CC_CAUSE value_string array by Keith · 6 years ago
  11. 1a72baf osmo-release.sh: Add checks to help avoid libversion debian major mismatch by Pau Espin Pedrol · 6 years ago
  12. cf8497c osmo-release.sh: Allow forcing release without LIBVERSION bump by Pau Espin Pedrol · 6 years ago
  13. 941fd9b osmo-release.sh: Add quotes to string to fix shellcheck warning by Pau Espin Pedrol · 6 years ago
  14. 896ff6d Properly deal with sockaddr_un socket path length limitations. by Stefan Sperling · 6 years ago
  15. 3953f41 properly handle mandatory cli param of gsm0808_create_paging2 by Stefan Sperling · 6 years ago
  16. 43c266f gsm0808: inter-bsc HO messages: add missing BSSMAP header, x4 by Neels Hofmeyr · 6 years ago
  17. 77ae45d log: add 'last' option to 'logging print file' by Neels Hofmeyr · 6 years ago
  18. b8a9162 gsmtap_util: make sure SO_REUSEADDR is applied for GSMTAP by Philipp Maier · 6 years ago
  19. 73196e7 socket: add flag to enforce SO_REUSEADDR on UDP sockets by Philipp Maier · 6 years ago
  20. 8a757d2 ipa: Document ipa_msg_recv* functions by Pau Espin Pedrol · 6 years ago
  21. 983dcb9 use __FILE__, not __BASE_FILE__ by Neels Hofmeyr · 6 years ago
  22. b3a9820 vty: Makefile: Fix LIBVERSION typo introduced in 0.12.0 release by Pau Espin Pedrol · 6 years ago
  23. 8ce6f48 msgb: Introduce msgb_{de,en}queue_count APIs by Pau Espin Pedrol · 6 years ago
  24. 0b6fcb0 signal: Introduce API osmo_signal_talloc_ctx_init by Pau Espin Pedrol · 6 years ago
  25. acc0a07 bssgp: introduce flush queue functions by Alexander Couzens · 6 years ago
  26. d14eccd debian/rules: Don't overwrite .tarball-version by Harald Welte · 6 years ago
  27. 30cfeeb libosmogsm: (re)introduce gsm48_push_l3hdr() by Vadim Yanitskiy · 6 years ago
  28. 39a36d0 gsm/gsm0480.c: use the local msgb allocator by Vadim Yanitskiy · 6 years ago
  29. 3fc4616 gsm/gsm0480.c: prevent NULL-pointer dereference by Vadim Yanitskiy · 6 years ago
  30. 893e49e vty/vty.c: fix bug in vty_config_write by Mykola Shchetinin · 6 years ago
  31. 7ecb034 comp128v23 (minor): update original code site and author by Kévin Redon · 6 years ago
  32. 99f706d socket: do not set SO_REUSEADDR for IPPROTO_UDP by Philipp Maier · 6 years ago
  33. 0659c5d socket: check return code of setsockopt by Philipp Maier · 6 years ago
  34. 5a7740d re-introduce ipa_ccm_idtag_parse_off() by Harald Welte · 6 years ago
  35. 61650d5 jenkins_arm.sh: Use same Werror related options as on other builds by Harald Welte · 6 years ago
  36. 7869baf Deprecate ipa_ccm_idtag_parse() with ipa_ccm_id_{get,resp}_parse() by Harald Welte · 6 years ago
  37. 48fd019 cosmetic: More context / naming / comment for test_idtag_parsing() by Harald Welte · 6 years ago
  38. 6db529a import oap_client_test from osmo-sgsn by Harald Welte · 6 years ago
  39. 9b04c17 oap_client: Rename symbols with osmo_ prefix by Harald Welte · 6 years ago
  40. fdd366e import oap_client into libosmogsm by Harald Welte · 6 years ago
  41. baed917 vty/vty.c: remove dead unused tall_bsc_ctx by Vadim Yanitskiy · 6 years ago
  42. 7ecc4a3 04.80: New gsm0480_gen_{reject,return_error}() functions by Harald Welte · 6 years ago
  43. b0d9594 USSD: Introduce gsm0480_gen_ussd_resp_7bit() by Harald Welte · 6 years ago
  44. 88fa5a3 gsm0480: Factor out msgb allocation helper function by Harald Welte · 6 years ago
  45. 4986505 ctrl/vty: fsm: use correct element when iterating over fsm->proc.children by Alexander Couzens · 6 years ago
  46. 95fdbc1 cosmetic: osmo-sim-test.c: use memcpy instead of strncpy by Neels Hofmeyr · 6 years ago
  47. 1cea7b5 fix strncpy bugs in socket.c by Neels Hofmeyr · 6 years ago
  48. ebe4ef7 fix strncpy bugs in gsm/ipa.c by Neels Hofmeyr · 6 years ago
  49. 0bc3b83 GSMTAP: add SIM sub_types by Kévin Redon · 6 years ago
  50. 924ef0b Bump version: 0.11.0.91-9d4a3-dirty → 0.12.0 by Pau Espin Pedrol · 6 years ago 0.12.0
  51. 9d4a36e logging.c: Fix whitespace typo by Pau Espin Pedrol · 6 years ago
  52. d51c98e logging_vty: Simplify code in config_write_log_single by Pau Espin Pedrol · 6 years ago
  53. 53a1e49 logging: log_vty_command_string: Fix undercount of buf alloc size by Pau Espin Pedrol · 6 years ago
  54. 9af7076 stats_statsd: sanitize statsd name by Alexander Couzens · 6 years ago
  55. d910a35 stats_vty: Add asciidoc sections between the different counters by Daniel Willmann · 6 years ago
  56. 83361bd gprs_ns.h: Declare gprs_ns_cause_str() which already existed in c file by Harald Welte · 6 years ago
  57. dfc52a1 rate_ctr: Improve logging by Pau Espin Pedrol · 6 years ago
  58. 421068e tests: codec: ecu_fr: Add buffer with unequal XMAXC values by Pau Espin Pedrol · 6 years ago
  59. bbccca6 tests: codec: ecu_fr: Print XMAXC fields by Pau Espin Pedrol · 6 years ago
  60. 9bb966a libosmocodec: FR err concealment: Fix too many silent frames generated by Pau Espin Pedrol · 6 years ago
  61. ab383e6 vty: initialize termios before using it by Alexander Couzens · 6 years ago
  62. 59f4caf add osmo_sockaddr_to_str_and_uint() by Neels Hofmeyr · 6 years ago
  63. 1504211 utils_test: check stderr to catch sanitizer issues by Neels Hofmeyr · 6 years ago
  64. 6979c54 utils_test: fix isqrt_test calculation range by Neels Hofmeyr · 6 years ago
  65. f81d03f libosmocoding: clarify return values for TCH decoding functions by Pau Espin Pedrol · 6 years ago
  66. b885ef8 tests: ctrl: Test received ERROR messages are handled correctly by Pau Espin Pedrol · 6 years ago
  67. 59e6059 ctrl: ctrl_handle_msg: Avoid sending back received ERROR msgs by Pau Espin Pedrol · 6 years ago
  68. 239ed3b ctrl: Introduce ctrl_cmd_parse3 API by Pau Espin Pedrol · 6 years ago
  69. ed7d2dd coding: Documentation typo fix. by Alexander Chemeris · 6 years ago
  70. 147051f coding: Fix (E)GPRS BER calculation to correctly account for puncturing. by Alexander Chemeris · 6 years ago
  71. f2cda62 gsm0808: Add value_string for encryption algorithms by Pau Espin Pedrol · 6 years ago
  72. 40ad913 ctrl: Fix parsing of ERROR recvd msgs with id=err by Pau Espin Pedrol · 6 years ago
  73. 55088b7 ctrl: Log CMD TYPE on invalid ID number by Pau Espin Pedrol · 6 years ago
  74. cdd0581 gsm_08_08: gsm0808_permitted_speech does not have value strings by Philipp Maier · 6 years ago
  75. 5796a21 gsm_04_08: add function to get value string by Philipp Maier · 6 years ago
  76. 5314c51 vty: fix use-after-free and memleaks in is_cmd_ambiguous() by Neels Hofmeyr · 6 years ago
  77. 4e0add2 vty: cosmetic: cmd_deopt(): use talloc_strndup(), not memcpy() by Neels Hofmeyr · 6 years ago
  78. f2d323e vty/command.c: talloc from tall_vty_cmd_ctx, not NULL by Neels Hofmeyr · 6 years ago
  79. 94c0031 Don't enforce Python 2 for utilities by Vadim Yanitskiy · 6 years ago
  80. bc568d0 osmo_panic(): Annotate as __attribute__ ((noreturn)) by Harald Welte · 6 years ago
  81. 459a180 Don't call abort() directly, always use osmo_panic() by Harald Welte · 6 years ago
  82. 79d49af jenkins_arch.sh: Exit with error on unknown architecture by Harald Welte · 6 years ago
  83. cae93e5 jenkins_arch.sh: Accept "arm-none-eabi" as alias for "arm" by Harald Welte · 6 years ago
  84. 1e78313 jenkins_arm.sh: Don't run 'make check' on embedded builds by Harald Welte · 6 years ago
  85. 14c4c49 Fix embedded (arm-none-eabi) builds by Harald Welte · 6 years ago
  86. f1e13d6 return error to sender upon bssgp_tlv_parse() failure by Stefan Sperling · 6 years ago
  87. 2b544b2 check bssgp_tlv_parse() return code in bssgp_rcvmsg() by Stefan Sperling · 6 years ago
  88. 60f3153 add and tweak inter-BSC HO API by Neels Hofmeyr · 6 years ago
  89. 1eb270b gsm: lapdm.c: Add missing new line char in notice log string by Pau Espin Pedrol · 6 years ago
  90. b1a35d6 gsm 04.80: Add value_string for component type and op code by Harald Welte · 6 years ago
  91. 6a6a609 gsup: Add value_string for Session State IE by Harald Welte · 6 years ago
  92. f1318fe Add function gprs_nsvc_state_append by Daniel Willmann · 6 years ago
  93. 520ebc1 gsup: Add osmo_gsup_get_err_msg_type() function by Harald Welte · 6 years ago
  94. 5a09f75 gsm/gsm0480: refactor and expose gsm0480_parse_facility_ie() by Vadim Yanitskiy · 6 years ago
  95. 52e4412 gsm/gsm0480.c: introduce gsm0480_extract_ie_by_tag() by Vadim Yanitskiy · 6 years ago
  96. 11eb4b5 vty: Add logging_vty_add_deprecated_subsys by Harald Welte · 6 years ago
  97. 23a299f vty: Don't dump deprecated commands in XML export by Harald Welte · 6 years ago
  98. 3385e4b fsm: Change semantics of LOGPFSML() log-level by Harald Welte · 6 years ago
  99. 94e4265 fix gsm0808_permitted_speech(): don't return HR3 for TCH_F + AMR by Neels Hofmeyr · 6 years ago
  100. 15a5f8d Add osmo_isqrt32() to compute 32bit integer square root by Harald Welte · 6 years ago