1. 49daf56 fix wrong return code by Thorsten Alteholz · 7 years ago
  2. bb6f7b7 osmo_auth_gen_vec: UMTS auth: fix SQN as SEQ || IND by Neels Hofmeyr · 7 years ago
  3. 82c9a0e osmo_auth_gen_vec: UMTS auth: store last used SQN, not next by Neels Hofmeyr · 7 years ago
  4. c733d14 lapd_core: Use 'struct value_string' for LAPD state names by Harald Welte · 7 years ago
  5. 6d0fd7b build: cosmetic: coding: break a CPPFLAGS line by Neels Hofmeyr · 7 years ago
  6. 3262f82 libosmocoding: migrate transcoding routines from OsmoBTS by Vadim Yanitskiy · 8 years ago
  7. cb5c4ed ctrl_type_vals: fix range check by Neels Hofmeyr · 7 years ago
  8. 777be2e Check for proper lapdm_datalink entity by Max · 7 years ago
  9. 90fdb08 fix: gsm0808.c: unterminated value_string array gsm0808_bssap_names by Neels Hofmeyr · 7 years ago
  10. 2ed3659 Handle replies in ctrl_cmd_handle() by Max · 7 years ago
  11. 70c7d41 Use value_string for ctrl_type by Max · 7 years ago
  12. 9756c46 Fix client-side ctrl interface helpers by Max · 7 years ago
  13. a2c5811 Export comp128 v2 and v3 routines as well by Holger Hans Peter Freyther · 7 years ago
  14. a100464 libosmoctrl: Fix typo in ctrl_interface_connect() by Harald Welte · 7 years ago
  15. fa9e05e Expand and expose ctrl connection allocation by Max · 7 years ago
  16. 8b86cd7 logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_* by Neels Hofmeyr · 7 years ago
  17. 812ba6d logging: centrally define ctx and filter indexes by Neels Hofmeyr · 7 years ago
  18. 3b8cb39 fix osmo_auth_gen_vec_auts: copy rand to auth vector by Neels Hofmeyr · 7 years ago
  19. 3a5ca64 gsup decode: fix expectation of AUTS length, should be 14 by Neels Hofmeyr · 7 years ago
  20. 32ee5af Document ctrl_interface_setup_dynip() function by Max · 7 years ago
  21. 8fcc81d fix: gprs_bssgp_vty: logging filter: wrong constant by Neels Hofmeyr · 7 years ago
  22. 10f5fb4 gsup: add osmo_gsup_message_type_name() by Neels Hofmeyr · 7 years ago
  23. 437ed4a osmo_hexparse: allow whitespace in parsed string, add ws test by Neels Hofmeyr · 7 years ago
  24. 6f0f560 cosmetic: replace fprintf with LOGP by Philipp Maier · 7 years ago
  25. 2c71794 utils/conv_gen.py: improve application flexibility by Vadim Yanitskiy · 7 years ago
  26. f12d40f fix various compiler warnings (on FreeBSD-11.0) by Harald Welte · 7 years ago
  27. 6b986c2 lapd_core: Fix MDL-ERROR ind after RELEASE ind by Philipp Maier · 7 years ago
  28. d9f6129 lapd_core: fix program flow by Philipp Maier · 8 years ago
  29. b288853 select: add functionality to check socket state by Philipp Maier · 8 years ago
  30. 03ab9a6 osmo_auth*: fix ordering of function args by Neels Hofmeyr · 7 years ago
  31. 08177d3 lapd_core: Improve debug output by Philipp Maier · 8 years ago
  32. 8352d31 GSUP, OAP, osmo-gen-vec: fix AUTS length to 14, not 16 by Neels Hofmeyr · 7 years ago
  33. 48f5583 socket: Introduce function to obtain socket name by Harald Welte · 7 years ago
  34. 319f321 OML: add external alerts by Max · 7 years ago
  35. 6030ce8 sim: Link to libtalloc as symbols of it are used here by Holger Hans Peter Freyther · 7 years ago
  36. abba153 ipa: Remove unneeded #include statement by Harald Welte · 7 years ago
  37. 44c0f63 disable various code if building for bare-iron embedded by Harald Welte · 7 years ago
  38. b0a4234 Add abis_nm_fail_evt_vrep to libosmogsm.map by Max · 7 years ago
  39. 0aeda1b doc: fix doxygen 'utils' group closing brace by Neels Hofmeyr · 7 years ago
  40. 6e8c172 libosmogsm.map: fix typo by Max · 7 years ago
  41. ace80bb Mark deprecated function as such by Max · 7 years ago
  42. df83ece doc: clarify osmo_strlcpy() doc by Neels Hofmeyr · 7 years ago
  43. f2899c6 Always include <osmocom/core/talloc.h> and not <talloc.h> by Harald Welte · 7 years ago
  44. 1c67e75 configure.ac: Introduce --disable-ctrl by Harald Welte · 7 years ago
  45. 2f0b0c9 Fix compilation warnings: missing includes: gsm0411_utils.c, lapd_core.c, oap_test.c by Max · 7 years ago
  46. c32bfd5 gprs_ns_vty: guard against duplicate VTY elements by Neels Hofmeyr · 7 years ago
  47. 1251afe Add abis_nm_fail_evt_vrep() function by Max · 7 years ago
  48. 87218ed LAPD: improve logging by Max · 7 years ago
  49. d02c8af DTX: fix AMR SID-FIRST detection by Jean-Francois Dionne · 7 years ago
  50. 85908a9 Add value strings for Probable Cause Type by Max · 7 years ago
  51. 3419391 fsm: Add VTY introspection of osmo_fsm and their instances by Harald Welte · 7 years ago
  52. 8808bb4 Add osmo_fsm_find_by_name() and avoid registering FSM with same name by Harald Welte · 7 years ago
  53. addeaa3 vty: OSMO_ASSERT() if two identical commands are installed by Harald Welte · 7 years ago
  54. ecbcdf5 Add OML Failure Event Report support by Max · 7 years ago
  55. 07352fe Add event cause string descriptions by Max · 7 years ago
  56. 848de8f Add function to get uninterrupted bit run by Pravin Kumarvel · 8 years ago
  57. dbd3a92 Add parsed TLV helpers from OsmoBTS by Max · 7 years ago
  58. 0bee65c Add OML definitions from OsmoBTS by Max · 7 years ago
  59. edc8db2 Remove direct logging by Max · 7 years ago
  60. 6cfa56b gprs_cipher_core: Use typecase to avoid sanitizer error by Harald Welte · 7 years ago
  61. 3faa014 fsm: term: get parent pointer as late as possible by Neels Hofmeyr · 8 years ago
  62. c014f60 fsm: factor out osmo_fsm_inst_term_children() from osmo_fsm_inst_term() by Neels Hofmeyr · 8 years ago
  63. eeacf90 fsm: move LOGPFSMSRC and LOGPFSMLSRC to .h by Neels Hofmeyr · 8 years ago
  64. c7155df fsm: log calling file+line for error "event for NULL fi" by Neels Hofmeyr · 8 years ago
  65. b805cc1 fsm: doc: add missing file, line args; fix ws + tweak on one line by Neels Hofmeyr · 8 years ago
  66. 1514f34 serial.c: file descriptor '0' is a valid value by Harald Welte · 8 years ago
  67. d251045 serial.c: Fix fd leak in case of fcntl() error paths by Harald Welte · 8 years ago
  68. c68ce3b serial.c: Some ports don't support TIOCMBIS for RTS/CTS control by Harald Welte · 8 years ago
  69. 1db3782 serial: Open devie in non-blocking mode and then switch to blocking by Harald Welte · 8 years ago
  70. a0f74f2 add CRC16-CCITT to libosmocore by Harald Welte · 8 years ago
  71. 5e5954d Fix erroneously AGPL licensed file in libosmocore. by Harald Welte · 8 years ago
  72. 7309e19 fsm: log tweak: upon free, say 'Freeing instance' by Neels Hofmeyr · 8 years ago
  73. b6d58e8 doc: fix typo for osmo_hexparse by Neels Hofmeyr · 8 years ago
  74. 1808096 utils.h: add OSMO_STRINGIFY and OSMO_VALUE_STRING macros by Neels Hofmeyr · 8 years ago
  75. 4e72ee0 Catch-up with git version tags by Max · 8 years ago
  76. 06ac9b4 fsm: term: safer iteration to remove all child FSMs by Neels Hofmeyr · 8 years ago
  77. 2ae5f18 fsm: explicitly log removal from parent fsm by Neels Hofmeyr · 8 years ago
  78. 5c5c78a add value strings for enum osmo_fsm_term_cause and use for logging by Neels Hofmeyr · 8 years ago
  79. a3953e0 typo in comment for osmo_fsm_log_addr() by Neels Hofmeyr · 8 years ago
  80. 725698a fsm: log caller's source for events and state changes, not fsm.c lines by Neels Hofmeyr · 8 years ago
  81. 6a13e7f fsm: add LOGPFSML to pass explicit logging level by Neels Hofmeyr · 8 years ago
  82. 886d6fd fix logging: log_set_category_filter() for internal DL* logging cats by Neels Hofmeyr · 8 years ago
  83. 7480226 fix logging: out-of-bounds check should end with user categories by Neels Hofmeyr · 8 years ago
  84. ca13574 fix logging: also catch first out-of-bounds logging cat by Neels Hofmeyr · 8 years ago
  85. 42240de fix logging: redirection to DLGLOBAL for invalid categories by Neels Hofmeyr · 8 years ago
  86. dd97950 gsm/oap: more robust: decode presence as clearly either 1 or 0 by Neels Hofmeyr · 8 years ago
  87. c0f0007 import oap message parsing / encoding from openbsc.git; AGPL->GPL by Harald Welte · 8 years ago
  88. 9795cf1 fix: DLGSUP logging category "unusable" by Neels Hofmeyr · 8 years ago 0.9.5
  89. fd9ec3b Fix VTY: add missing doc for 'log gsmtap [HOSTNAME]' by Neels Hofmeyr · 8 years ago
  90. aa00f99 Implement GSMTAP log target by Harald Welte · 8 years ago
  91. 665d48b cosmetic: gsup comments: write 'Generic' for the G in GSUP by Neels Hofmeyr · 8 years ago
  92. 5f460de license: gsup: libosmogsm requires GPL, not AGPL; say 'sysmocom' by Neels Hofmeyr · 8 years ago
  93. c7f52c4 wqueue: Reject messges if queue is considered full by Holger Hans Peter Freyther · 8 years ago
  94. d7c0a37 logging: Extend log_target with call-back for un-formatted log line by Harald Welte · 8 years ago
  95. bc1d758 gsm0480: add gsm0480_create_ussd_notify() and *_release_complete() by Neels Hofmeyr · 8 years ago
  96. 25774b9 gsm0480: code dup: introduce and use gsm0480_l3hdr_push() by Neels Hofmeyr · 8 years ago
  97. ec9bd52 timer: only call the callback if not NULL by Alexander Couzens · 8 years ago
  98. edf6fe7 ctrl_cmd_parse: Make coverity FORWARD_NULL happy by Harald Welte · 8 years ago
  99. aeecc48 Introduce osmo_strlcpy() function so we can stop using strncpy() by Harald Welte · 8 years ago
  100. 1fa7856 osmo_gsup_encode(): Make coverity happy by invariant checking by Harald Welte · 8 years ago