1. 43018ec Revert "Revert "logging: add log level cache"" by Hoernchen · 4 months ago
  2. e988ec3 osmo_io: Massive improvement of API documentation by Harald Welte · 10 weeks ago
  3. b0db649 ctrl: re-introduce duplicate declaration of ctrl_cmd_send() by Harald Welte · 10 weeks ago
  4. 09ab041 osmo_io: Log error message in case call-backs incompatible with mode by Harald Welte · 2 months ago
  5. 4f15502 cbsp: Add osmo_cbsp_segmentation_cb for message segmentation by Harald Welte · 3 months ago laforge/cbsp
  6. 319a77e ctrl: Don't expose write_queue in ctrl_cmd_send() api by Harald Welte · 3 months ago
  7. f574aea osmo_io: Add osmo_io_get_ioops() function by Harald Welte · 3 months ago
  8. 1047ed7 osmo_io: sendmsg/recvmsg support by Harald Welte · 6 months ago
  9. 3938dfb gsup.h: define newly added PCO IE by Alexander Couzens · 3 months ago
  10. b365b1d osmo_io: Change struct osmo_io_ops to contain struct, not union by Harald Welte · 3 months ago
  11. 99d6acb comment: gsm_04_08.h: add a spec hint by Neels Hofmeyr · 4 months ago
  12. 0df28e0 ctrl: Add lchan node by Matan Perelman · 4 months ago
  13. 4a3d03e gsm: add more definitions from Table 10.5.112/3GPP TS 24.008 by Vadim Yanitskiy · 4 months ago
  14. 74ee024 gsup: Convert PDP-Type IE to PDP-Address IE by Pau Espin Pedrol · 4 months ago
  15. 68a04df gsup: Deprecate field pdp_type in favour of pdp_type_nr and pdp_type_org by Pau Espin Pedrol · 4 months ago
  16. f196b88 gsm_04_08_gprs.h: Introduce packed struct gsm48_pdp_address by Pau Espin Pedrol · 4 months ago
  17. 8dfdfc3 cosmetic: gsup.h: fix whitespace formatting by Pau Espin Pedrol · 4 months ago
  18. 06922fa isdn: add a lookup table with E1/E2/E3 bits from Table 5/V.110 by Vadim Yanitskiy · 4 months ago
  19. 7f1fb3e Revert "logging: add log level cache" by Hoernchen · 4 months ago
  20. 7dc6d4a logging: add log level cache by Eric · 1 year, 5 months ago
  21. 85554db isdn: initial implementation of the V.110 TA by Vadim Yanitskiy · 1 year, 2 months ago
  22. b71f461 fsm: fix OSMO_T_FMT_ARGS: add missing braces by Vadim Yanitskiy · 5 months ago
  23. 83c8c80 core: osmo_tdef_fsm_inst_state_chg(): allow millisecond precision by Vadim Yanitskiy · 5 months ago
  24. fb4ce0b utils: fix -Wsign-compare in definition of OSMO_STRBUF_CHAR_COUNT by Vadim Yanitskiy · 5 months ago
  25. 0f59ceb utils: improve readability of OSMO_STRBUF_CHAR_COUNT by Vadim Yanitskiy · 5 months ago
  26. 9df820b utils: fix OSMO_STRBUF_REMAIN to handle sb.pos == NULL correctly by Vadim Yanitskiy · 5 months ago
  27. a37921a socket: Introduce defines OSMO_SOCK_MULTIADDR_{PEER_STR,NAME}_MAXLEN by Pau Espin Pedrol · 5 months ago
  28. 19f27bb socket: Introduce API osmo_sock_sctp_get_peer_addr_info() by Pau Espin Pedrol · 5 months ago pespin/multiaddr
  29. 5ac8aa5 socket: Introduce API osmo_sock_multiaddr_get_name_buf() by Pau Espin Pedrol · 6 months ago
  30. 6a2975c socket: Introduce API osmo_sock_multiaddr_get_ip_and_port() by Pau Espin Pedrol · 6 months ago
  31. d511a9d util: add osmo_strbuf macros to manipulate the strbuf tail by Neels Hofmeyr · 6 months ago
  32. 271baad util: add OSMO_STRBUF_REMAIN() by Neels Hofmeyr · 6 months ago
  33. 6587dd0 soft_uart: implement modem status lines and flow control by Vadim Yanitskiy · 6 months ago
  34. 275c86e soft_uart: improve doxygen documentation by Vadim Yanitskiy · 6 months ago
  35. 59afb8f soft_uart: add osmo_soft_uart_{get,set}_name() by Vadim Yanitskiy · 6 months ago
  36. be3c38c Add a GSM RLP decoder and encoder by Harald Welte · 6 months ago
  37. 285f369 Add flag to enable RTS based polling by Andreas Eversberg · 6 months ago
  38. 5560c04 Fix union abis_rsl_chan_nr and abis_rsl_link_id by Andreas Eversberg · 6 months ago
  39. 505f705 gsup: add message type for osmo-epdg CEAI interface by Alexander Couzens · 1 year, 3 months ago
  40. bd2b897 LAPDm: Add a flag to enable suppression of subsequent REJ frame by Andreas Eversberg · 6 months ago
  41. f51f916 LAPDm: Add an extra queue for UI frames by Andreas Eversberg · 6 months ago
  42. 2d7119d LAPDm: Add support for RTS based polling by Andreas Eversberg · 6 months ago
  43. 49b7087 LAPD: Add support for RTS based polling and T200 by Andreas Eversberg · 6 months ago
  44. d4b94ce soft_uart: fix spelling in doxygen docs by Vadim Yanitskiy · 6 months ago
  45. 38d8170 osmo_io: rename unsupported SCTP mode to OSMO_IO_FD_MODE_SCTP_RECVMSG_SEND by Harald Welte · 6 months ago
  46. 641cc3c add new osmo_sockaddr_from_str_and_uint() function by Harald Welte · 6 months ago
  47. 0d78a00 soft_uart: implement OSMO_SUART_PARITY_{MARK,SPACE} by Vadim Yanitskiy · 6 months ago
  48. 03f0ed7 soft_uart: allow manually flushing the receive buffer by Vadim Yanitskiy · 6 months ago
  49. c9fc77f soft_uart: implement the transmitter by Vadim Yanitskiy · 6 months ago
  50. 82a1ae7 soft_uart: make osmo_soft_uart_alloc() accept *cfg by Vadim Yanitskiy · 6 months ago
  51. cdde671 soft_uart: split osmo_soft_uart_enable() by Vadim Yanitskiy · 6 months ago
  52. 877cfed soft_uart: add osmo_soft_uart_free() by Vadim Yanitskiy · 6 months ago
  53. dc023cf core: Add software UART implementation by Harald Welte · 1 year, 6 months ago
  54. d739e25 coding: gsm0503_tch_a[fh]s_encode(): make *codec const by Vadim Yanitskiy · 6 months ago
  55. e0d0fff msgb: fix doxygen docs for msgb_pull_u{8,16,32): end -> front by Vadim Yanitskiy · 6 months ago
  56. 4ca0f62 ASCI: Add primitive to L1-SAP to switch uplink access detection on or off by Andreas Eversberg · 7 months ago
  57. 1584b2a gsmtap: Hide implementation of gsmtap_inst by arehbein · 7 months ago
  58. 64ba9ed socket: Introduce APIs osmo_sock_multiaddr_{add,del}_local_addr() by Pau Espin Pedrol · 8 months ago
  59. 2a405d4 osmo_io: Clean up code by arehbein · 8 months ago
  60. 15b76f0 gsm: rename s/gsm0502_fn_compare/gsm0502_fncmp/ by Vadim Yanitskiy · 8 months ago
  61. d9a5c8d sockaddr_str.h Fix OSMO_SOCKADDR_STR_FMT_ARGS_NOT_NULL syntax error by Pau Espin Pedrol · 8 months ago
  62. 5285d47 gsm: add gsm0502_fn_compare() for comparing TDMA FNs by Vadim Yanitskiy · 8 months ago
  63. 522f51b gsmtap.h: Add definitions for ISDN PPP sub-type by Manawyrm · 8 months ago
  64. ae07127 write_queue: Enable updating max_length field by arehbein · 8 months ago
  65. d5c6651 gsm/protocol/gsm_04_11.h: add SMSC-address length limit definitions by Mychaela N. Falconia · 8 months ago
  66. 84d5a82 ASCI: Add definition for TALKER INDICATION and UPLINK RELEASE by Andreas Eversberg · 8 months ago
  67. 0267b34 ASCI: Add BCC call state definitions by Andreas Eversberg · 9 months ago
  68. 13c29c7 gsm_12_21.h: fix typo: NM_IPAC_F_CHANT_P{C->D}CHF by Vadim Yanitskiy · 8 months ago
  69. a45b0be socket: Support setsokopt SCTP_INITMSG in osmo_sock_init2_multiaddr2() by Pau Espin Pedrol · 9 months ago
  70. 658c509 socket: Remove OSMO_SOCK_F_SCTP_ASCONF_SUPPORTED, add osmo_sock_init2_multiaddr2() by Pau Espin Pedrol · 9 months ago
  71. a7d7cf2 gsm_12_21.h: add flags for NM_ATT_IPACC_SUPP_FEATURES by Vadim Yanitskiy · 9 months ago
  72. c49691f gsm_12_21.h: Introduce packed structs for NM_ATT_IPACC_NS_CFG values by Pau Espin Pedrol · 9 months ago
  73. bbb69d3 gsm_12_21.h: Introduce packed structs for NM_ATT_IPACC_BSSGP_CFG values by Pau Espin Pedrol · 9 months ago
  74. 34e67c2 gsm_12_21.h: Introduce packed structs for NM_ATT_IPACC_RLC_CFG{,_2,_3} values by Pau Espin Pedrol · 9 months ago
  75. f91d2aa osmo_io: Add io_uring backend by Daniel Willmann · 1 year, 5 months ago
  76. 0ef0a1c Revert "rsl: Introduce new osmocom extension IE RSL_IE_OSMO_ABS_FRAME_NUMBER" by Pau Espin Pedrol · 9 months ago
  77. 06da40b Revert "lapdm: Append RSL_IE_OSMO_ABS_FRAME_NUMBER to RSLms msgs towards upper layers" by Pau Espin Pedrol · 9 months ago
  78. d981794 lapdm: Append RSL_IE_OSMO_ABS_FRAME_NUMBER to RSLms msgs towards upper layers by Pau Espin Pedrol · 10 months ago
  79. 54b1b3b rsl: Introduce new osmocom extension IE RSL_IE_OSMO_ABS_FRAME_NUMBER by Pau Espin Pedrol · 10 months ago
  80. e83227f socket: Add osmo_sock_init flag to enable SCTP ASCONF features by Pau Espin Pedrol · 10 months ago
  81. aea78a2 gsm: Introduce functions to convert between FN and RFN (Reduced FN) by Pau Espin Pedrol · 9 months ago
  82. 1247aa1 lapdm: Track fn of primitives in struct lapdm_msg_ctx by Pau Espin Pedrol · 10 months ago
  83. 6df53dc tlv: Introduce API msgb_tv32_push() by Pau Espin Pedrol · 10 months ago
  84. 3c57726 gprs_bssgp_rim: add decoder for RIM ROUTING ADDRESS by Philipp Maier · 9 months ago
  85. 9e75544 gprs_bssgp_rim: allow sending of encoded RIM messages by Philipp Maier · 10 months ago
  86. ad9757a sockaddr_str: Introduce macro OSMO_SOCKADDR_STR_FMT_ARGS_NOT_NULL by Pau Espin Pedrol · 10 months ago
  87. f93ef0c gsm_08_08: define GSM0808_SCT_EXT (separately) by Vadim Yanitskiy · 10 months ago
  88. 547a65a gsm: Add missing IE definition for GMM Receive N-PDU Number list by Pau Espin Pedrol · 10 months ago
  89. 4ff5db2 Revert "gsm/ipa: Add segmentation callback" by arehbein · 11 months ago
  90. a9303f3 osmo_io: Add function to change the maximum length of the tx_queue by Daniel Willmann · 11 months ago
  91. 7b59bab osmo_io: Document expectation that segmentation_cb() can modify msgb by Daniel Willmann · 11 months ago
  92. a18f1d7 gsm0502.h: Document spec number by Pau Espin Pedrol · 10 months ago
  93. fadda01 coding: implement encoding/decoding API for TCH/F2.4 by Vadim Yanitskiy · 11 months ago
  94. 918b0ce core: fix pointer access in msgb_l[1-4] macros by Vadim Yanitskiy · 11 months ago
  95. e2a8dc4 osmo_io: Add osmo_iofd_notify_connected() by Daniel Willmann · 11 months ago
  96. 418d76c gsm: add gsm0502_fn2ccch_block() by Vadim Yanitskiy · 11 months ago
  97. 315e78a ecu: add is_dtx_pause() method by Mychaela N. Falconia · 11 months ago
  98. 29a9fc0 Add VGCS UPLINK GRANT message structure to gsm_04_08.h by Andreas Eversberg · 11 months ago
  99. 63e45e6 osmo_io: Make name optional, add _set_name() API by Pau Espin Pedrol · 11 months ago
  100. 2c59d12 gsm/ipa: Add segmentation callback by arehbein · 1 year, 1 month ago