1. 4b77d42 input/unixsocket: Remove write delay timer by Harald Welte · 2 years, 2 months ago
  2. c4c3a85 ipaccess: Call line->ops->sign_link_down() only if set by Pau Espin Pedrol · 1 year, 10 months ago
  3. 3d3e5af ipaccess_close(): No need to lookup already available struct e1i_ts by Pau Espin Pedrol · 1 year, 10 months ago
  4. 57a148f ipa: Allow users closing lower layer tcp/ipa connections by Pau Espin Pedrol · 1 year, 10 months ago
  5. 5b42f98 cosmetic: Remove unneeded empty line by Pau Espin Pedrol · 1 year, 9 months ago
  6. dcbc00d osmo_pcap_lapd_write: Fix write of uninitialized byte(s) by Harald Welte · 2 years ago
  7. 90df035 input/ipaccess: Avoid extra poll() call when e1i_ts tx queue becomes empty by Pau Espin Pedrol · 2 years, 2 months ago
  8. d20a10c input/ipaccess: Remove unneeded osmo_fd_write_enable() by Pau Espin Pedrol · 2 years, 2 months ago
  9. 28fea77 input/ipaccess: Don't start zero-ms timer on every write by Harald Welte · 2 years, 2 months ago
  10. ee2589e stats: add site_id scope to ipa-rsl tcp stat names by Michael Iedema · 2 years, 2 months ago
  11. adb2e16 input/e1d: use msgb_hexdump_l2() in handle_ts_raw_read() by Vadim Yanitskiy · 2 years, 2 months ago
  12. bb9cba0 input/e1d: fix a memleak in handle_ts_raw_read() by Vadim Yanitskiy · 2 years, 2 months ago
  13. 2966786 stats: add BTS index to IPA RSL TCP stats name by Michael Iedema · 2 years, 4 months ago 2022q1
  14. 95a8d6f stats: add RSL line number to TCP stats name by Michael Iedema · 2 years, 5 months ago
  15. f5f31d3 ipaccess.c: register RSL/OML related osmo_fds for monitoring by Philipp Maier · 2 years, 7 months ago
  16. 2650b57 treewide: remove FSF address by Oliver Smith · 2 years, 7 months ago 2021q4
  17. a864378 lapd: don't add parenthesis around datalink name by Harald Welte · 2 years, 8 months ago
  18. 92aee51 ipaccess: e1inp_ipa_bts_rsl_connect: Fix memleak recreating ipa_client_conn by Pau Espin Pedrol · 2 years, 9 months ago
  19. d2d28d8 ipaccess: Allow reconfiguring the ipa line during line_update() by Pau Espin Pedrol · 2 years, 9 months ago
  20. c5f1d4f Use new stat item/ctr getter APIs by Pau Espin Pedrol · 3 years, 1 month ago
  21. ea0f1bd ipaccess: do not block ipaccess_line_update on failure by Philipp Maier · 3 years, 1 month ago
  22. 4154755 e1_input: Allow (vty) configuration of IP DSCP and socket priority by Harald Welte · 3 years, 2 months ago
  23. 6bcc32b ipa: Introduce support for user-specific DSCP and priority by Harald Welte · 3 years, 2 months ago
  24. 949b8a2 migrate to osmo_fd_{read,write}_{enable,disable}() by Harald Welte · 3 years, 8 months ago
  25. b3952c6 e1_input: Support I.460 timeslot type by Harald Welte · 4 years ago
  26. 6e831b7 Use osmo_fd_setup() wherever applicable by Harald Welte · 3 years, 8 months ago
  27. 77a7cf4 ipaccess: fix verbosive logging in __handle_ts1_write() by Vadim Yanitskiy · 3 years, 7 months ago
  28. 9af069d ipaccess: Fix wrong assertion in ipaccess_drop() when used by BTS code by Pau Espin Pedrol · 3 years, 7 months ago
  29. 91314c1 ipaccess: Fix log error printed on wrong conditional branch by Pau Espin Pedrol · 3 years, 7 months ago
  30. 3bdf59b ipaccess: Use LOGPITS macro in __handle_ts1_write by Pau Espin Pedrol · 3 years, 7 months ago
  31. 4da31b8 cosmetic: fix spelling in logging messages: existAnt -> existEnt by Vadim Yanitskiy · 3 years, 8 months ago
  32. de3959e Use OSMO_FD_* instead of deprecated BSC_FD_* by Harald Welte · 3 years, 8 months ago
  33. ca71296 input/e1d: Add missing "RAW" timeslot support by Harald Welte · 4 years ago
  34. f776669 input/e1d: Fix support for TRAU slots by Harald Welte · 4 years ago
  35. 182957b dahdi: Use osmo_revbytebits_buf() instead of local flip table by Harald Welte · 4 years ago
  36. ac290ee e1d: Fix compilation after I4a088f91f23aaad05c5ab84a4783c1915d85aca6 by Harald Welte · 4 years ago
  37. deb5c4f ipaccess: Fix use-after-free in ipaccess_drop() by Pau Espin Pedrol · 4 years ago
  38. 8fc8cef e1d: Add new osmo_e1dp_client_ts_open() argument by Harald Welte · 4 years ago
  39. ffc92d5 lapd: Use lapd_dl_init2 instead of deprecated lapd_dl_init by Pau Espin Pedrol · 4 years ago
  40. 6ffeb9a cosmetic: lapd: Fix trailing whitespace by Pau Espin Pedrol · 4 years ago
  41. 8a4e3d9 ipaccess_recvmsg: Untangle code updating line by Pau Espin Pedrol · 4 years ago
  42. 815117c ipaccess_recvmsg: Assert the new bfd from new line differs from the old one by Pau Espin Pedrol · 4 years ago
  43. dc55a5f ipaccess_recvmsg: Clean up release steps upon error condition by Pau Espin Pedrol · 4 years ago
  44. a2ff733 ipaccess: Set bfd->data to NULL before releasing its reference by Pau Espin Pedrol · 4 years ago
  45. 8737ad4 ipacces: Fix e1inp_line reference put in ipaccess_close by Pau Espin Pedrol · 4 years ago
  46. b8ea0ff ipaccess: Drop e1inp_line reference in ipacess_drop() by Pau Espin Pedrol · 4 years ago
  47. 5196cd5 e1_input: Use osmo_use_count in e1inp_line by Pau Espin Pedrol · 4 years ago
  48. 30e80d5 ipaccess: Fix log formatting of RESP_ID IPA attributes by Pau Espin Pedrol · 4 years ago
  49. 4ffd2a9 ipaccess.c: Drop repeated ipaccess_keepalive_fsm_cleanup in write error path by Pau Espin Pedrol · 4 years ago
  50. 96034fc input/dahdi.c: Don't simply read beyond end of msgb by Harald Welte · 4 years ago
  51. 47c247b input/lapd.c: Enlarge message buffers for DL-SAP primitives by Harald Welte · 4 years ago
  52. ea7da44 lapd: Replace magic numbers with #defines by Harald Welte · 4 years ago
  53. 36166d0 fix compilation with --enable-e1d by Harald Welte · 4 years ago
  54. b903188 lapd: Always print context information when logging by Harald Welte · 4 years, 2 months ago
  55. 62725d0 src/input/ipaccess.c: set TCP_NODELAY by Oliver Smith · 4 years, 2 months ago
  56. ef1f327 add ipa ping/pong keepalive for OML/RSL links between bts and bsc by Eric Wild · 5 years ago
  57. 65ae42c ipaccess.c: line_already_initialized: int -> bool by Oliver Smith · 4 years, 5 months ago
  58. eed3916 e1d: Implement varions non-LAPD timeslot modes by Harald Welte · 4 years, 6 months ago
  59. accd677 e1d: Don't connect to e1d at program start time by Harald Welte · 4 years, 6 months ago
  60. 28898d1 e1d: Use LOGPIL/LOGPITS logging macros to give context by Harald Welte · 4 years, 6 months ago
  61. ccf84ea e1d: Use line->port_nr to specify e1d interface/line by Harald Welte · 4 years, 6 months ago
  62. 52e1412 e1d: Remove bogus vty_show function. by Harald Welte · 4 years, 6 months ago
  63. 6f674de e1d: Remove EXCEPTFD handling by Harald Welte · 4 years, 6 months ago
  64. 4343603 e1d: Don't use perror() directly, use osmocom logging instead by Harald Welte · 4 years, 6 months ago
  65. b559a53 e1d: Initial osmo-e1d support by Sylvain Munaut · 5 years ago
  66. b5af099 introduce and use logging macros with context on E1 line / timeslot by Harald Welte · 4 years, 6 months ago
  67. 510ae99 dahdi: Don't use perror() directly, use osmocom logging instead by Harald Welte · 4 years, 6 months ago
  68. 4c2c088 input/ipa_keepalive.c: make sure IPA keepalive FSM is registered by Vadim Yanitskiy · 4 years, 6 months ago
  69. d4be696 Enable DAHDI support by default; require --disable-dahdi otherwise by Harald Welte · 4 years, 8 months ago
  70. 69ae238 input/ipaccess.c: fix debug message on receipt of IPAC_MSGT_ID_GET by Vadim Yanitskiy · 4 years, 7 months ago
  71. 1c94f6a input/ipaccess.c: propagate errors from ipa_parse_unitid() by Vadim Yanitskiy · 4 years, 7 months ago
  72. 7c1c8cc dahdi: Use ioctl(DAHDI_SPECIFY) instead of legacy /dev/dahdi/%u by Harald Welte · 4 years, 8 months ago
  73. b6e28bf ipa: Allow setting local addr and port for struct ipa_client_conn by Pau Espin Pedrol · 4 years, 8 months ago
  74. e11afda ipa: ipa_server_link_close() add checks of link state by Alexander Couzens · 4 years, 10 months ago
  75. 51b6100 extend the ipa keepalive fsm by Eric Wild · 5 years ago
  76. b4a7db0 ipaccess.c: Avoid calling close(-1) on error path by Harald Welte · 5 years ago
  77. 418775c spelling by Debian Mobcom Maintainers · 6 years ago
  78. 6eb186c add TCP_USER_TIMEOUT to keepalive by Eric Wild · 5 years ago
  79. b824272 ipaccess: allow tcp keepalive for ipa clients by Eric Wild · 5 years ago
  80. 3e03bc2 ipa_keepalive_fsm: Suppress error messages for INIT -> INIT transition by Harald Welte · 5 years ago
  81. 02c5e9d ipa_keepalive_fsm: Fix OSMO_IPA_KA_E_STOP allstate event by Harald Welte · 5 years ago
  82. 3d60dbd Add IPA keep-alive FSM implementation by Harald Welte · 5 years ago
  83. c0a0ec4 ipa: Make ipa_server_conn_destroy() re-entrant by Harald Welte · 5 years ago
  84. 3a2aa09 Log peer's port in accept callback by Max · 5 years ago
  85. 480073a Set local IP in ipa_server_link properly by Max · 5 years ago
  86. 961776a log IPA tags correctly by Stefan Sperling · 6 years ago
  87. b5cfc6b ipaccess: Simplify handling of ipaccess e1line ts by Pau Espin Pedrol · 6 years ago
  88. dd95eb6 ipacces: Log correct trx_nr during IPA GET by Pau Espin Pedrol · 6 years ago
  89. 0d7d0b0 ensure unix socket paths are NUL-terminated for bind/connect by Stefan Sperling · 6 years ago
  90. b24efa5 Properly deal with sockaddr_un socket path length limitations. by Stefan Sperling · 6 years ago
  91. ed122f3 ipaccess: Allow passing return code in e1inp_line_ops->sign_link() by Pau Espin Pedrol · 6 years ago
  92. 7ad2b15 ipaccess: Return -EBADF when closing socket in ipaccess_bts_read_cb by Pau Espin Pedrol · 6 years ago
  93. 082876b ipa: Allow signalling fd destroyed in ipa_server_conn_read by Pau Espin Pedrol · 6 years ago
  94. 2775798 ipa: Allow signalling fd destroyed in ipa_client_read by Pau Espin Pedrol · 6 years ago
  95. 3750dea ipa: Simplify code in ipa_server_conn_read by Pau Espin Pedrol · 6 years ago
  96. 493c8e6 ipa: Simplify code in ipa_client_read by Pau Espin Pedrol · 6 years ago
  97. fe67311 ipa: don't crash on missing IPA ID GET message by Neels Hofmeyr · 6 years ago
  98. 67902bb ipaccess_rcvmsg: Fix bug introduced in previous commit by Pau Espin Pedrol · 6 years ago
  99. 56ae85f ipaccess: Use osmo_fd_setup to set up callbacks by Pau Espin Pedrol · 6 years ago
  100. 82eb55e Migrate from ipa_ccm_idtag_parse to ipa_ccm_id_resp_parse() by Harald Welte · 6 years ago