1. ee56983 Bump version: 1.9.1.3-128b-dirty → 1.9.2 by Oliver Smith · 5 months ago 1.9.2
  2. 128bec3 Disable uring when building for embedded by Daniel Willmann · 7 months ago
  3. 3f0bbe3 logging_gsmtap: Temporarily disable logging when sending the logs by Daniel Willmann · 6 months ago
  4. c588862 sockaddr_str.h Fix OSMO_SOCKADDR_STR_FMT_ARGS_NOT_NULL syntax error by Pau Espin Pedrol · 8 months ago
  5. 1972481 Bump version: 1.9.0.1-7d414-dirty → 1.9.1 by Oliver Smith · 5 months ago 1.9.1
  6. 7d41444 logging: ensure ANSI color escape is sent in same line/before newline by Manawyrm · 6 months ago
  7. aca2c72 Bump version: 1.8.0.252-13c29 → 1.9.0 by Pau Espin Pedrol · 8 months ago 1.9.0
  8. 84d5a82 ASCI: Add definition for TALKER INDICATION and UPLINK RELEASE by Andreas Eversberg · 8 months ago
  9. 16ad6c2 LAPDM: Use correct offset to short header on recevied frame by Andreas Eversberg · 8 months ago
  10. 0267b34 ASCI: Add BCC call state definitions by Andreas Eversberg · 9 months ago
  11. 13c29c7 gsm_12_21.h: fix typo: NM_IPAC_F_CHANT_P{C->D}CHF by Vadim Yanitskiy · 8 months ago
  12. a45b0be socket: Support setsokopt SCTP_INITMSG in osmo_sock_init2_multiaddr2() by Pau Espin Pedrol · 8 months ago
  13. 658c509 socket: Remove OSMO_SOCK_F_SCTP_ASCONF_SUPPORTED, add osmo_sock_init2_multiaddr2() by Pau Espin Pedrol · 8 months ago
  14. a7d7cf2 gsm_12_21.h: add flags for NM_ATT_IPACC_SUPP_FEATURES by Vadim Yanitskiy · 8 months ago
  15. d0cb0d5 tests/{v110,gsm44021}: change naming: 'test_' -> '_test' by Vadim Yanitskiy · 8 months ago
  16. cb7d603 .gitignore: add include/osmocom/core/socket_compat.h by Vadim Yanitskiy · 8 months ago
  17. c49691f gsm_12_21.h: Introduce packed structs for NM_ATT_IPACC_NS_CFG values by Pau Espin Pedrol · 8 months ago
  18. bbb69d3 gsm_12_21.h: Introduce packed structs for NM_ATT_IPACC_BSSGP_CFG values by Pau Espin Pedrol · 8 months ago
  19. 34e67c2 gsm_12_21.h: Introduce packed structs for NM_ATT_IPACC_RLC_CFG{,_2,_3} values by Pau Espin Pedrol · 8 months ago
  20. ec7d491 osmo_io: Use local variable to reference msghdr->msg by Daniel Willmann · 8 months ago
  21. f39c23f osmo_io: Change parent of msghdr to iofd (instead of msg) by Daniel Willmann · 8 months ago
  22. 405e7cc debian: fix build on ubuntu 20.04 without liburing by Oliver Smith · 8 months ago
  23. 3236fdf ns2: Add VTY option to change the max write queue size for UDP by Daniel Willmann · 8 months ago
  24. 8c0a2c7 contrib/libosmocore.spec: centos7: disable uring by Oliver Smith · 8 months ago
  25. b437f80 socket: Avoid aborting socket creation if setsockopt for ASCONF fails by Pau Espin Pedrol · 9 months ago
  26. f91d2aa osmo_io: Add io_uring backend by Daniel Willmann · 1 year, 4 months ago
  27. e486e01 debian: depend on liburing-dev for debian >= 11 by Oliver Smith · 9 months ago
  28. 012d904 osmo_io: Avoid potential double free when sending msgb by Daniel Willmann · 9 months ago
  29. 2b34e92 osmo_io: Add iofd_handle_recv() by Daniel Willmann · 9 months ago
  30. 45ab0d7 lapdm: Update public lapdm_msg_ctx upon CCCH data ind by Pau Espin Pedrol · 9 months ago
  31. 0ef0a1c Revert "rsl: Introduce new osmocom extension IE RSL_IE_OSMO_ABS_FRAME_NUMBER" by Pau Espin Pedrol · 9 months ago
  32. 06da40b Revert "lapdm: Append RSL_IE_OSMO_ABS_FRAME_NUMBER to RSLms msgs towards upper layers" by Pau Espin Pedrol · 9 months ago
  33. cd23806 select: Prevent negative index lookup on osmo_fd_lookup.table by arehbein · 10 months ago
  34. d981794 lapdm: Append RSL_IE_OSMO_ABS_FRAME_NUMBER to RSLms msgs towards upper layers by Pau Espin Pedrol · 9 months ago
  35. 54b1b3b rsl: Introduce new osmocom extension IE RSL_IE_OSMO_ABS_FRAME_NUMBER by Pau Espin Pedrol · 9 months ago
  36. e83227f socket: Add osmo_sock_init flag to enable SCTP ASCONF features by Pau Espin Pedrol · 9 months ago
  37. aea78a2 gsm: Introduce functions to convert between FN and RFN (Reduced FN) by Pau Espin Pedrol · 9 months ago
  38. 1247aa1 lapdm: Track fn of primitives in struct lapdm_msg_ctx by Pau Espin Pedrol · 9 months ago
  39. 6df53dc tlv: Introduce API msgb_tv32_push() by Pau Espin Pedrol · 9 months ago
  40. 3c57726 gprs_bssgp_rim: add decoder for RIM ROUTING ADDRESS by Philipp Maier · 9 months ago
  41. 9e75544 gprs_bssgp_rim: allow sending of encoded RIM messages by Philipp Maier · 9 months ago
  42. a0d8483 gprs_bssgp_rim: also print NSEI when sending RIM messages by Philipp Maier · 9 months ago
  43. f6ebc8a cosmetic: lapdm: Fix typo in comment by Pau Espin Pedrol · 9 months ago
  44. 92efac2 osmo_io: Use MSG_NOSIGNAL to avoid SIGPIPE on write by Daniel Willmann · 9 months ago
  45. f083382 osmo_io: Ensure correct ownership of msgb when sending by Daniel Willmann · 10 months ago
  46. ad9757a sockaddr_str: Introduce macro OSMO_SOCKADDR_STR_FMT_ARGS_NOT_NULL by Pau Espin Pedrol · 9 months ago
  47. 39469b9 isdn: mux_timeslot_provide_bits(): remove unused 'count' by Vadim Yanitskiy · 10 months ago
  48. 209bc38 ASCI: Add missing check for return value of gsm0808_enc_speech_codec_list2() by Andreas Eversberg · 10 months ago
  49. d0be390 gsm48_ie: fix gsm48_encode_bearer_cap(): encode bcap->data.transp by Vadim Yanitskiy · 10 months ago
  50. a2d8bf8 exec: osmo_system_nowait2(): Improve logging and error checks by Pau Espin Pedrol · 10 months ago
  51. f93ef0c gsm_08_08: define GSM0808_SCT_EXT (separately) by Vadim Yanitskiy · 10 months ago
  52. 547a65a gsm: Add missing IE definition for GMM Receive N-PDU Number list by Pau Espin Pedrol · 10 months ago
  53. 97d2144 osmo_io: Fix length calculation in iofd_handle_segmentation() by Daniel Willmann · 10 months ago
  54. 4ff5db2 Revert "gsm/ipa: Add segmentation callback" by arehbein · 10 months ago
  55. d0d9ecb osmo_io(cosmetic): End in a dot for doxygen AUTO_BRIEF by Daniel Willmann · 10 months ago
  56. 4731e71 cosmetic: Fix doc comment by Daniel Willmann · 10 months ago
  57. a9303f3 osmo_io: Add function to change the maximum length of the tx_queue by Daniel Willmann · 10 months ago
  58. 7b59bab osmo_io: Document expectation that segmentation_cb() can modify msgb by Daniel Willmann · 10 months ago
  59. a18f1d7 gsm0502.h: Document spec number by Pau Espin Pedrol · 10 months ago
  60. c3b772b socket: Cache errno before calling further functions by Pau Espin Pedrol · 10 months ago
  61. 9ec7749 lapdm: cosmetic: simplify lapdm_phsap_up(), use OSMO_PRIM[_HDR] by Vadim Yanitskiy · 11 months ago
  62. fadda01 coding: implement encoding/decoding API for TCH/F2.4 by Vadim Yanitskiy · 10 months ago
  63. f8e570a coding: remove redundant memset()s in gsm0503_tch_fr{96,144}_encode() by Vadim Yanitskiy · 10 months ago
  64. 918b0ce core: fix pointer access in msgb_l[1-4] macros by Vadim Yanitskiy · 10 months ago
  65. c87c6a3 gsm: Improve the TCH/H2.4 coding routines by Sylvain Munaut · 10 months ago
  66. c27a8ae gsm: Fix comment for TCH/F4.8 code by Sylvain Munaut · 10 months ago
  67. 403dfbc ipa: fix a typo in ipa_ccm_rcvmsg_base(): PING -> PONG by Vadim Yanitskiy · 10 months ago
  68. e2a8dc4 osmo_io: Add osmo_iofd_notify_connected() by Daniel Willmann · 11 months ago
  69. 8b7e7f1 osmo_io: Remove missing functions from map file by Daniel Willmann · 10 months ago
  70. e4ecd99 osmo_io: Fix write_enable handling in iofd_txqueue by Daniel Willmann · 11 months ago
  71. 181eaa4 osmo_io: Make the test more deterministic between backends by Daniel Willmann · 11 months ago
  72. f89162f osmo_io: Use bitfield for various boolean flags by Daniel Willmann · 11 months ago
  73. 3ef6120 gsmtap_source_free(): Don't crash if NULL is passed by Harald Welte · 11 months ago
  74. e4c7b0a ASCI: Add decoding of mobile identity in TALKER INDICATION by Andreas Eversberg · 11 months ago
  75. 6e7739f Allow 'configure <cr>' at VTY to enter config mode by Andreas Eversberg · 11 months ago
  76. 72ab3b5 ASCI: Also display group/broadcast call message names by Andreas Eversberg · 11 months ago
  77. a8a27c2 osmo_io: Use LOGPIO instead of LOGP by Daniel Willmann · 11 months ago
  78. acb9776 osmo_io: Return early on error in osmo_iofd_register() by Daniel Willmann · 11 months ago
  79. f0a1f41 gsm0502: cosmetic: use ARRAY_SIZE in gsm0502_fn2ccch_block() by Vadim Yanitskiy · 11 months ago
  80. 418d76c gsm: add gsm0502_fn2ccch_block() by Vadim Yanitskiy · 11 months ago
  81. 315e78a ecu: add is_dtx_pause() method by Mychaela N. Falconia · 11 months ago
  82. 7d121cb coding: fix a copy-paste bug in gsm0503_tch_afs_decode_dtx() by Vadim Yanitskiy · 11 months ago
  83. 29a9fc0 Add VGCS UPLINK GRANT message structure to gsm_04_08.h by Andreas Eversberg · 11 months ago
  84. 63e45e6 osmo_io: Make name optional, add _set_name() API by Pau Espin Pedrol · 11 months ago
  85. 2c59d12 gsm/ipa: Add segmentation callback by arehbein · 1 year, 1 month ago
  86. 5099d99 core/osmo_io: Fix reception of partial packets by arehbein · 11 months ago
  87. 7052cc6 socket: Ensure fd is not negative in osmo_sock_get_name_buf() by Daniel Willmann · 11 months ago
  88. c0aa4bd core/osmo_io: Rename variables for readability by arehbein · 11 months ago
  89. cb72e74 lapdm: Do not return an error when enqueuing a frame by Andreas Eversberg · 11 months ago
  90. a0635fc ASCI: Add Notification/NCH message to gsm_04_08.h by Andreas Eversberg · 11 months ago
  91. 86efdf4 Fix short L3 header of SI 10 at gsm_04_08.h by Andreas Eversberg · 12 months ago
  92. bfb917f Add short L3 header to gsm_04_08.h by Andreas Eversberg · 1 year ago
  93. 0370018 Add support for receiving Bter UI frames at lapdm.c by Andreas Eversberg · 1 year ago
  94. 6799741 Add support for sending Bter UI frames at lapdm.c by Andreas Eversberg · 1 year ago
  95. 532b8e9 ASCI: Add message definition and encoding according to 3GPP TS 48.008 by Andreas Eversberg · 11 months ago
  96. bb20d4e Added generation of include/osmocom/core/socket_compat.h by Andreas Eversberg · 11 months ago
  97. 8d42394 improve API for osmo_routing_area_id by Neels Hofmeyr · 11 months ago
  98. eb9edba osmo_io: Remove osmo_iofd_read/write_enable/disable by Daniel Willmann · 11 months ago
  99. 3ed8772 osmo_io: Don't make msg in write_cb const by Daniel Willmann · 11 months ago
  100. 2dd8da6 osmo_io: Consistency - put read/recv callback first in osmo_io_ops by Daniel Willmann · 11 months ago