1. e1a8674 fix cell identifier decoding in libosmocore by Stefan Sperling · 6 years ago
  2. 2873bf1 fix a cell identifier parsing bug in libosmocore by Stefan Sperling · 6 years ago
  3. 11a4d9d support for more cell ID list types in libosmocore by Stefan Sperling · 6 years ago
  4. 10959cd src/msgb.c: avoid using internal talloc API by Vadim Yanitskiy · 6 years ago
  5. b423305 src/msgb.c: print an error if msgb allocation failed by Vadim Yanitskiy · 6 years ago
  6. 68b1e8e src/msgb.c: remove dead includes from OpenBSC by Vadim Yanitskiy · 6 years ago
  7. 8c8e6d7 src/msgb.c: cosmetic: fix spelling mistakes by Vadim Yanitskiy · 6 years ago
  8. 20f7d0e fix osmo_mnc_from_str(): don't try to parse NULL by Neels Hofmeyr · 6 years ago
  9. 680acae features: move bts feature related functionality to libosmocore by Philipp Maier · 6 years ago
  10. 8d82780 timer: Document osmo_gettimeofday API by Pau Espin Pedrol · 6 years ago
  11. 87fade8 timer: Introduce osmo_clock_gettime to override clock_gettime by Pau Espin Pedrol · 6 years ago
  12. 721aa6d gsm: add osmo_mnc_from_str(), osmo_mnc_cmp(), osmo_plmn_cmp() for 3-digit MNC by Neels Hofmeyr · 6 years ago
  13. c4fce14 implement support for 3-digit MNC with leading zeros by Neels Hofmeyr · 6 years ago
  14. 8fd8557 core/logging.h: Add logging category for jitter buffer by Pau Espin Pedrol · 6 years ago
  15. cc81722 ensure VTY commands don't segfault if an FSM has no event names by Stefan Sperling · 6 years ago
  16. 888dc7d print BIG FAT ERROR message if osmo_fsm lacks event names by Stefan Sperling · 6 years ago
  17. 6950b19 coding: Add BER-reporting RACH decode functions by Harald Welte · 6 years ago
  18. 218c4de ensure that osmo_fsm vty commands are only installed once by Stefan Sperling · 6 years ago
  19. 92decf2 Revert "Add function to encode classmark" by Harald Welte · 6 years ago
  20. d1f5793 fsm: allow graceful exit on FSM termination by Philipp Maier · 6 years ago
  21. 4a8a9f4 memleak: _gsmtap_raw_output(): free msg in case of vsnprintf failure by Neels Hofmeyr · 6 years ago
  22. a4952aa memleak: fix all libosmocore callers of gsmtap_sendmsg() to free on failure by Neels Hofmeyr · 6 years ago
  23. 90539ac memleak: gsmtap_sendmsg(): don't return 0 when no data was written by Neels Hofmeyr · 6 years ago
  24. c9a4ce6 gsmtap_sendmsg(): clarify API doc concerning msgb ownership by Neels Hofmeyr · 6 years ago
  25. b0c43a6 fsm: Add a function to change the FSM instance ID later by Daniel Willmann · 6 years ago
  26. 3c38e60 Add function to encode classmark by Max · 6 years ago
  27. ebf1492 Add generic Mobile Identity encoder by Max · 6 years ago
  28. 408a900 talloc_ctx_vty: Fix help strings (missing \n at end of line) by Harald Welte · 6 years ago
  29. 6590044 Revert "fsm: do not terminate child FSMs early" by Harald Welte · 6 years ago
  30. 5ec9198 fsm: do not terminate child FSMs early by Philipp Maier · 6 years ago
  31. bf383a1 tlv_parser: Report *first* occurrence of repeated IEs by Harald Welte · 6 years ago
  32. 22772cc vty: fix 'logging print file' output by Neels Hofmeyr · 6 years ago
  33. 80f4c4e GSUP: change osmo_gsup_encode() return type by Max · 6 years ago
  34. 18c014d utils: add helper wrapper for osmo_strlcpy() by Max · 6 years ago
  35. d60e17a SMS: Add value_string for TS 04.11 CP and RP state by Harald Welte · 6 years ago
  36. ea0bc96 gsm48_pdisc_names: Use conscise, short names by Harald Welte · 6 years ago
  37. 2a06a49 fsm: add functions for unlinking and changing parents by Philipp Maier · 6 years ago
  38. a55fe9f libosmocoding: use frame length definitions from codec.h by Vadim Yanitskiy · 6 years ago
  39. 9a232fd libosmocoding: fix typo in library documentation by Vadim Yanitskiy · 6 years ago
  40. 91cfda8 socket: use inet_ntop() instead of inet_ntoa() in osmo_sock_local_ip() by Philipp Maier · 6 years ago
  41. 8b7975b socket: fix socket leak in osmo_sock_local_ip() by Philipp Maier · 6 years ago
  42. 0bbf67d MNCC: Add MNCC to string dumper by Harald Welte · 6 years ago
  43. c6fd245 logging vty: add 'logging print file (0|1|basename)' cmd by Neels Hofmeyr · 6 years ago
  44. 0e2a943 logging: allow to log only the basename of each source by Neels Hofmeyr · 6 years ago
  45. bd7bd39 logging: separate the '<000b>' subsys from filename logging by Neels Hofmeyr · 6 years ago
  46. c475988 cosmetic: logging: if color is disabled, don't print "" by Neels Hofmeyr · 6 years ago
  47. 23d3161 fsm: fix double llist_del in osmo_fsm_inst_term() by Philipp Maier · 6 years ago
  48. 5e518b5 fix -Werror build: logging.c: always use literal with snprintf by Neels Hofmeyr · 6 years ago
  49. e653472 logging: color the log category according to level by Neels Hofmeyr · 6 years ago
  50. f3fa369 logging: color the log level by Neels Hofmeyr · 6 years ago
  51. 886e548 logging: add ability to log the log-level with API and vty by Neels Hofmeyr · 6 years ago
  52. 3cafc06 gsm0480: parse optional IEs for RELEASE COMPLETE message by Vadim Yanitskiy · 6 years ago
  53. b92a27f gsm0480: parse all SS info elements in a message by Vadim Yanitskiy · 6 years ago
  54. b41c70f gsm0480: correct parse_ss_info_elements() declaration by Vadim Yanitskiy · 6 years ago
  55. f07c58c gsm0480: refactor gsm0480_decode_ss_request by Vadim Yanitskiy · 6 years ago
  56. fd744ce gsm0480: move SS request length check to parse_ss() by Vadim Yanitskiy · 6 years ago
  57. 7689e0f gsm0480: pass exact GSM 04.80 payload length to parse_ss() by Vadim Yanitskiy · 6 years ago
  58. 44ebb93 gsm0480: add specification reference to SS message type by Vadim Yanitskiy · 6 years ago
  59. 394447b gsm0480: handle GSM0480_OP_CODE_PROCESS_USS_DATA by Vadim Yanitskiy · 7 years ago
  60. 511426d gsm0480: handle USS_NOTIFY and USS_REQUEST with PROCESS_USS_REQ by Vadim Yanitskiy · 7 years ago
  61. 7f16c44 gsm0480: handle GSM0480_CTYPE_RETURN_RESULT by Vadim Yanitskiy · 7 years ago
  62. c30431f gsm0480: parse GSM0480_MTYPE_FACILITY separately by Vadim Yanitskiy · 7 years ago
  63. 01b8572 gsm0480: handle UnstructuredSS Request with DSC != 0x0F by Vadim Yanitskiy · 7 years ago
  64. 5b0790d gsm0480: clean up the parse_process_uss_req() code by Vadim Yanitskiy · 7 years ago
  65. fa6c2b9 gsm0480: fix USSD OCTET STRING length confusion by Vadim Yanitskiy · 7 years ago
  66. 04ee9c0 gsm0480: skip length check for 'RELEASE COMPLETE' message by Sergey Kostanbaev · 9 years ago
  67. d00a43f Log lapd_datalink state on errors by Max · 7 years ago
  68. 40def49 libosmocodec: implement ECU (Error Concealment Unit) for FR by Philipp Maier · 7 years ago
  69. bb62cbc logging-gsmtap: send only basename of source file by Neels Hofmeyr · 6 years ago
  70. c90f40a Allow multiple 'log gsmtap' sinks by Max · 6 years ago
  71. 68bf16a log: print loginfo assertions source by Max · 6 years ago
  72. 1e50e2a TLVP_PRESENT() should not return TRUE after tlv_parse() fails. by Stefan Sperling · 6 years ago
  73. ffad574 gsm: add gsm0808_speech_codec_type_names by Neels Hofmeyr · 6 years ago
  74. e29ec85 Use existing function for TLLI encoding by Max · 6 years ago
  75. f1ad60e Add function to properly encode RAI by Max · 6 years ago
  76. e1a511b coding: move eB adjustement to appropriate place by Max · 7 years ago
  77. 2f153b5 Use 127.0.0.1 for GSMTAP logging by default by Max · 6 years ago
  78. 5995281 CTRL: Ensure peer/connection info is always printed the same way by Harald Welte · 7 years ago
  79. 29e2798 control_if: Log the disconnect of a CTRL client by Harald Welte · 7 years ago
  80. f360b42 control_if: Close control connection socket/fd on read/write == 0 by Harald Welte · 7 years ago
  81. aafc27c timer: fixup whitespace issues by Harald Welte · 7 years ago
  82. a5e2162 ctrl: separate handling of GET_REPLY, SET_REPLY and TRAP by Neels Hofmeyr · 7 years ago
  83. 3da9aa6 ctrl: tighten CTRL input parsing by Neels Hofmeyr · 7 years ago
  84. 554f7b8 rate_ctr: fix osmo-sgsn DoS: don't return NULL on already used index by Neels Hofmeyr · 7 years ago
  85. c0b0b62 ctrl: on parse errors, return a detailed message to sender by Neels Hofmeyr · 7 years ago
  86. f2e83ad add ctrl_cmd_parse2() to return parsing errors by Neels Hofmeyr · 7 years ago
  87. f2c10f1 ctrl: fix mem leak when handling GET_REPLY and SET_REPLY by Neels Hofmeyr · 7 years ago
  88. d53d216 ctrl: prep test: separate new ctrl_handle_msg() from handle_control_read() by Neels Hofmeyr · 7 years ago
  89. 9910bbc utils: add osmo_escape_str() by Neels Hofmeyr · 7 years ago
  90. aa84b71 add osmo_auth_c3() (separate from gsm_milenage()) by Neels Hofmeyr · 7 years ago
  91. d589f1d rate_ctr: print proper error message if rate_ctr already exists by Harald Welte · 7 years ago
  92. 937ddea utils: add osmo_separated_identifiers_valid() by Neels Hofmeyr · 7 years ago
  93. e5a2bdb fix osmo_identifier_valid(): only allow printable characters by Neels Hofmeyr · 7 years ago
  94. 3ef14a2 Do not allocate already existing counter group by Max · 7 years ago
  95. 62e4085 gsm0808_create_cipher_reject: Fix encoding of Cause IE by Harald Welte · 7 years ago
  96. 84ea2e0 logging vty: describe 'logging set-log-mask' command, add OSMO_STRINGIFY_VAL() by Neels Hofmeyr · 7 years ago
  97. 32e5641 Add functions for extended RACH coding by Max · 7 years ago
  98. 9dd3bf0 Fix malformed Abis/RSL messages with extra L3 Information field by Pau Espin Pedrol · 8 years ago
  99. 893979c Fix LAPD UA msgb memory leak. by Jean-Francois Dionne · 7 years ago
  100. a99e110 cosmetic: Fix trailing whitespace by Pau Espin Pedrol · 7 years ago