1. 7269604 GSUP: implement TCAP-like session management by Vadim Yanitskiy · 6 years ago
  2. 64e807c gsm0808: Add encoding functions for LCLS BSSMAP messages by Harald Welte · 6 years ago
  3. fb5da89 gsm0480: fix: don't overwrite the data of RELEASE_COMPLETE by Vadim Yanitskiy · 6 years ago
  4. b662b36 add gsm0808_create_handover_request_ack() by Neels Hofmeyr · 6 years ago
  5. 70aba3f add support for gsm0808 HANDOVER REQUIRED message by Neels Hofmeyr · 6 years ago
  6. 38e5841 add gsm0808_cell_id_to_list() by Neels Hofmeyr · 6 years ago
  7. b418682 ctrl: Add doxygen API documentation; generate html from it by Harald Welte · 6 years ago
  8. ed60578 ctrl: Introduce libosmoctrl.map to avoid unintended exports by Harald Welte · 6 years ago
  9. 3b8921f cosmetic: Whitespace fixes in control_if.c by Harald Welte · 6 years ago
  10. 4df2251 remove unused argument from pad_append_ctr() helper function by Stefan Sperling · 6 years ago
  11. 73b7fa6 Add a 'show rate-counters' VTY command. by Stefan Sperling · 6 years ago
  12. 97d3da2 introduce vty_out_rate_ctr_group_fmt() function by Stefan Sperling · 6 years ago
  13. dfd8513 mncc: properly export osmo_mncc_name() by Harald Welte · 6 years ago
  14. dab4db0 gsm: kasumi: Fix dynamic-stack-buffer-overflow on out buffers not multiple of 64 bits by Pau Espin Pedrol · 6 years ago
  15. 0062a5f fix spelling by Thorsten Alteholz · 6 years ago
  16. 3d4fb59 fsm: guard action callback by Philipp Maier · 6 years ago
  17. 9da77ab isdnhdlc: Port from kernel to userspace by Harald Welte · 6 years ago
  18. 85b9fba import isdn4linux HDLC code from linux kernel by Harald Welte · 6 years ago
  19. ea4d893 Add osmo_timerfd_* functions for osmo_fd-wrapped timerfd by Harald Welte · 7 years ago
  20. b82a407 lapdm: don't enforce contention resolution on SAPI0/DCCH by Harald Welte · 6 years ago
  21. f1bdf78 lapdm: send_rslms_rll_l3_ui(): Don't include B4/SACCH IE unless needed by Harald Welte · 6 years ago
  22. d977f5f lapdm: cleanup: send_rslms_rll_l3_ui(): Use msgb_tv_push() by Harald Welte · 6 years ago
  23. afacc2b add gsm0808 channel enum to IE val conversion functions by Neels Hofmeyr · 6 years ago
  24. 1284c3e lapdm: Implement SABM related constraints by Harald Welte · 6 years ago
  25. 3e8c520 lapdm: Fix back-pointer from lapdm_entity to lapdm_channel by Harald Welte · 6 years ago
  26. cacaa4a configure: Check separately for lib implementing dlopen and dlsym by Pau Espin Pedrol · 6 years ago
  27. 686eba9 control_if: Avoid heap-use-after-free in osmo_wqueue_bfd_cb by Pau Espin Pedrol · 6 years ago
  28. 13154ff Bump version: 0.10.2.284-bc47-dirty → 0.11.0 by Pau Espin Pedrol · 6 years ago 0.11.0
  29. 500d633 gsm_utils: call gnutls_global_init() as constructor by Alexander Couzens · 6 years ago
  30. 542301b RSL/LAPDm: Not all RLL message are "transparent" by Harald Welte · 6 years ago
  31. 15753e9 osmo_sockaddr_is_local: Fix memleak by Pau Espin Pedrol · 6 years ago
  32. 8fb4586 osmo_get_macaddr: Fix buffer read out of bounds by Pau Espin Pedrol · 6 years ago
  33. a4399c8 add gsm0808_cell_{id,id_list}_name() and friends by Neels Hofmeyr · 6 years ago
  34. 8d41d72 gsm/gsm48.c: add call independent SS message names by Vadim Yanitskiy · 6 years ago
  35. 07bfd56 protocol/gsm_04_08.h: drop incorrect GSM48_PDISC_USSD by Vadim Yanitskiy · 6 years ago
  36. 0b2c0ec prevent integer underflow in ipa_ccm_make_id_resp_from_req() by Harald Welte · 6 years ago
  37. 62c43c6 cosmetic: log: fix typo, clarify msg for rate_ctr name mangling by Neels Hofmeyr · 6 years ago
  38. 250e7f7 add gsm0808_{enc,dec}_cell_id by Neels Hofmeyr · 6 years ago
  39. a78b22b add tlv_parse2(), capable of multiple instances of the same IE by Neels Hofmeyr · 6 years ago
  40. 74663d9 add gsm0808_cell_id_list_add() to combine two cell identifier lists by Neels Hofmeyr · 6 years ago
  41. 4349620 add osmo_cgi_name() by Neels Hofmeyr · 6 years ago
  42. 4eeb808 avoid warning in gsm0808_create_layer3 by Neels Hofmeyr · 6 years ago
  43. aead241 add gsm48_reject_value_names by Neels Hofmeyr · 6 years ago
  44. a64c45a add osmo_fsm_inst_update_id_f() by Neels Hofmeyr · 6 years ago
  45. 6e8c088 cosmetic: osmo_fsm_inst_update_id(): don't log "allocate" by Neels Hofmeyr · 6 years ago
  46. 71f76a1 fsm: id: properly set name in case of NULL id by Neels Hofmeyr · 6 years ago
  47. 2bcc873 osmo_fsm_inst_find_by_name(): guard against strcmp(NULL) by Neels Hofmeyr · 6 years ago
  48. 04eb56f add osmo_quote_str(),osmo_quote_str_buf() and test by Neels Hofmeyr · 6 years ago
  49. 5a9dbf8 fix spelling by Thorsten Alteholz · 6 years ago
  50. 3a32147 socket.c: osmo_sock_init: Several logic fixes and log improvements by Pau Espin Pedrol · 6 years ago
  51. 27cf8df socket.c: osmo_sock_init2: connect: Several logic fixes and log improvements by Pau Espin Pedrol · 6 years ago
  52. 5d50fa5 socket.c: osmo_sock_init2: bind: Several logic fixes and log improvements by Pau Espin Pedrol · 6 years ago
  53. 7c0031f cosmetic: flatten ctrl_handle_msg() by Neels Hofmeyr · 6 years ago
  54. cdbc9af ctrl: fix deferred commands (and hence fix osmo-bts-sysmo 'clock-info' cmd) by Neels Hofmeyr · 6 years ago
  55. 2ecfb30 gsm0480: drop messages with incorrect data length by Vadim Yanitskiy · 6 years ago
  56. a24ead0 gsm0480: copy the raw USSD data, its DCS and length by Vadim Yanitskiy · 6 years ago
  57. dbb7659 gsm0808: Add value strings for BSSMAP cause codes by Philipp Maier · 6 years ago
  58. 3d8b47f fix logging talloc ctx: add osmo_init_logging2() by Neels Hofmeyr · 6 years ago
  59. d65f3ea vty/command.c: write_config_file(): sanely compose temp path by Neels Hofmeyr · 6 years ago
  60. a2501a2 VTY: Don't welcome the user to the "control" interface, if it's VTY by Harald Welte · 6 years ago
  61. 8b8cd93 fix gsm0808_enc_cell_id_list2 for leading-zero MNC by Neels Hofmeyr · 6 years ago
  62. 7e27b14 gsm_08_08: correct speech codec defaults by Philipp Maier · 6 years ago
  63. 04a2a32 fsm: Update the name as well if the id is updated and accept NULL by Daniel Willmann · 6 years ago
  64. d86055b abis_nm: Introduce abis_nm_dump_foh() by Harald Welte · 6 years ago
  65. c9bebbd add a regression test for TLV parsing with repeated IEs by Stefan Sperling · 6 years ago
  66. ed4327c fix parse_cell_id_lac_and_ci_list() by Stefan Sperling · 6 years ago
  67. 9c62fc6 fix bug in parse_cell_id_ci_list() by Stefan Sperling · 6 years ago
  68. 2338145 use gsm48_decode_lai2() in gsm0808_dec_cell_id_list() by Stefan Sperling · 6 years ago
  69. e1a8674 fix cell identifier decoding in libosmocore by Stefan Sperling · 6 years ago
  70. 2873bf1 fix a cell identifier parsing bug in libosmocore by Stefan Sperling · 6 years ago
  71. 11a4d9d support for more cell ID list types in libosmocore by Stefan Sperling · 6 years ago
  72. 10959cd src/msgb.c: avoid using internal talloc API by Vadim Yanitskiy · 6 years ago
  73. b423305 src/msgb.c: print an error if msgb allocation failed by Vadim Yanitskiy · 6 years ago
  74. 68b1e8e src/msgb.c: remove dead includes from OpenBSC by Vadim Yanitskiy · 6 years ago
  75. 8c8e6d7 src/msgb.c: cosmetic: fix spelling mistakes by Vadim Yanitskiy · 6 years ago
  76. 20f7d0e fix osmo_mnc_from_str(): don't try to parse NULL by Neels Hofmeyr · 6 years ago
  77. 680acae features: move bts feature related functionality to libosmocore by Philipp Maier · 6 years ago
  78. 8d82780 timer: Document osmo_gettimeofday API by Pau Espin Pedrol · 6 years ago
  79. 87fade8 timer: Introduce osmo_clock_gettime to override clock_gettime by Pau Espin Pedrol · 6 years ago
  80. 721aa6d gsm: add osmo_mnc_from_str(), osmo_mnc_cmp(), osmo_plmn_cmp() for 3-digit MNC by Neels Hofmeyr · 6 years ago
  81. c4fce14 implement support for 3-digit MNC with leading zeros by Neels Hofmeyr · 6 years ago
  82. 8fd8557 core/logging.h: Add logging category for jitter buffer by Pau Espin Pedrol · 6 years ago
  83. cc81722 ensure VTY commands don't segfault if an FSM has no event names by Stefan Sperling · 6 years ago
  84. 888dc7d print BIG FAT ERROR message if osmo_fsm lacks event names by Stefan Sperling · 6 years ago
  85. 6950b19 coding: Add BER-reporting RACH decode functions by Harald Welte · 6 years ago
  86. 218c4de ensure that osmo_fsm vty commands are only installed once by Stefan Sperling · 6 years ago
  87. 92decf2 Revert "Add function to encode classmark" by Harald Welte · 6 years ago
  88. d1f5793 fsm: allow graceful exit on FSM termination by Philipp Maier · 6 years ago
  89. 4a8a9f4 memleak: _gsmtap_raw_output(): free msg in case of vsnprintf failure by Neels Hofmeyr · 6 years ago
  90. a4952aa memleak: fix all libosmocore callers of gsmtap_sendmsg() to free on failure by Neels Hofmeyr · 6 years ago
  91. 90539ac memleak: gsmtap_sendmsg(): don't return 0 when no data was written by Neels Hofmeyr · 6 years ago
  92. c9a4ce6 gsmtap_sendmsg(): clarify API doc concerning msgb ownership by Neels Hofmeyr · 6 years ago
  93. b0c43a6 fsm: Add a function to change the FSM instance ID later by Daniel Willmann · 6 years ago
  94. 3c38e60 Add function to encode classmark by Max · 6 years ago
  95. ebf1492 Add generic Mobile Identity encoder by Max · 6 years ago
  96. 408a900 talloc_ctx_vty: Fix help strings (missing \n at end of line) by Harald Welte · 6 years ago
  97. 6590044 Revert "fsm: do not terminate child FSMs early" by Harald Welte · 6 years ago
  98. 5ec9198 fsm: do not terminate child FSMs early by Philipp Maier · 6 years ago
  99. bf383a1 tlv_parser: Report *first* occurrence of repeated IEs by Harald Welte · 6 years ago
  100. 22772cc vty: fix 'logging print file' output by Neels Hofmeyr · 6 years ago