Release v1.9.0 on 2023-09-12.
  1. aca2c72 Bump version: 1.8.0.252-13c29 → 1.9.0 by Pau Espin Pedrol · 10 months ago 1.9.0
  2. 16ad6c2 LAPDM: Use correct offset to short header on recevied frame by Andreas Eversberg · 10 months ago
  3. 0267b34 ASCI: Add BCC call state definitions by Andreas Eversberg · 10 months ago
  4. 13c29c7 gsm_12_21.h: fix typo: NM_IPAC_F_CHANT_P{C->D}CHF by Vadim Yanitskiy · 10 months ago
  5. a45b0be socket: Support setsokopt SCTP_INITMSG in osmo_sock_init2_multiaddr2() by Pau Espin Pedrol · 10 months ago
  6. 658c509 socket: Remove OSMO_SOCK_F_SCTP_ASCONF_SUPPORTED, add osmo_sock_init2_multiaddr2() by Pau Espin Pedrol · 10 months ago
  7. a7d7cf2 gsm_12_21.h: add flags for NM_ATT_IPACC_SUPP_FEATURES by Vadim Yanitskiy · 10 months ago
  8. ec7d491 osmo_io: Use local variable to reference msghdr->msg by Daniel Willmann · 10 months ago
  9. f39c23f osmo_io: Change parent of msghdr to iofd (instead of msg) by Daniel Willmann · 10 months ago
  10. 3236fdf ns2: Add VTY option to change the max write queue size for UDP by Daniel Willmann · 10 months ago
  11. b437f80 socket: Avoid aborting socket creation if setsockopt for ASCONF fails by Pau Espin Pedrol · 10 months ago
  12. f91d2aa osmo_io: Add io_uring backend by Daniel Willmann · 1 year, 6 months ago
  13. 012d904 osmo_io: Avoid potential double free when sending msgb by Daniel Willmann · 11 months ago
  14. 2b34e92 osmo_io: Add iofd_handle_recv() by Daniel Willmann · 10 months ago
  15. 45ab0d7 lapdm: Update public lapdm_msg_ctx upon CCCH data ind by Pau Espin Pedrol · 10 months ago
  16. 0ef0a1c Revert "rsl: Introduce new osmocom extension IE RSL_IE_OSMO_ABS_FRAME_NUMBER" by Pau Espin Pedrol · 10 months ago
  17. 06da40b Revert "lapdm: Append RSL_IE_OSMO_ABS_FRAME_NUMBER to RSLms msgs towards upper layers" by Pau Espin Pedrol · 10 months ago
  18. cd23806 select: Prevent negative index lookup on osmo_fd_lookup.table by arehbein · 12 months ago
  19. d981794 lapdm: Append RSL_IE_OSMO_ABS_FRAME_NUMBER to RSLms msgs towards upper layers by Pau Espin Pedrol · 11 months ago
  20. 54b1b3b rsl: Introduce new osmocom extension IE RSL_IE_OSMO_ABS_FRAME_NUMBER by Pau Espin Pedrol · 11 months ago
  21. e83227f socket: Add osmo_sock_init flag to enable SCTP ASCONF features by Pau Espin Pedrol · 11 months ago
  22. aea78a2 gsm: Introduce functions to convert between FN and RFN (Reduced FN) by Pau Espin Pedrol · 11 months ago
  23. 1247aa1 lapdm: Track fn of primitives in struct lapdm_msg_ctx by Pau Espin Pedrol · 11 months ago
  24. 3c57726 gprs_bssgp_rim: add decoder for RIM ROUTING ADDRESS by Philipp Maier · 11 months ago
  25. 9e75544 gprs_bssgp_rim: allow sending of encoded RIM messages by Philipp Maier · 11 months ago
  26. a0d8483 gprs_bssgp_rim: also print NSEI when sending RIM messages by Philipp Maier · 11 months ago
  27. f6ebc8a cosmetic: lapdm: Fix typo in comment by Pau Espin Pedrol · 11 months ago
  28. 92efac2 osmo_io: Use MSG_NOSIGNAL to avoid SIGPIPE on write by Daniel Willmann · 11 months ago
  29. f083382 osmo_io: Ensure correct ownership of msgb when sending by Daniel Willmann · 11 months ago
  30. 39469b9 isdn: mux_timeslot_provide_bits(): remove unused 'count' by Vadim Yanitskiy · 11 months ago
  31. 209bc38 ASCI: Add missing check for return value of gsm0808_enc_speech_codec_list2() by Andreas Eversberg · 11 months ago
  32. d0be390 gsm48_ie: fix gsm48_encode_bearer_cap(): encode bcap->data.transp by Vadim Yanitskiy · 11 months ago
  33. a2d8bf8 exec: osmo_system_nowait2(): Improve logging and error checks by Pau Espin Pedrol · 11 months ago
  34. f93ef0c gsm_08_08: define GSM0808_SCT_EXT (separately) by Vadim Yanitskiy · 11 months ago
  35. 97d2144 osmo_io: Fix length calculation in iofd_handle_segmentation() by Daniel Willmann · 11 months ago
  36. 4ff5db2 Revert "gsm/ipa: Add segmentation callback" by arehbein · 12 months ago
  37. d0d9ecb osmo_io(cosmetic): End in a dot for doxygen AUTO_BRIEF by Daniel Willmann · 12 months ago
  38. 4731e71 cosmetic: Fix doc comment by Daniel Willmann · 12 months ago
  39. a9303f3 osmo_io: Add function to change the maximum length of the tx_queue by Daniel Willmann · 12 months ago
  40. 7b59bab osmo_io: Document expectation that segmentation_cb() can modify msgb by Daniel Willmann · 12 months ago
  41. c3b772b socket: Cache errno before calling further functions by Pau Espin Pedrol · 12 months ago
  42. 9ec7749 lapdm: cosmetic: simplify lapdm_phsap_up(), use OSMO_PRIM[_HDR] by Vadim Yanitskiy · 1 year ago
  43. fadda01 coding: implement encoding/decoding API for TCH/F2.4 by Vadim Yanitskiy · 12 months ago
  44. f8e570a coding: remove redundant memset()s in gsm0503_tch_fr{96,144}_encode() by Vadim Yanitskiy · 12 months ago
  45. c87c6a3 gsm: Improve the TCH/H2.4 coding routines by Sylvain Munaut · 12 months ago
  46. 403dfbc ipa: fix a typo in ipa_ccm_rcvmsg_base(): PING -> PONG by Vadim Yanitskiy · 12 months ago
  47. e2a8dc4 osmo_io: Add osmo_iofd_notify_connected() by Daniel Willmann · 12 months ago
  48. 8b7e7f1 osmo_io: Remove missing functions from map file by Daniel Willmann · 12 months ago
  49. e4ecd99 osmo_io: Fix write_enable handling in iofd_txqueue by Daniel Willmann · 12 months ago
  50. f89162f osmo_io: Use bitfield for various boolean flags by Daniel Willmann · 12 months ago
  51. 3ef6120 gsmtap_source_free(): Don't crash if NULL is passed by Harald Welte · 12 months ago
  52. e4c7b0a ASCI: Add decoding of mobile identity in TALKER INDICATION by Andreas Eversberg · 12 months ago
  53. 6e7739f Allow 'configure <cr>' at VTY to enter config mode by Andreas Eversberg · 1 year ago
  54. 72ab3b5 ASCI: Also display group/broadcast call message names by Andreas Eversberg · 1 year ago
  55. a8a27c2 osmo_io: Use LOGPIO instead of LOGP by Daniel Willmann · 12 months ago
  56. acb9776 osmo_io: Return early on error in osmo_iofd_register() by Daniel Willmann · 1 year, 1 month ago
  57. f0a1f41 gsm0502: cosmetic: use ARRAY_SIZE in gsm0502_fn2ccch_block() by Vadim Yanitskiy · 1 year ago
  58. 418d76c gsm: add gsm0502_fn2ccch_block() by Vadim Yanitskiy · 1 year ago
  59. 315e78a ecu: add is_dtx_pause() method by Mychaela N. Falconia · 1 year ago
  60. 7d121cb coding: fix a copy-paste bug in gsm0503_tch_afs_decode_dtx() by Vadim Yanitskiy · 1 year ago
  61. 63e45e6 osmo_io: Make name optional, add _set_name() API by Pau Espin Pedrol · 1 year ago
  62. 2c59d12 gsm/ipa: Add segmentation callback by arehbein · 1 year, 3 months ago
  63. 5099d99 core/osmo_io: Fix reception of partial packets by arehbein · 1 year ago
  64. 7052cc6 socket: Ensure fd is not negative in osmo_sock_get_name_buf() by Daniel Willmann · 1 year ago
  65. c0aa4bd core/osmo_io: Rename variables for readability by arehbein · 1 year ago
  66. cb72e74 lapdm: Do not return an error when enqueuing a frame by Andreas Eversberg · 1 year, 1 month ago
  67. 0370018 Add support for receiving Bter UI frames at lapdm.c by Andreas Eversberg · 1 year, 2 months ago
  68. 6799741 Add support for sending Bter UI frames at lapdm.c by Andreas Eversberg · 1 year, 2 months ago
  69. 532b8e9 ASCI: Add message definition and encoding according to 3GPP TS 48.008 by Andreas Eversberg · 1 year, 1 month ago
  70. 8d42394 improve API for osmo_routing_area_id by Neels Hofmeyr · 1 year, 1 month ago
  71. eb9edba osmo_io: Remove osmo_iofd_read/write_enable/disable by Daniel Willmann · 1 year, 1 month ago
  72. 3ed8772 osmo_io: Don't make msg in write_cb const by Daniel Willmann · 1 year, 1 month ago
  73. 9864efc gsm48_rest_octets: fix wrong value by Eric · 1 year, 1 month ago
  74. 8bd9d5d libosmogsm: Add support for TUAK authentication algorithm by Harald Welte · 1 year, 1 month ago
  75. 9d5d355 libosmogsm: Avoid executing MILENAGE crypto twice (for UMTS and GSM) by Harald Welte · 1 year, 1 month ago
  76. 76f4c5c libosmogsm: Factor out the C2 derivation function by Harald Welte · 1 year, 1 month ago
  77. d8e5309 libosmogsm: Allow auth API caller to specify RES length by Harald Welte · 1 year, 1 month ago
  78. a9c91cc libosmogsm: Ensure MILENAGE + XOR-3G K length is 128 bit by Harald Welte · 1 year, 1 month ago
  79. 5248c47 libosmogsm: Add OSMO_ASSERT() to ensure correct algorithm by Harald Welte · 1 year, 1 month ago
  80. 08450c9 libosmogsm: Support authentication with 256-bit K and/or OP/OPc by Harald Welte · 1 year, 1 month ago
  81. 5c7336c ASCI: Add IE transcoding according to 3GPP TS 48.008 by Andreas Eversberg · 1 year, 2 months ago
  82. 19b0bb7 ASCI: Add 3GPP TS 44.068 and 44.069 protocol definitions by Andreas Eversberg · 1 year, 2 months ago
  83. 6e529a2 coding: gsm0503_tch_{fr,hr}_encode(): add ability to emit BFI by Mychaela N. Falconia · 1 year, 1 month ago
  84. 18e5af5 codec: new function osmo_hr_sid_reset() by Mychaela N. Falconia · 1 year, 1 month ago
  85. 2974a23 codec: new functions osmo_{fr,efr}_sid_reset() by Mychaela N. Falconia · 1 year, 1 month ago
  86. 945f6ce coding cosmetic: gsm0503_tch_{fr,hr}_encode(): remove extra spacing by Mychaela N. Falconia · 1 year, 1 month ago
  87. b04d59e coding: fix _tch_csd_burst_map(): do not overwrite FACCH by Vadim Yanitskiy · 1 year, 1 month ago
  88. b334022 coding: implement dedicated codec API for FACCH/[FH] by Vadim Yanitskiy · 1 year, 1 month ago
  89. 9a22827 coding: implement TCH/F9.6, TCH/[FH]4.8, TCH/H2.4, TCH/F14.4 by Vadim Yanitskiy · 1 year, 1 month ago
  90. 8fb5647 coding: fix API doc: TCH/AFS vs TCH/AHS by Vadim Yanitskiy · 1 year, 1 month ago
  91. 98431bb coding: fix API doc: TCH/H needs 6 bursts, not 8 by Vadim Yanitskiy · 1 year, 1 month ago
  92. 0e17d57 libosmocoding.map: export gsm0503_tch_hr_decode2() by Mychaela N. Falconia · 1 year, 1 month ago
  93. 57a3b3a gsm0503_tch_hr_decode2(): new function, emits TS101318 format by Mychaela N. Falconia · 1 year, 1 month ago
  94. 8d8d5af gsm0503_tch_hr_encode(): accept both TS101318 and RFC5993 payloads by Mychaela N. Falconia · 1 year, 1 month ago
  95. 920c0ed gsm0503_tch_hr_decode(): look at all 8 stealing bits by Mychaela N. Falconia · 1 year, 1 month ago
  96. 1192687 Add osmo_gsm48_si1ro_nch_pos_{encode,decode} functions by Harald Welte · 1 year, 2 months ago
  97. 548990b coding: gsm0503_tch_f96_[de]interleave() not applicable to TCH/F2.4 by Vadim Yanitskiy · 1 year, 1 month ago
  98. c0305b6 coding: use GSM_MACBLOCK_LEN gsm0503_tch_fr_decode() by Vadim Yanitskiy · 1 year, 1 month ago
  99. cbbd17e osmo_io: Support detecting non-blocking connect() by Daniel Willmann · 1 year, 1 month ago arehbein/osmo_io_ipa
  100. d4d0370 osmo_io: Improve handling and documentation of segmentation_cb by Daniel Willmann · 1 year, 1 month ago