1. b129c23 gsup: add OSMO_GSUP_RAT_TYPES_IE by Neels Hofmeyr · 5 years ago 35c3
  2. 027d5e5 gsm_utils: add enum osmo_rat_type, from osmo-msc enum ran_type by Neels Hofmeyr · 5 years ago
  3. 4702215 LCLS: enc/dec entire parameter set instead of GCR by Max · 5 years ago
  4. 34d54b2 Fix VTY documentation error introduced in "bind" VTY port change by Harald Welte · 5 years ago
  5. 99ae401 vty: Make TCP port configurable and introduce telnet_init_default by Holger Hans Peter Freyther · 5 years ago
  6. d8d0ef6 vty: The telnet interface is TCP only. Fix the comments by Holger Hans Peter Freyther · 5 years ago
  7. 10db281 GSUP: add CHECK-IMEI message by Oliver Smith · 5 years ago
  8. e8c3b1b GSUP: fix missing osmo_gsup_get_err_msg_type()s by Oliver Smith · 5 years ago
  9. af25c37 Use define for key buffers by Max · 5 years ago
  10. 036012b LCLC: fix doc to match type signature by Max · 5 years ago
  11. e035572 Fix typos in SS opcode names by Max · 5 years ago
  12. 0145751 add to osmo_sock_get_name*() API by Neels Hofmeyr · 5 years ago
  13. f9ee8da GSUP/SMS: introduce READY-FOR-SM message by Vadim Yanitskiy · 6 years ago
  14. c262831 GSUP/SMS: introduce MO-/MT-FORWARD-SM messages by Vadim Yanitskiy · 6 years ago
  15. 5207432 LCLS: add gsm0808_create_ass2() by Max · 5 years ago
  16. 969fb2e LCLS, TS 48.008: add GCR IE encoding/decoding by Max · 5 years ago
  17. 7918f84 LCLS, TS 29.205: add GCR routines by Max · 5 years ago
  18. d8fcef7 gsm0480: fix copy-pasted note for gsm0480_gen_return_error() by Vadim Yanitskiy · 5 years ago
  19. db03825 msgb: add test helpers by Max · 5 years ago
  20. 48b2de0 fix api doc for osmo_bcd2str() by Neels Hofmeyr · 5 years ago
  21. 6adffb9 gsm48_mi_to_string(): do not read from zero length input buffer by Neels Hofmeyr · 5 years ago
  22. ea2a0ab gsm48_mi_to_string(): guard against zero length output buffer by Neels Hofmeyr · 5 years ago
  23. 23187fa gsm48_generate_mid(): mask out ODD flag from mi_type by Neels Hofmeyr · 5 years ago
  24. 627e011 gsm48_mi_to_string: use osmo_bcd2str(), fix some corner cases by Neels Hofmeyr · 5 years ago
  25. 7079e69 add osmo_bcd2str() by Neels Hofmeyr · 5 years ago
  26. 6aa20ee api doc: gsm48_mi_to_string(): warn of return value implementation by Neels Hofmeyr · 5 years ago
  27. 4f4905f gsm0808: add encoder for cause codes and use it by Philipp Maier · 5 years ago
  28. e190e03 gsm29118: add generator functions for GSM29118 messages by Philipp Maier · 5 years ago
  29. 8a942d2 cosmetic apn: correct whitespace error by Philipp Maier · 5 years ago
  30. 9d7a247 Add osmo_sockaddr_in_to_str_and_uint() by Max · 6 years ago
  31. 72dfd43 Allow log_init() with NULL log_info by Max · 5 years ago
  32. 30b2e34 ctrl: use #define for TRAP id by Max · 5 years ago
  33. 225bdf4 gsm0808: add message generator for BSSMAP HANDOVER PERFORMED by Philipp Maier · 6 years ago
  34. a2f696f configure.ac: check clock_gettime for glib < 2.17 by Alexander Couzens · 6 years ago
  35. f69aa9c Move BSSMAP_MSG_* defines to header file by Max · 5 years ago
  36. a66de71 ctrl: print textual error on IPA parsing failure by Max · 5 years ago
  37. 49c0668 Update gsm0808_create_ass() doxygen by Max · 5 years ago
  38. c877251 gsm: Deprecate buggy gsm_arfcn2band API and introduce gsm_arfcn2band_rc by Pau Espin Pedrol · 6 years ago
  39. c6bfc63 document unblock-ack vs. signalling in gprs_ns_process_msg() by Stefan Sperling · 6 years ago
  40. 797558e send NS_POUT_UNBLOCK_ACK before signalling S_NS_UNBLOCK by Stefan Sperling · 6 years ago
  41. ed651d2 Support cipher mode reject with extended cause by Max · 6 years ago
  42. 84fb5bb Move msgb_push helpers to public header by Max · 6 years ago
  43. d8d0c3e gsm48: gsm48_decode_freq_list: Improve documentation of paramter f by Pau Espin Pedrol · 6 years ago
  44. 961db7c Update GSM0808_LCLS enums by Max · 6 years ago
  45. aa93463 Update 3GPP TS 08.08 Cause handling by Max · 6 years ago
  46. af6710f fsm: fix apidoc of osmo_fsm_state_name() by Philipp Maier · 6 years ago
  47. 086b345 gsm29118: add value strings for SGSAP IEI by Philipp Maier · 6 years ago
  48. 860651e socket.c: fix IP and port buffer sizes by Oliver Smith · 6 years ago
  49. a75e349 gsm48: correct apidoc for gsm48_generate_mid() by Philipp Maier · 6 years ago
  50. 2b4a67a Update cipher reject function by Max · 6 years ago
  51. 1a146c8 gsm0808: cosmetic: rename parameter "reason" to "cause" by Philipp Maier · 6 years ago
  52. b254daf gsm0808: fix doxygen apidoc by Philipp Maier · 6 years ago
  53. 84eb1ab make 'show rate-counters' show group index by Stefan Sperling · 6 years ago
  54. 7c75ffb stop printing group description in vty_out_rate_ctr_group_fmt() by Stefan Sperling · 6 years ago
  55. de1da35 gsm23003: Add MME domain name related helper functions by Harald Welte · 6 years ago
  56. 7acd5d0 add osmo_sock_get_{local,remote}_ip{,_port}() by Oliver Smith · 6 years ago
  57. e74f49d cosmetic: fix typo (soocket -> socket) by Oliver Smith · 6 years ago
  58. 0c878fd stats_statsd: Send all stat_items as gauges by Daniel Willmann · 6 years ago
  59. 7a2ec6e vty: adjust telnet log by Max · 6 years ago
  60. ee86b04 libosmogsm/gsup.c: fix error code in osmo_gsup_encode() by Vadim Yanitskiy · 6 years ago
  61. 6721144 SGsAP protocol definitions (header + C file) by Harald Welte · 6 years ago
  62. 2e0a945 vty.c: Set vty->fd to -1 after closing the FD by Harald Welte · 6 years ago
  63. e8e4322 telnet_interface: avoid double-close of fd() by Harald Welte · 6 years ago
  64. 37608f9 timerfd_create(): Fix error handling of osmo_fd_register() by Harald Welte · 6 years ago
  65. f6c369f gsm0808: allow decoding of zero length speech codec lists. by Philipp Maier · 6 years ago
  66. e484d42 add support for ipaccess messages on the ctrl interface by Stefan Sperling · 6 years ago
  67. f653821 fix error handling gprs_ns_nsip_listen() by Stefan Sperling · 6 years ago
  68. ea6f519 vty logging: fix crash when missing 'logging enable' by Neels Hofmeyr · 6 years ago
  69. 6afb3f5 ensure unix socket paths are NUL-terminated for bind/connect by Stefan Sperling · 6 years ago
  70. 0d67f48 logging_vty: Ensure writing well-formed config files by Harald Welte · 6 years ago
  71. 8515d03 gsm0808: add function to convert AMR S15-S0 to gsm0408 settings by Philipp Maier · 6 years ago
  72. 5398911 vty: omit HIDDEN from vty reference by Neels Hofmeyr · 6 years ago
  73. a7557fe vty list: fix deprecation/hidden bit logic by Neels Hofmeyr · 6 years ago
  74. cf8def2 vty reference: fix deprecation bit evaluation by Neels Hofmeyr · 6 years ago
  75. 369015c gsm0808_utils: constify parameter by Philipp Maier · 6 years ago
  76. 5f2eb15 gsm0808: add function to convert amr gsm0408 setings to gsm0808 by Philipp Maier · 6 years ago
  77. 28fc078 logging vty: add 'logging level set-all <level>' by Neels Hofmeyr · 6 years ago
  78. dd8c73c Revert "gsm0808: add function to convert amr gsm0408 setings to gsm0808" by Neels Hofmeyr · 6 years ago
  79. 2fd4fe6 gsm0808: add function to convert amr gsm0408 setings to gsm0808 by Philipp Maier · 6 years ago
  80. 9540c24 logging vty: deprecate 'all', introduce 'force-all' by Neels Hofmeyr · 6 years ago
  81. 098038a logging vty: write: check logging levels validity by Neels Hofmeyr · 6 years ago
  82. 7e0686c logging vty: deprecate the 'everything' keyword by Neels Hofmeyr · 6 years ago
  83. ba0762d logging vty: rewrite 'logging level' vty cmd generation by Neels Hofmeyr · 6 years ago
  84. 2c79d55 gsm0808: implement BSSMAP Classmark Request by Neels Hofmeyr · 6 years ago
  85. 7c74989 add osmo_str_tolower() and _toupper() with test by Neels Hofmeyr · 6 years ago
  86. 03e7553 api doc: fix osmo_quote_str_* by Neels Hofmeyr · 6 years ago
  87. 50f7d74 coding: Always initialize bit counters in gsm0503_pdtch_egprs_decode(). by Alexander Chemeris · 6 years ago
  88. 9444326 coding: Correctly count bits when decoding EDGE bursts with MCS >= 7. by Alexander Chemeris · 6 years ago
  89. 3cdaa8d Add CC_CAUSE value_string array by Keith · 6 years ago
  90. 896ff6d Properly deal with sockaddr_un socket path length limitations. by Stefan Sperling · 6 years ago
  91. 3953f41 properly handle mandatory cli param of gsm0808_create_paging2 by Stefan Sperling · 6 years ago
  92. 43c266f gsm0808: inter-bsc HO messages: add missing BSSMAP header, x4 by Neels Hofmeyr · 6 years ago
  93. 77ae45d log: add 'last' option to 'logging print file' by Neels Hofmeyr · 6 years ago
  94. b8a9162 gsmtap_util: make sure SO_REUSEADDR is applied for GSMTAP by Philipp Maier · 6 years ago
  95. 73196e7 socket: add flag to enforce SO_REUSEADDR on UDP sockets by Philipp Maier · 6 years ago
  96. 8a757d2 ipa: Document ipa_msg_recv* functions by Pau Espin Pedrol · 6 years ago
  97. 983dcb9 use __FILE__, not __BASE_FILE__ by Neels Hofmeyr · 6 years ago
  98. b3a9820 vty: Makefile: Fix LIBVERSION typo introduced in 0.12.0 release by Pau Espin Pedrol · 6 years ago
  99. 0b6fcb0 signal: Introduce API osmo_signal_talloc_ctx_init by Pau Espin Pedrol · 6 years ago
  100. acc0a07 bssgp: introduce flush queue functions by Alexander Couzens · 6 years ago