1. 171ef82 make all library-internal static buffers thread-local by Harald Welte · 5 years ago
  2. 9b20741 utils: add gsmtap_logread.py a gsmtap log reader by Alexander Couzens · 5 years ago
  3. 2e78f90 lapdm: Don't truncate L3 payload at 200 bytes length by Harald Welte · 5 years ago
  4. b606d76 socket.c: fix Doxygen doc for osmo_sock_unix_init_ofd() by Vadim Yanitskiy · 5 years ago
  5. f5781c9 vty/command.c: cosmetic: add missing curly brackets by Vadim Yanitskiy · 5 years ago
  6. 1dc8264 gsm48_encode_bcd_number(): clarify optional LHV header initialization by Vadim Yanitskiy · 5 years ago
  7. bdf7034 rest_octets: Remove SI2ter + SI2bis encoders that don't do anything by Harald Welte · 5 years ago
  8. 86156de rest_octets: Implement actual SI6 rest octets encoding by Harald Welte · 5 years ago
  9. f85b33f rest_octets: Add function to parse SI3 rest octets by Harald Welte · 5 years ago
  10. 428d03b rest_octets: Suffix encoder functiosn with _encode by Harald Welte · 5 years ago
  11. 2fbb97f rest_octets: Fix export of osmo_gsm48_rest_octets by Harald Welte · 5 years ago
  12. c4cfeb7 rest_octets: Actually include gsm48_rest_octets.c in Makefile.am by Harald Welte · 5 years ago
  13. 1276c17 rest_octets: Use correct symbols names for range encoder by Harald Welte · 5 years ago
  14. 912d96d gsm48_rest_octets: Fix license: GPLv2+ instead of AGPLv3+ by Harald Welte · 5 years ago
  15. e4799f5 gsm48_decode_bcd_number2(): return -EINVAL if LV has too big length by Vadim Yanitskiy · 5 years ago
  16. 7194087 gsm48_decode_bcd_number2(): fix: return -ENOSPC on truncation by Vadim Yanitskiy · 5 years ago
  17. 2cd1dda gsm48_decode_bcd_number2(): fix output truncation by Vadim Yanitskiy · 5 years ago
  18. aa0683d gsm0408/gsm0408_test.c: introduce BCD number encoding / decoding test by Vadim Yanitskiy · 5 years ago
  19. 581a34d tdef: Fix license: GPLv2+ instead of AGPLv3+ by Harald Welte · 5 years ago
  20. c53afd9 oap_client: Fix license: GPLv2+ instead of AGPLv3+ by Harald Welte · 5 years ago
  21. a8d7ebb rsl: Add osmocom-specific extensions to RSL channel numbers for CBCH by Harald Welte · 5 years ago
  22. 1d32b7f protocol/gsm_12_21.h: fix copy-pasted struct description by Vadim Yanitskiy · 5 years ago
  23. 7023aa0 lapdm_rslms_recvmsg: Fix memory leak in error path by Harald Welte · 5 years ago
  24. 8006f53 TLV: Add one-shot TLV encoder by Harald Welte · 5 years ago
  25. e0c5d70 Cosmetic: GSUP: fix too long comment line by Oliver Smith · 5 years ago
  26. 0a1259b Deprecate usage of osmo_counter_* by Daniel Willmann · 5 years ago
  27. 5f46605 pseudotalloc: turn talloc_steal() into #define by Harald Welte · 5 years ago
  28. 753ae49 Revert "Change GSM48_PDISC_* to enum type" by Harald Welte · 5 years ago
  29. ece1d85 Change GSM48_PDISC_* to enum type by Max · 5 years ago
  30. 35f8ba0 codec/ecu: Add a bit of precision about the actual frame format used by Sylvain Munaut · 5 years ago
  31. cdac620 gsm_23_003: add GSM23003_MSISDN_{MIN,MAX}_DIGITS by Oliver Smith · 5 years ago
  32. 18506c8 gsm0808: Introduce Osmocom extensions to announce Osmux support by Pau Espin Pedrol · 5 years ago
  33. 38176d2 NS: log address:port on error by Max · 6 years ago
  34. ea9ea52 osmo_sock_get_name_*: Ensure string is returned in error case by Harald Welte · 5 years ago
  35. ea8272c Revert "Print error message if application fails to call rate_ctr_init()" by Harald Welte · 5 years ago
  36. e87693c gsm0808_utils: Introduce gsm0808_msgb_put_cell_id_u() by Harald Welte · 5 years ago
  37. 9685a48 Print error message if application fails to call rate_ctr_init() by Harald Welte · 5 years ago
  38. 37db7d3 Fix osmo_quote_str_c() for strings larger than 32 bytes by Harald Welte · 5 years ago
  39. 76bbcbc Add MO-FALLBACK-VALUE SGsAP IE by Omar Ramadan · 5 years ago
  40. c9a28a6 fix typo in FSM description by Kévin Redon · 5 years ago
  41. c8e3c84 Add expect script: 'vty' for easy access to all vtys by Keith · 5 years ago
  42. 6d3135c deal with rate_ctr_group_alloc() returning NULL by Harald Welte · 5 years ago
  43. 3e323a2 Add VTY and CTRL port numbers for OsmoCBC (Cell Broadcast Centre) by Harald Welte · 5 years ago
  44. 1fcdd0d Bump version: 1.0.1.143-cc72c → 1.1.0 by Pau Espin Pedrol · 5 years ago 1.1.0
  45. cc72cc4 add osmo_stat_item_inc/osmo_stat_item_dec to set it relative by Alexander Couzens · 5 years ago
  46. aa98c48 Re-introduce declaration of gsm0808_create_handover_request_ack() by Harald Welte · 5 years ago
  47. 73b943e add gsm0808_create_handover_request_ack2 to add AoIP RTP addr by Neels Hofmeyr · 5 years ago
  48. cc26a8b osmo_gsup_decode(): properly check IMSI, avoid deprecation by Neels Hofmeyr · 5 years ago
  49. 83d4531 gsm48_decode_bcd_number2(): allow avoiding deprecation by Neels Hofmeyr · 5 years ago
  50. b3868e1 gsm48_decode_bcd_number2(): fix input len check by Neels Hofmeyr · 5 years ago
  51. 73c6682 add comment to gsm_mncc_bearer_cap.speech_ver by Neels Hofmeyr · 5 years ago
  52. 6305300 add vty_is_active() by Neels Hofmeyr · 5 years ago
  53. d791327 add osmo_bssap_tlv_parse2() for multiple identical T by Neels Hofmeyr · 5 years ago
  54. 8212fc6 add gsm48_decode_bcd_number2() from osmo-msc by Neels Hofmeyr · 5 years ago
  55. f7e9c51 BSSMAP: add messages for inter-BSC and inter-MSC Handover by Neels Hofmeyr · 5 years ago
  56. 412a4bb gsm/gsm_utils.h: fix argument type of gsm_chan_t_name() by Vadim Yanitskiy · 5 years ago
  57. 302aafc BSSMAP: tweaks by Neels Hofmeyr · 5 years ago
  58. affbb20 GSUP: add inter-MSC handover related msgs and IEs by Oliver Smith · 5 years ago
  59. 3d6ffd8 bitcomp.c: fix missing Doxygen group closing tag by Vadim Yanitskiy · 5 years ago
  60. ff04a85 application.c: drop wrong \references of osmo_init_ignore_signals() by Vadim Yanitskiy · 5 years ago
  61. 9838c90 GSUP: add Message Class IE by Neels Hofmeyr · 5 years ago
  62. 0ee798a add OSMO_IMSI_BUF_SIZE by Neels Hofmeyr · 5 years ago
  63. 4691474 gsm/gsm_utils.c: indicate intentional fall-through by Vadim Yanitskiy · 5 years ago
  64. b7344d0 gb/gprs_ns_sns.c: fix incorrect sizeof() calculation by Vadim Yanitskiy · 5 years ago
  65. 4f619c2 Fix incorrect buffer size calculation by Vadim Yanitskiy · 5 years ago
  66. b480b74 add identifier sanitation for setting FSM instance ids by Neels Hofmeyr · 5 years ago
  67. ecef7ec add osmo_{escape,quote}_str_buf2() for standard args ordering by Neels Hofmeyr · 5 years ago
  68. 8531d66 tweak OSMO_STRBUF_APPEND(), add OSMO_STRBUF_APPEND_NOLEN() by Neels Hofmeyr · 5 years ago
  69. d79ccc6 add osmo_str_startswith() by Neels Hofmeyr · 5 years ago
  70. 04cb09c make osmo_sockaddr_str_is_set() NULL-safe by Neels Hofmeyr · 5 years ago
  71. d28aa0c fsm_dealloc_test: no need for ST_DESTROYING by Neels Hofmeyr · 5 years ago
  72. 1f9cc01 fsm: support graceful osmo_fsm_inst_term() cascades by Neels Hofmeyr · 5 years ago
  73. 3b414a4 fsm: add flag to ensure osmo_fsm_inst_term() happens only once by Neels Hofmeyr · 5 years ago
  74. 223d66a add fsm_dealloc_test.c by Neels Hofmeyr · 5 years ago
  75. ed8e263 gsm_utils.c: fix Doxygen description for gsm_get_octet_len() by Vadim Yanitskiy · 5 years ago
  76. 3d81147 vty/talloc_ctx_vty.c: use REG_NOSUB flag of regcomp() by Vadim Yanitskiy · 5 years ago
  77. bd6968a vty/talloc_ctx_vty.c: allocate walk_cb_params on stack, not heap by Vadim Yanitskiy · 5 years ago
  78. 179f357 Add _c versions of functions that otherwise return static buffers by Harald Welte · 5 years ago
  79. d08e986 gsm_03_40.h: define max SM-TP-UDL (User-Data-Length) values by Vadim Yanitskiy · 5 years ago
  80. 0e8df1c add osmo_use_count API by Neels Hofmeyr · 5 years ago
  81. 0c7826e add osmo_sockaddr_str API by Neels Hofmeyr · 5 years ago
  82. e8461e4 gsm_utils: fix use buf_len instead of sizeof in osmo_dump_gsmtime_buf by Philipp Maier · 5 years ago
  83. 4a62eda Add _buf() functions to bypass static string buffers by Harald Welte · 5 years ago
  84. 98ed339 osmo_escape_str_buf: Always copy, don't return input string pointer by Harald Welte · 5 years ago
  85. 3cb6851 ipa: Fix ipa_ccm_id_resp_parse on big endian systems by Pau Espin Pedrol · 5 years ago
  86. deeab47 ipa: Document ipa_ccm_idtag_parse_off and fix ipa_ccm_idtag_parse by Pau Espin Pedrol · 5 years ago
  87. b9baf02 src/gsmtap_util.c: fix possible memleak in gsmtap_source_init() by Vadim Yanitskiy · 5 years ago
  88. 548caef BSSGP: use variable for NSEI by Max · 5 years ago
  89. ccf7c7c logging_gsmtap.c: document all params of log_target_create_gsmtap() by Vadim Yanitskiy · 5 years ago
  90. bc29b26 Doxygen: fix documentation of osmo_timer_setup() by Vadim Yanitskiy · 5 years ago
  91. ed3a3c6 src/rate_ctr.c: drop some incorrect \ref references by Vadim Yanitskiy · 5 years ago
  92. c761044 Doxygen: fix documentation of rate_ctr_for_each_counter() by Vadim Yanitskiy · 5 years ago
  93. 914a8ec core/msgb.h: fix incorrect Doxygen parameter description by Vadim Yanitskiy · 5 years ago
  94. b8d06fb src/msgb.c: fix Doxygen documentation for msgb_printf() by Vadim Yanitskiy · 5 years ago
  95. ba426e3 core/msgb.h: drop meaningless parameter of msgb_eq_* helpers by Vadim Yanitskiy · 5 years ago
  96. 115a2cc core/msgb.h: fix dead msgb2 reference in msgb_eq_* helpers by Vadim Yanitskiy · 5 years ago
  97. 73e66b3 src/logging.c: fix syntax errors in Doxygen documentation by Vadim Yanitskiy · 5 years ago
  98. 095a396 core/linuxlist.h: fix white-space and inconsistent alignment by Vadim Yanitskiy · 5 years ago
  99. 72ea919 core/linuxlist.h: fix and unify Doxygen documentation by Vadim Yanitskiy · 5 years ago
  100. c0fcedc gsm_utils.h: remove unused include of gsm_08_08.h by Neels Hofmeyr · 5 years ago