1. d0e8d6b fix OSMO_SOCKADDR_STR_FMT for IPv6 by Neels Hofmeyr · 4 years, 8 months ago
  2. 83d6910 test: add OSMO_SOCKADDR_STR_FMT to sockaddr_str_test.c by Neels Hofmeyr · 4 years, 8 months ago
  3. e40b963 gsm: gsm_utils: Fix return type of API ms_class_gmsk_dbm() and add unit tests by Pau Espin Pedrol · 4 years, 8 months ago
  4. b99f4ca gsm_04_08.h: Introduce API osmo_gsm48_rfpowercap2powerclass() by Pau Espin Pedrol · 4 years, 8 months ago
  5. 2ceb758 add osmo_sockaddr_str_is_nonzero() by Neels Hofmeyr · 4 years, 9 months ago
  6. b1bbe24 fsm: refuse state chg and events after term by Neels Hofmeyr · 4 years, 9 months ago
  7. 988f6d7 add osmo_fsm_set_dealloc_ctx(), to help with use-after-free by Neels Hofmeyr · 4 years, 9 months ago
  8. 69e00cc gsm0508: add functions to calculate beginning of a block by Philipp Maier · 4 years, 9 months ago
  9. a0c8195 vty: Return error if cmd returns CMD_WARNING while reading cfg file by Pau Espin Pedrol · 4 years, 8 months ago
  10. d12f698 logging: Introduce mutex API to manage log_target in multi-thread envs by Pau Espin Pedrol · 4 years, 10 months ago
  11. 9168cc9 tdef_test: verify case where osmo_tdef_set returns -EEXIST by Pau Espin Pedrol · 4 years, 10 months ago
  12. 0cbe8f0 tdef: Introduce min_val and max_val fields by Pau Espin Pedrol · 4 years, 10 months ago
  13. 1b729ce gsup: add OSMO_GSUP_SUPPORTED_RAT_TYPES_IE and OSMO_GSUP_CURRENT_RAT_TYPE_IE by Neels Hofmeyr · 6 years ago
  14. 14b87b2 gsm29205_test: fix error: missing braces around initializer by Vadim Yanitskiy · 4 years, 9 months ago
  15. dd61cd2 No fail if no /proc/cpuinfo by Ruben Undheim · 6 years ago
  16. ae140bc ecu_fr: increase test coverage for FR ECU implementation by Philipp Maier · 4 years, 10 months ago
  17. 750d831 codec/ecu: Introduce new generic Error Concealment Unit abstraction by Harald Welte · 5 years ago
  18. 2d90611 context: Add support for [per-thread] global talloc contexts by Harald Welte · 5 years ago
  19. d0b3b9e add vty logp command to echo on all log targets by Neels Hofmeyr · 5 years ago
  20. f65278f tests: logging: Remove undefined param passed to logging_vty_add_cmds by Pau Espin Pedrol · 5 years ago
  21. 2605ffc gsm0808_test: Fix wrong use of memcp by Pau Espin Pedrol · 5 years ago
  22. 4e284b6 utils.h: require a semi colon after OSMO_ASSERT by Alexander Couzens · 5 years ago
  23. 32e6710 vty: command.c: Fix: single-choice optional args are no longer passed incomplete to vty func by Pau Espin Pedrol · 5 years ago
  24. 7e1b03f vty: command.c: Fix: multi-choice args are no longer passed incomplete to vty func by Pau Espin Pedrol · 5 years ago
  25. 14aadd5 vty: tests: Verify incomplete optional parameters are passed to vty funcs by Pau Espin Pedrol · 5 years ago
  26. 6df2e44 vty: command.c: Fix is_cmd_ambiguous() returning always 0 by Pau Espin Pedrol · 5 years ago
  27. 186f878 gsm48_decode_bcd_number2: fix ENOSPC edge case by Oliver Smith · 5 years ago
  28. 8c9befe vty_transcript_test.vty: add choice auto-complete tests by Vadim Yanitskiy · 5 years ago
  29. 1dc8264 gsm48_encode_bcd_number(): clarify optional LHV header initialization by Vadim Yanitskiy · 5 years ago
  30. e4799f5 gsm48_decode_bcd_number2(): return -EINVAL if LV has too big length by Vadim Yanitskiy · 5 years ago
  31. 7194087 gsm48_decode_bcd_number2(): fix: return -ENOSPC on truncation by Vadim Yanitskiy · 5 years ago
  32. 2cd1dda gsm48_decode_bcd_number2(): fix output truncation by Vadim Yanitskiy · 5 years ago
  33. aa0683d gsm0408/gsm0408_test.c: introduce BCD number encoding / decoding test by Vadim Yanitskiy · 5 years ago
  34. c53afd9 oap_client: Fix license: GPLv2+ instead of AGPLv3+ by Harald Welte · 5 years ago
  35. 8006f53 TLV: Add one-shot TLV encoder by Harald Welte · 5 years ago
  36. cc72cc4 add osmo_stat_item_inc/osmo_stat_item_dec to set it relative by Alexander Couzens · 5 years ago
  37. affbb20 GSUP: add inter-MSC handover related msgs and IEs by Oliver Smith · 5 years ago
  38. 9838c90 GSUP: add Message Class IE by Neels Hofmeyr · 5 years ago
  39. ecef7ec add osmo_{escape,quote}_str_buf2() for standard args ordering by Neels Hofmeyr · 5 years ago
  40. 8531d66 tweak OSMO_STRBUF_APPEND(), add OSMO_STRBUF_APPEND_NOLEN() by Neels Hofmeyr · 5 years ago
  41. d79ccc6 add osmo_str_startswith() by Neels Hofmeyr · 5 years ago
  42. d28aa0c fsm_dealloc_test: no need for ST_DESTROYING by Neels Hofmeyr · 5 years ago
  43. 1f9cc01 fsm: support graceful osmo_fsm_inst_term() cascades by Neels Hofmeyr · 5 years ago
  44. 3b414a4 fsm: add flag to ensure osmo_fsm_inst_term() happens only once by Neels Hofmeyr · 5 years ago
  45. 223d66a add fsm_dealloc_test.c by Neels Hofmeyr · 5 years ago
  46. 0e8df1c add osmo_use_count API by Neels Hofmeyr · 5 years ago
  47. 0c7826e add osmo_sockaddr_str API by Neels Hofmeyr · 5 years ago
  48. 98ed339 osmo_escape_str_buf: Always copy, don't return input string pointer by Harald Welte · 5 years ago
  49. d488c72 tests: use -no-install libtool flag to avoid ./lt-* scripts by Harald Welte · 5 years ago
  50. 94d79fd gsm0808_utils: fix gsm48 multirate to S-bit converter by Philipp Maier · 5 years ago
  51. 3713af8 gsm0808_utils: fix gsm48 multirate configuration generator by Philipp Maier · 5 years ago
  52. 3a50453 add gsm0808_cell_id_from_cgi(), gsm0808_cell_id_to_cgi() by Neels Hofmeyr · 5 years ago
  53. d4b79c8 fsm: add osmo_fsm_inst_state_chg_keep_or_start_timer() by Neels Hofmeyr · 5 years ago
  54. 4ea6982 fix tdef_test.c: do call the function-to-test in all cases by Neels Hofmeyr · 5 years ago
  55. 4f54c6c tdef_test: tweak output to prepare for a fix by Neels Hofmeyr · 5 years ago
  56. 5734bff represent negative T-timers as Osmocom-specific X-timers by Neels Hofmeyr · 5 years ago
  57. a478590 coding: check gsm0503_rach_*() results by Max · 5 years ago
  58. 050f2d3 log: fsm: allow logging the timeout on state change by Neels Hofmeyr · 6 years ago
  59. 35042a2 NS: Factor out gprs_nsvc_start_test() and use it by Harald Welte · 5 years ago
  60. 5ec0cf5 LCLS: add string dump helpers by Max · 5 years ago
  61. cf665fc gsm0808: Add unit tests for test_create_clear_command2() by Harald Welte · 5 years ago
  62. 2cbe25f add OSMO_STRBUF_PRINTF() by Neels Hofmeyr · 5 years ago
  63. 450f5ac Enable remote SIM protocol log level by Max · 5 years ago
  64. 7b740f7 platform independence fix: tdef range tests by Neels Hofmeyr · 5 years ago
  65. b0708d3 bitvec: Add bitvec_tailroom_bits() function by Harald Welte · 5 years ago
  66. ae7966d bitvec: Add bitvec_bytes_used() function by Harald Welte · 5 years ago
  67. 0fd615f add osmo_tdef API, originally adopted from osmo-bsc T_def by Neels Hofmeyr · 5 years ago
  68. b55f4d2 vty: enable optional-multi-choice syntax: [(one|two)] by Neels Hofmeyr · 5 years ago
  69. c197809 vty: enable optional-multi-choice syntax: ([one]|[two]) by Neels Hofmeyr · 5 years ago
  70. faa49e2 add generic vty_transcript_test.c, vty_transcript_test.vty by Neels Hofmeyr · 5 years ago
  71. bd5a1dc osmo_fsm_inst_state_chg(): set T also for zero timeout by Neels Hofmeyr · 5 years ago
  72. 760c58f build: add missing logging_vty_test.vty to EXTRA_DIST by Neels Hofmeyr · 5 years ago
  73. 0423b61 add osmo_hexdump_buf() and test by Neels Hofmeyr · 5 years ago
  74. d01ef75 gsm0808: add BSSMAP Cell Identifier matching API by Neels Hofmeyr · 6 years ago
  75. 1317771 gsm0408_test: Fix IMEI-SV related tests to use no more than 16 digits by Harald Welte · 5 years ago
  76. 3b90125 LCLS: make GCR into static member of osmo_lcls by Max · 5 years ago
  77. 414c8f5 LCLS: add status parameter to Assignment Completed message by Max · 5 years ago
  78. 1bec390 LCLS: add GCR comparison helper by Max · 5 years ago
  79. 4fd64e5 LCLS: expand enc/dec tests by Max · 5 years ago
  80. 894be2d gsm23003: add osmo_imei_str_valid() by Oliver Smith · 5 years ago
  81. fdf8b7b port arfcn range encode support from osmo-bsc by Stefan Sperling · 6 years ago
  82. 02fd83d add osmo_mi_name(), for MI-to-string like "IMSI-123456" by Neels Hofmeyr · 5 years ago
  83. 660729c tests/gsup_test.c: drop session IEs from MO-ForwardSM Error by Vadim Yanitskiy · 6 years ago
  84. 4702215 LCLS: enc/dec entire parameter set instead of GCR by Max · 6 years ago
  85. cf6ee64 tests/gsm0808: use new msgb comparison API by Vadim Yanitskiy · 6 years ago
  86. 10db281 GSUP: add CHECK-IMEI message by Oliver Smith · 6 years ago
  87. 1974240 GSUP: add end marker to enum osmo_gsup_iei by Oliver Smith · 6 years ago
  88. af25c37 Use define for key buffers by Max · 6 years ago
  89. b260039 add/clean big-endian packed structs (struct_endianess.py) by Neels Hofmeyr · 6 years ago
  90. f9ee8da GSUP/SMS: introduce READY-FOR-SM message by Vadim Yanitskiy · 6 years ago
  91. c262831 GSUP/SMS: introduce MO-/MT-FORWARD-SM messages by Vadim Yanitskiy · 6 years ago
  92. 5207432 LCLS: add gsm0808_create_ass2() by Max · 6 years ago
  93. 969fb2e LCLS, TS 48.008: add GCR IE encoding/decoding by Max · 6 years ago
  94. 7918f84 LCLS, TS 29.205: add GCR routines by Max · 6 years ago
  95. ea2a0ab gsm48_mi_to_string(): guard against zero length output buffer by Neels Hofmeyr · 6 years ago
  96. 23187fa gsm48_generate_mid(): mask out ODD flag from mi_type by Neels Hofmeyr · 6 years ago
  97. 627e011 gsm48_mi_to_string: use osmo_bcd2str(), fix some corner cases by Neels Hofmeyr · 6 years ago
  98. 7079e69 add osmo_bcd2str() by Neels Hofmeyr · 6 years ago
  99. 4968628 gsm0408_test: test encoding and decoding Mobile Identity by Neels Hofmeyr · 6 years ago
  100. 4f4905f gsm0808: add encoder for cause codes and use it by Philipp Maier · 6 years ago