1. 3278f0f iuup: Fix Handling of subsequent Initialization msgs by Pau Espin Pedrol · 2 years ago
  2. f62e01a tests/iuup: Showcase IuUP stack not answering subsequent Init msgs by Pau Espin Pedrol · 2 years ago
  3. 8d7bf4b iuup: Drop unused events by Pau Espin Pedrol · 2 years ago
  4. 0664a3e iuup: Add missing state to bitmask for st SMpSDU_Data_Transfer_Ready by Pau Espin Pedrol · 2 years ago
  5. 0cdd0ab cbsp: Add enum and value string for Cause by Pau Espin Pedrol · 2 years ago
  6. 6d6d22e iuup: Fix IPTIs_present not set to 0 if no IPTIs received by Pau Espin Pedrol · 2 years ago
  7. b57e639 coding: separate gsm0503_tch_a[fh]s_decode_inband() by Vadim Yanitskiy · 2 years ago
  8. cc4213e coding: add gsm0503_detect_a[fh]s_dtx_frame2() by Vadim Yanitskiy · 2 years ago
  9. fe1dceb cosmetic: iuup.h: Fix indentation by Pau Espin Pedrol · 2 years ago
  10. 510f4c9 iuup: Rework API to support RFCI IDs != RFCI index by Pau Espin Pedrol · 2 years ago
  11. d6dca0c coding: do not reset codec ID on receipt of DTX frames by Vadim Yanitskiy · 2 years ago
  12. 7790459 coding: fix decoding of AHS_SID_UPDATE frames (BER ~50%) by Vadim Yanitskiy · 2 years, 1 month ago
  13. 9802c14 reader: more meaningful null pointer check in get_sw by Philipp Maier · 2 years ago
  14. 32aff35 tests/dtx: test tagging of FACCH/[FH] frames by Vadim Yanitskiy · 2 years, 1 month ago
  15. f673fd5 tests/dtx: test detection/decoding of A[FH]S_SID_UPDATE by Vadim Yanitskiy · 2 years, 1 month ago
  16. b17cc80 fsm_vty: use unsigned int when left-shifting 31 bits! by Harald Welte · 2 years, 1 month ago
  17. a2bee8b coding: prevent marking FACCH frames as AMR's special DTX frames by Vadim Yanitskiy · 2 years, 1 month ago
  18. 71e8091 coding: properly handle AFS_SID_UPDATE frames in DTX mode by Vadim Yanitskiy · 2 years, 1 month ago
  19. eebaccd coding: use switch statement in gsm0503_tch_a[fh]s_decode_dtx() by Vadim Yanitskiy · 2 years, 1 month ago
  20. bf2d5e9 coding: cosmetic: move 'dtx_prev' to the scope where it's used by Vadim Yanitskiy · 2 years, 1 month ago
  21. 6c58d15 coding: Use ARRAY_SIZE macro by Pau Espin Pedrol · 2 years, 1 month ago
  22. 7fba766 osmo-arfcn: Fix false positive in gcc 12.1.0 by Pau Espin Pedrol · 2 years, 1 month ago
  23. d2737e6 coding: Refactor function to avoid gcc false positive warn by Pau Espin Pedrol · 2 years, 1 month ago
  24. 8f25fd2 stats: don't try to save unknown stats reporter types by Harald Welte · 2 years, 1 month ago
  25. e8e24c7 stats: Avoid NULL pointer deref in allocation failure paths. by Harald Welte · 2 years, 1 month ago
  26. 1e1436c stats: Functions with no arguments should specify(void) by Harald Welte · 2 years, 1 month ago
  27. 7ac0451 gsm_12_21.h: Add header description pointing to TS files by Pau Espin Pedrol · 2 years, 1 month ago
  28. 7813cc9 gsm_12_21.h: Fix abis_nm_avail_state InTest and Failed values by Pau Espin Pedrol · 2 years, 1 month ago
  29. 9037056 build: Disable libusb and libmnl for embedded builds by Sylvain Munaut · 2 years, 1 month ago
  30. 9d3cfef cosmetic: logging.h: fix indentation by Pau Espin Pedrol · 2 years, 1 month ago
  31. f6fd0bb coding: fix comments for detect_afs_sid_{first,update,onset} by Vadim Yanitskiy · 2 years, 1 month ago
  32. 3b007f8 vty: Add a 'skip-zero' version of 'show stats' and 'show rate-counters' by Harald Welte · 2 years, 2 months ago
  33. be5e838 Use internal <osmocom/core/talloc.h> everywhere by Vadim Yanitskiy · 2 years, 1 month ago
  34. 1dac875 gsm: Introduce helper rach_tx_integer_raw2val() by Pau Espin Pedrol · 2 years, 1 month ago
  35. b0c2f75 jenkins: Validate gsm 08.58 IEs are added to tlv_definition by Pau Espin Pedrol · 2 years, 2 months ago 2022q1
  36. 388a53a rsl: Fix tlv_parse of IPAC_DLCX_IND message by Pau Espin Pedrol · 2 years, 2 months ago
  37. 767bfd8 bssgp_bvc_fsm: Add a hook to notify when a reset was acknowledged by Daniel Willmann · 2 years, 2 months ago
  38. c17546f vty: Support platforms that don't support pthread_getname_np() by Harald Welte · 2 years, 2 months ago
  39. c80a004 configure: Support libsctp < 1.0.17 without libsctp.pc by Pau Espin Pedrol · 2 years, 2 months ago
  40. 39f4798 libosmocore.pc.in: put libsctp in Requires.private by Pau Espin Pedrol · 2 years, 2 months ago
  41. e1a0aaa libosmovty: Link libosmovty against libpthread by Harald Welte · 2 years, 2 months ago
  42. c73a160 libosmocore.spec: Make libosmocore-devel require libsctp by Harald Welte · 2 years, 2 months ago
  43. 609001d libosmo{gb,vty}.pc.in: Add talloc to 'Requires' by Harald Welte · 2 years, 2 months ago
  44. a47eefe debian/control: libosmocore-dev must depend on libsctp-dev and libusb-1.0-0-dev by Harald Welte · 2 years, 2 months ago
  45. 12eed19 clean-up pkg-config files: Make use of "Requires" as documented by Harald Welte · 2 years, 3 months ago
  46. be13387 bssmap_le: support additional IEs in Perform Location Request by Vadim Yanitskiy · 2 years, 2 months ago
  47. 2d10ff2 jenkins: Validate IEs are added to tlv_definition by Pau Espin Pedrol · 2 years, 3 months ago
  48. 3cf4759 gsm0808: Add missing IEs in bss_att_tlvdef by Pau Espin Pedrol · 2 years, 3 months ago
  49. e8b6913 cosmetic: gsm_08_08.h: Add space between assignment sides by Pau Espin Pedrol · 2 years, 3 months ago
  50. fffd7c3 gsm0808: Fix decoding of IE GSM0808_IE_LCS_CLIENT_TYPE by Pau Espin Pedrol · 2 years, 3 months ago
  51. a3987fc gsm0808_test: Add new unit test showing dec error by Pau Espin Pedrol · 2 years, 3 months ago
  52. 381dc61 contrib/jenkins_amd64.sh: remove FreeBSD specific quirks by Vadim Yanitskiy · 2 years, 3 months ago
  53. 5e24eea Cosmetic: linuxlist.h: fix misleading comment by Oliver Smith · 2 years, 3 months ago
  54. 7ec19de libosmocodec: osmo_hr_check_sid(): simplify the logic by Vadim Yanitskiy · 2 years, 3 months ago
  55. b54229d osmo_time_cc: rate_ctr presence should not affect counting by Neels Hofmeyr · 2 years, 3 months ago
  56. ef872cb usb: Match device by VID/PID without path/addr if it is unique by Harald Welte · 2 years, 3 months ago
  57. 28b404f gsm: lapd_core: Change log line NOTICE->INFO by Pau Espin Pedrol · 2 years, 3 months ago
  58. 9c7f7f8 add osmo_sockaddr_set_port() by Neels Hofmeyr · 2 years, 5 months ago
  59. a25a6dc BSSAP: HO Request Ack: add missing Codec List (BSS Supported) by Neels Hofmeyr · 2 years, 3 months ago
  60. a6d1ef0 stats: use tcp stat names as provided by Michael Iedema · 2 years, 4 months ago
  61. b5551ee gsm: [ABI BREAK] Support CellId SAI, change CellId CGI-PS id number by Pau Espin Pedrol · 2 years, 4 months ago
  62. a87526d gsm0808: Test if we properly decode a SRVCC cell identifier list by Harald Welte · 2 years, 4 months ago
  63. c797e25 core/utils.h: make use of OSMO_LIKELY in OSMO_ASSERT by Vadim Yanitskiy · 2 years, 4 months ago
  64. 85c7831 core/msgb.h: make use of OSMO_LIKELY / OSMO_UNLIKELY by Vadim Yanitskiy · 2 years, 4 months ago
  65. 9ac355a core/utils.h: wrap OSMO_ASSERT() with do { ... } while (0) by Vadim Yanitskiy · 2 years, 4 months ago
  66. e59e839 core/utils.h: add OSMO_LIKELY / OSMO_UNLIKELY macros by Vadim Yanitskiy · 2 years, 4 months ago
  67. 1790f17 follow-up to osmo_sockaddr_from/to_octets() by Neels Hofmeyr · 2 years, 4 months ago
  68. cf7f792 add osmo_sockaddr_from/to_octets() by Neels Hofmeyr · 2 years, 4 months ago
  69. 1633735 add osmo_quote_str_buf3, osmo_escape_str_buf3 by Neels Hofmeyr · 2 years, 4 months ago
  70. f3270f2 log: socket.c: rather use the osmo_sockaddr_str _FMT by Neels Hofmeyr · 2 years, 6 months ago
  71. e452dd0 osmo_libusb: Print log message on libusb initialization error by Harald Welte · 2 years, 4 months ago
  72. a366a89 osmo_libusb: Use libusb_get_pollfds() to get initial file descriptors by Harald Welte · 2 years, 4 months ago
  73. b12dbf7 tests/logging: merge both logging_test_{stream,wqueue}.err by Vadim Yanitskiy · 2 years, 4 months ago
  74. 83f423b logging: fix printing of '\0' when filename printed last by Vadim Yanitskiy · 2 years, 4 months ago
  75. 09d6574 add osmo_sockaddr_to_str_c(), osmo_sockaddr_to_str_buf2() by Neels Hofmeyr · 2 years, 6 months ago
  76. e56f1b6 logging: fix coding style issues in _output_buf() by Vadim Yanitskiy · 2 years, 4 months ago
  77. eff0880 tests/logging: also test printing the filename information by Vadim Yanitskiy · 2 years, 4 months ago
  78. 2796190 tests/logging: ensure both stream and wqueue modes are tested by Vadim Yanitskiy · 2 years, 4 months ago
  79. 846db1b gsm_7bit_encode_n(): use regular malloc() instead of calloc() by Vadim Yanitskiy · 3 years, 4 months ago
  80. 4c44d46 logging: log to stderr when logging is not initialized by Philipp Maier · 2 years, 5 months ago
  81. fca15eb osmo_libusb: Fix NULL check in osmo_usb_removed_cb() by Harald Welte · 2 years, 4 months ago
  82. 1d1ab74 ports.h: add osmo-pfcp-tool ports by Neels Hofmeyr · 2 years, 6 months ago
  83. 13fa00e PFCP: add DLPFCP and osmo-upf port numbers by Neels Hofmeyr · 2 years, 6 months ago
  84. bdd7df3 iuup: do not use illegal characters in state/event names. by Philipp Maier · 2 years, 5 months ago
  85. c7c1ff5 gsm23003: fix docstring for osmo_plmn_from_bcd() by Philipp Maier · 2 years, 5 months ago
  86. 663eaaa contrib/libosmocore.spec.in: mention osmo-config-merge in utils by Vadim Yanitskiy · 2 years, 5 months ago
  87. 1322755 iuup: Improve CRC checksum error logging by Pau Espin Pedrol · 2 years, 5 months ago
  88. 494282f msgb: Fix -Wsign-compare warnings by Harald Welte · 2 years, 5 months ago
  89. 0b08d51 socket, select: Fix -Wsign-compare warnings by Harald Welte · 2 years, 5 months ago
  90. cd58e1e bits.c: Fix -Wsign-compare warnings by Harald Welte · 2 years, 5 months ago
  91. e6fb890 log_taget_find() should use enum log_target_type, not int by Harald Welte · 2 years, 5 months ago
  92. 7d6166a utils: Fix -Wsign-compare warnings by Harald Welte · 2 years, 5 months ago
  93. c85aaed bitvec: Fix -Wsign-compare warnings by Harald Welte · 2 years, 5 months ago
  94. 42dcbf0 stats_tcp: fix stats item identifier by Philipp Maier · 2 years, 5 months ago
  95. 604eaba iuup: Submit RNL-STATUS-Initialization.ind upon rx of Init by Pau Espin Pedrol · 2 years, 5 months ago
  96. d3b016f iuup: Fix decoding of 1byte-length subflow size fields by Pau Espin Pedrol · 2 years, 5 months ago
  97. c7ef450 osmo-release.sh: Use variable containing bumpversion path everywhere by Pau Espin Pedrol · 2 years, 5 months ago
  98. 2f54889 src/conv.c: Align better with Osmocom coding style by Harald Welte · 2 years, 5 months ago
  99. ec5b42c stats_tcp: use a default batch size of 5 instead of 1 by Philipp Maier · 2 years, 5 months ago
  100. d5974e9 conv: Fix the traceback for tail biting codes by Sylvain Munaut · 2 years, 5 months ago