1. ef1f327 add ipa ping/pong keepalive for OML/RSL links between bts and bsc by Eric Wild · 5 years ago
  2. 65ae42c ipaccess.c: line_already_initialized: int -> bool by Oliver Smith · 4 years, 5 months ago
  3. 69ae238 input/ipaccess.c: fix debug message on receipt of IPAC_MSGT_ID_GET by Vadim Yanitskiy · 4 years, 7 months ago
  4. 1c94f6a input/ipaccess.c: propagate errors from ipa_parse_unitid() by Vadim Yanitskiy · 4 years, 7 months ago
  5. b6e28bf ipa: Allow setting local addr and port for struct ipa_client_conn by Pau Espin Pedrol · 4 years, 8 months ago
  6. b4a7db0 ipaccess.c: Avoid calling close(-1) on error path by Harald Welte · 5 years ago
  7. 6eb186c add TCP_USER_TIMEOUT to keepalive by Eric Wild · 5 years ago
  8. b824272 ipaccess: allow tcp keepalive for ipa clients by Eric Wild · 5 years ago
  9. 961776a log IPA tags correctly by Stefan Sperling · 6 years ago
  10. b5cfc6b ipaccess: Simplify handling of ipaccess e1line ts by Pau Espin Pedrol · 6 years ago
  11. dd95eb6 ipacces: Log correct trx_nr during IPA GET by Pau Espin Pedrol · 6 years ago
  12. ed122f3 ipaccess: Allow passing return code in e1inp_line_ops->sign_link() by Pau Espin Pedrol · 6 years ago
  13. 7ad2b15 ipaccess: Return -EBADF when closing socket in ipaccess_bts_read_cb by Pau Espin Pedrol · 6 years ago
  14. fe67311 ipa: don't crash on missing IPA ID GET message by Neels Hofmeyr · 6 years ago
  15. 67902bb ipaccess_rcvmsg: Fix bug introduced in previous commit by Pau Espin Pedrol · 6 years ago
  16. 56ae85f ipaccess: Use osmo_fd_setup to set up callbacks by Pau Espin Pedrol · 6 years ago
  17. 82eb55e Migrate from ipa_ccm_idtag_parse to ipa_ccm_id_resp_parse() by Harald Welte · 6 years ago
  18. 4c57eef fix strncpy bugs in ipaccess.c, ipa_proxy.c by Neels Hofmeyr · 6 years ago
  19. 7edc25d ipaccess: Avoid using released line and bfd in ipaccess_fd_cb by Pau Espin Pedrol · 6 years ago
  20. cfe2260 ipaccess: ipaccess_rcvmsg: Drop unneeded memcpy by Pau Espin Pedrol · 6 years ago
  21. 49917c1 preserve 'when' flags of new osmo_fd in ipaccess_rcvmsg() by Stefan Sperling · 6 years ago
  22. 7139352 cosmetic: update ipaccess_bts_handle_ccm() by Max · 6 years ago
  23. 323d39d Add SPDX-License-Identifier to all source files by Harald Welte · 7 years ago
  24. b26f2fd src: use osmo_timer_setup() by Pablo Neira Ayuso · 7 years ago
  25. e416e2e Revert "ipacces.c: Remove ipa_bts_id_resp() and use libosmocore" by Harald Welte · 7 years ago
  26. d517db0 ipacces.c: Remove ipa_bts_id_resp() and use libosmocore by Harald Welte · 7 years ago
  27. 2547458 misc: Fix build failure/warning when building on alpine linux by Holger Hans Peter Freyther · 7 years ago
  28. c9fa25e handle_ts1_read(): log sign_link() error by Max · 7 years ago
  29. 4c4a1c2 ipaccess_line_update(): log connection IP addresses and ports by Max · 8 years ago
  30. ae3a993 input/ipaccess.c: Check return value of osmo_fd_register() by Harald Welte · 8 years ago
  31. 9ed7ca5 ipa_bts_id_resp(): handle non-existing members of ipacces_unit by Harald Welte · 8 years ago
  32. 0db1d43 ipa driver: make bind address vty configurable by Neels Hofmeyr · 8 years ago
  33. 37fcd93 ipa: Partially revert the e1inp_ipa_bts_rsl_connect_n commit by Holger Hans Peter Freyther · 10 years ago
  34. f422a75 Support for multiple RSL connections with ABIS/ipaccess (BTS side) by Andreas Eversberg · 10 years ago
  35. b65f58f move various generic IPA related functions to libosmocore by Harald Welte · 10 years ago
  36. 46fc7e2 ipa: Add E1INP_SIGN_OSMO to use IPAC_PROTO_OSMO via e1_input by Harald Welte · 10 years ago
  37. f5efba4 ipa: add ipaccess_tlv_to_unitdata() by Harald Welte · 10 years ago
  38. 783715b Split generic CCM handling out of ipaccess_bts_read_cb() by Harald Welte · 10 years ago
  39. 98af3c3 ipa: Change ipa_msg_recv() to support partial receive by Jacob Erlbeck · 10 years ago
  40. f465a4c ipaccess: Move the #endif before the curly brace by Holger Hans Peter Freyther · 10 years ago
  41. 901ef1c ipaccess: Change the visibility of the ipa messages by Holger Hans Peter Freyther · 10 years ago
  42. 8fe1571 ipaccess: Make TCP keep-alive configurable by Jacob Erlbeck · 10 years ago
  43. a4ec51e ipaccess: Use keep alive for all connections by Jacob Erlbeck · 10 years ago
  44. 8598072 ipaccess: Enable TCP keepalive by default on all BTS connections by Daniel Willmann · 10 years ago
  45. 63ddf46 ipaccess: Fix crash when no IPA message is sent first on the RSL port by Holger Hans Peter Freyther · 11 years ago
  46. 6eddd47 ipaccess.c: call sign_link_up() only _after_ tx ID_ACK/ID_RESP by Harald Welte · 11 years ago
  47. 51de9ca IPA: remove automatic reconnect logic by Harald Welte · 11 years ago
  48. a3e9dd5 ipaccess: rename ipaccess_bts_cb() to ipaccess_bts_read_cb() by Harald Welte · 11 years ago
  49. 10b4130 ipaccess: Properly resolve 'line' in error case by Harald Welte · 11 years ago
  50. 84f67b2 Don't establish RSL at same time as OML link on IPA type lines by Harald Welte · 11 years ago
  51. ef13269 input: fix compilation warning due to missing include osmocom/core/backtrace.h by Pablo Neira Ayuso · 11 years ago
  52. 4bab3bf input: ipaccess: stricter string handling in ipa_bts_id_resp by Pablo Neira Ayuso · 11 years ago
  53. b948701 input: ipaccess: fix possible NULL dereference by Pablo Neira Ayuso · 11 years ago
  54. a49c24d ipaccess: relax default behaviour on errors coming from signalling layer by Pablo Neira Ayuso · 12 years ago
  55. 84e5cb9 ipaccess: fix leak of IPA control messages in the BTS side by Pablo Neira Ayuso · 12 years ago
  56. 1e40194 ipaccess: improve error handling by Pablo Neira Ayuso · 12 years ago
  57. 6cc3f92 ipaccess: fix leak of e1inp_line by Pablo Neira Ayuso · 12 years ago
  58. 36a85a4 ipaccess: hex-dump message in case ops->sign_link() returns an error by Harald Welte · 12 years ago
  59. 55467f0 abis/close: Deliver S_L_INP_TEI_DN when closing the socket by Holger Hans Peter Freyther · 13 years ago v0.1.1
  60. e194cd9 ipa: The message claims to close the socket but it remains open. by Holger Hans Peter Freyther · 13 years ago
  61. f099567 ipa: rename all reference to ipa_*_peer to ipa_*_conn by Pablo Neira Ayuso · 13 years ago
  62. 00af772 ipa: remove bogus driver_name parameter from ipa_client_create by Pablo Neira Ayuso · 13 years ago
  63. d621640 input: fix multiple BTS attached to single line scenario by Pablo Neira Ayuso · 13 years ago
  64. bc25bca ipa: export ipaccess_rcvmsg_base() and return int by Harald Welte · 13 years ago v0.0.2
  65. 7b6fc2e ipaccess: make some functions static that shouldn't be exported by Harald Welte · 13 years ago v0.0.1
  66. 4e862cb e1_input: rework configuration of virtual E1 line operations by Pablo Neira Ayuso · 13 years ago
  67. 94aebf9 ipa: remove unused 'proto' variable by Harald Welte · 13 years ago
  68. 6f35d10 ipaccess: don't close the signalling link if we receive bad OML/RSL message by Pablo Neira Ayuso · 13 years ago
  69. a54269c ipaccess: fix segfault if bsc port already in used by Pablo Neira Ayuso · 13 years ago
  70. de66891 src: replace S_INP_* signals by S_L_INP_* according to naming policy by Pablo Neira Ayuso · 13 years ago
  71. cc2241b update to comply with libosmocore namespace fixes by Harald Welte · 13 years ago
  72. 71d87b2 talloc: revert to use talloc inside libosmocore by Harald Welte · 13 years ago
  73. 495ddb6 ipaccess: hack to get openBSC's ipaccess-config tool working by Pablo Neira Ayuso · 13 years ago
  74. 88136fc hsl: BTS support by Pablo Neira Ayuso · 13 years ago
  75. db1c8a7 ipaccess: add bugtrag for the RSL link becomes up case by Pablo Neira Ayuso · 13 years ago
  76. 3832c4f e1_input: add new refcounting scheme to avoid leaking E1 lines by Pablo Neira Ayuso · 13 years ago
  77. 466c546 ipaccess: close connection if we receive bad messages from BTS by Pablo Neira Ayuso · 13 years ago
  78. eb43413 ipaccess: skip further processing for ping, pong and id_req messages by Pablo Neira Ayuso · 13 years ago
  79. d2fba90 ipaccess: release virtual E1 line for closed connection by Pablo Neira Ayuso · 13 years ago
  80. 9621b41 ipaccess: don't forget to release temporary RSL socket by Pablo Neira Ayuso · 13 years ago
  81. b9ed7e3 ipaccess: fix write path for OML/RSL message from BSC -> BTS by Pablo Neira Ayuso · 13 years ago
  82. fe8ab0a logging: use new harald's logging infrastructure in libosmocore by Pablo Neira Ayuso · 13 years ago
  83. 62d345a ipaccess: fix ID_RESP parsing in BSC mode by Pablo Neira Ayuso · 13 years ago
  84. 3e86c6b ipaccess: remove any reference to deprecated msg->trx by Pablo Neira Ayuso · 13 years ago
  85. dbd82fb e1_input: change prototype of ->sign_link(...) by Pablo Neira Ayuso · 13 years ago
  86. add3ec8 e1_input: change prototype of close hook in e1inp_driver by Pablo Neira Ayuso · 13 years ago
  87. cd8d2e5 input: close socket if no signal link was created by Pablo Neira Ayuso · 13 years ago
  88. dfafe68 ipaccess: put the ID_GET logic for the BTS mode into the driver by Pablo Neira Ayuso · 13 years ago
  89. c9c4fd3 major updates in e1_input callback ops and IPA infrastructures by Pablo Neira Ayuso · 13 years ago
  90. 5930185 ipaccess: use E1INP_SIGN_OML instead of hardcoded 1 by Pablo Neira Ayuso · 13 years ago
  91. 8e479ae ipaccess: fix RSL link establishment by Pablo Neira Ayuso · 13 years ago
  92. 93c6201 ipaccess: fix write path for OML socket by Pablo Neira Ayuso · 13 years ago
  93. ff66363 ipaccess: add msg->trx to reduce the size of the openbsc-port patch by Pablo Neira Ayuso · 13 years ago
  94. 70ef10c e1_input: remove unused function ipaccess_connect() by Pablo Neira Ayuso · 13 years ago
  95. f163d23 e1_input: minor API changes to adapt it to openbsc by Pablo Neira Ayuso · 13 years ago
  96. e009f4a ipa: extend ipa_*link_create() to take one generic data pointer by Pablo Neira Ayuso · 13 years ago
  97. af8ed98 ipaccess: remove dead code from ipaccess adriver by Pablo Neira Ayuso · 13 years ago
  98. 986191f ipa: add ipa_server_link abstraction by Pablo Neira Ayuso · 13 years ago
  99. c07a8e7 ipa: rename `struct ipa_link' by `struct ipa_client_link' by Pablo Neira Ayuso · 13 years ago
  100. 591ddad ipaccess: initial works to get BTS mode working by Pablo Neira Ayuso · 13 years ago