1. e416e2e Revert "ipacces.c: Remove ipa_bts_id_resp() and use libosmocore" by Harald Welte · 7 years ago
  2. d517db0 ipacces.c: Remove ipa_bts_id_resp() and use libosmocore by Harald Welte · 7 years ago
  3. 2547458 misc: Fix build failure/warning when building on alpine linux by Holger Hans Peter Freyther · 7 years ago
  4. c9fa25e handle_ts1_read(): log sign_link() error by Max · 7 years ago
  5. 4c4a1c2 ipaccess_line_update(): log connection IP addresses and ports by Max · 8 years ago
  6. ae3a993 input/ipaccess.c: Check return value of osmo_fd_register() by Harald Welte · 8 years ago
  7. 9ed7ca5 ipa_bts_id_resp(): handle non-existing members of ipacces_unit by Harald Welte · 8 years ago
  8. 0db1d43 ipa driver: make bind address vty configurable by Neels Hofmeyr · 8 years ago
  9. 37fcd93 ipa: Partially revert the e1inp_ipa_bts_rsl_connect_n commit by Holger Hans Peter Freyther · 10 years ago
  10. f422a75 Support for multiple RSL connections with ABIS/ipaccess (BTS side) by Andreas Eversberg · 10 years ago
  11. b65f58f move various generic IPA related functions to libosmocore by Harald Welte · 10 years ago
  12. 46fc7e2 ipa: Add E1INP_SIGN_OSMO to use IPAC_PROTO_OSMO via e1_input by Harald Welte · 10 years ago
  13. f5efba4 ipa: add ipaccess_tlv_to_unitdata() by Harald Welte · 10 years ago
  14. 783715b Split generic CCM handling out of ipaccess_bts_read_cb() by Harald Welte · 10 years ago
  15. 98af3c3 ipa: Change ipa_msg_recv() to support partial receive by Jacob Erlbeck · 10 years ago
  16. f465a4c ipaccess: Move the #endif before the curly brace by Holger Hans Peter Freyther · 10 years ago
  17. 901ef1c ipaccess: Change the visibility of the ipa messages by Holger Hans Peter Freyther · 10 years ago
  18. 8fe1571 ipaccess: Make TCP keep-alive configurable by Jacob Erlbeck · 10 years ago
  19. a4ec51e ipaccess: Use keep alive for all connections by Jacob Erlbeck · 10 years ago
  20. 8598072 ipaccess: Enable TCP keepalive by default on all BTS connections by Daniel Willmann · 10 years ago
  21. 63ddf46 ipaccess: Fix crash when no IPA message is sent first on the RSL port by Holger Hans Peter Freyther · 11 years ago
  22. 6eddd47 ipaccess.c: call sign_link_up() only _after_ tx ID_ACK/ID_RESP by Harald Welte · 11 years ago
  23. 51de9ca IPA: remove automatic reconnect logic by Harald Welte · 11 years ago
  24. a3e9dd5 ipaccess: rename ipaccess_bts_cb() to ipaccess_bts_read_cb() by Harald Welte · 11 years ago
  25. 10b4130 ipaccess: Properly resolve 'line' in error case by Harald Welte · 11 years ago
  26. 84f67b2 Don't establish RSL at same time as OML link on IPA type lines by Harald Welte · 11 years ago
  27. ef13269 input: fix compilation warning due to missing include osmocom/core/backtrace.h by Pablo Neira Ayuso · 11 years ago
  28. 4bab3bf input: ipaccess: stricter string handling in ipa_bts_id_resp by Pablo Neira Ayuso · 11 years ago
  29. b948701 input: ipaccess: fix possible NULL dereference by Pablo Neira Ayuso · 11 years ago
  30. a49c24d ipaccess: relax default behaviour on errors coming from signalling layer by Pablo Neira Ayuso · 12 years ago
  31. 84e5cb9 ipaccess: fix leak of IPA control messages in the BTS side by Pablo Neira Ayuso · 12 years ago
  32. 1e40194 ipaccess: improve error handling by Pablo Neira Ayuso · 12 years ago
  33. 6cc3f92 ipaccess: fix leak of e1inp_line by Pablo Neira Ayuso · 12 years ago
  34. 36a85a4 ipaccess: hex-dump message in case ops->sign_link() returns an error by Harald Welte · 12 years ago
  35. 55467f0 abis/close: Deliver S_L_INP_TEI_DN when closing the socket by Holger Hans Peter Freyther · 13 years ago v0.1.1
  36. e194cd9 ipa: The message claims to close the socket but it remains open. by Holger Hans Peter Freyther · 13 years ago
  37. f099567 ipa: rename all reference to ipa_*_peer to ipa_*_conn by Pablo Neira Ayuso · 13 years ago
  38. 00af772 ipa: remove bogus driver_name parameter from ipa_client_create by Pablo Neira Ayuso · 13 years ago
  39. d621640 input: fix multiple BTS attached to single line scenario by Pablo Neira Ayuso · 13 years ago
  40. bc25bca ipa: export ipaccess_rcvmsg_base() and return int by Harald Welte · 13 years ago v0.0.2
  41. 7b6fc2e ipaccess: make some functions static that shouldn't be exported by Harald Welte · 13 years ago v0.0.1
  42. 4e862cb e1_input: rework configuration of virtual E1 line operations by Pablo Neira Ayuso · 13 years ago
  43. 94aebf9 ipa: remove unused 'proto' variable by Harald Welte · 13 years ago
  44. 6f35d10 ipaccess: don't close the signalling link if we receive bad OML/RSL message by Pablo Neira Ayuso · 13 years ago
  45. a54269c ipaccess: fix segfault if bsc port already in used by Pablo Neira Ayuso · 13 years ago
  46. de66891 src: replace S_INP_* signals by S_L_INP_* according to naming policy by Pablo Neira Ayuso · 13 years ago
  47. cc2241b update to comply with libosmocore namespace fixes by Harald Welte · 13 years ago
  48. 71d87b2 talloc: revert to use talloc inside libosmocore by Harald Welte · 13 years ago
  49. 495ddb6 ipaccess: hack to get openBSC's ipaccess-config tool working by Pablo Neira Ayuso · 13 years ago
  50. 88136fc hsl: BTS support by Pablo Neira Ayuso · 13 years ago
  51. db1c8a7 ipaccess: add bugtrag for the RSL link becomes up case by Pablo Neira Ayuso · 13 years ago
  52. 3832c4f e1_input: add new refcounting scheme to avoid leaking E1 lines by Pablo Neira Ayuso · 13 years ago
  53. 466c546 ipaccess: close connection if we receive bad messages from BTS by Pablo Neira Ayuso · 13 years ago
  54. eb43413 ipaccess: skip further processing for ping, pong and id_req messages by Pablo Neira Ayuso · 13 years ago
  55. d2fba90 ipaccess: release virtual E1 line for closed connection by Pablo Neira Ayuso · 13 years ago
  56. 9621b41 ipaccess: don't forget to release temporary RSL socket by Pablo Neira Ayuso · 13 years ago
  57. b9ed7e3 ipaccess: fix write path for OML/RSL message from BSC -> BTS by Pablo Neira Ayuso · 13 years ago
  58. fe8ab0a logging: use new harald's logging infrastructure in libosmocore by Pablo Neira Ayuso · 13 years ago
  59. 62d345a ipaccess: fix ID_RESP parsing in BSC mode by Pablo Neira Ayuso · 13 years ago
  60. 3e86c6b ipaccess: remove any reference to deprecated msg->trx by Pablo Neira Ayuso · 13 years ago
  61. dbd82fb e1_input: change prototype of ->sign_link(...) by Pablo Neira Ayuso · 13 years ago
  62. add3ec8 e1_input: change prototype of close hook in e1inp_driver by Pablo Neira Ayuso · 13 years ago
  63. cd8d2e5 input: close socket if no signal link was created by Pablo Neira Ayuso · 13 years ago
  64. dfafe68 ipaccess: put the ID_GET logic for the BTS mode into the driver by Pablo Neira Ayuso · 13 years ago
  65. c9c4fd3 major updates in e1_input callback ops and IPA infrastructures by Pablo Neira Ayuso · 13 years ago
  66. 5930185 ipaccess: use E1INP_SIGN_OML instead of hardcoded 1 by Pablo Neira Ayuso · 13 years ago
  67. 8e479ae ipaccess: fix RSL link establishment by Pablo Neira Ayuso · 13 years ago
  68. 93c6201 ipaccess: fix write path for OML socket by Pablo Neira Ayuso · 13 years ago
  69. ff66363 ipaccess: add msg->trx to reduce the size of the openbsc-port patch by Pablo Neira Ayuso · 13 years ago
  70. 70ef10c e1_input: remove unused function ipaccess_connect() by Pablo Neira Ayuso · 13 years ago
  71. f163d23 e1_input: minor API changes to adapt it to openbsc by Pablo Neira Ayuso · 13 years ago
  72. e009f4a ipa: extend ipa_*link_create() to take one generic data pointer by Pablo Neira Ayuso · 13 years ago
  73. af8ed98 ipaccess: remove dead code from ipaccess adriver by Pablo Neira Ayuso · 13 years ago
  74. 986191f ipa: add ipa_server_link abstraction by Pablo Neira Ayuso · 13 years ago
  75. c07a8e7 ipa: rename `struct ipa_link' by `struct ipa_client_link' by Pablo Neira Ayuso · 13 years ago
  76. 591ddad ipaccess: initial works to get BTS mode working by Pablo Neira Ayuso · 13 years ago
  77. 29465d3 ipaccess: create RSL socket in BTS mode by Pablo Neira Ayuso · 13 years ago
  78. 7a24940 input: use generic ipa_msg_recv() instead of ipaccess_read_msg() by Pablo Neira Ayuso · 13 years ago
  79. 9b3a33c hsl: add support for BTS-mode by Pablo Neira Ayuso · 13 years ago
  80. c00ee73 e1input: add address as parameter to e1inp_line_update(...) by Pablo Neira Ayuso · 13 years ago
  81. 96e8128 input: ipaccess: add preliminary BTS-side for A-bis over IP by Pablo Neira Ayuso · 13 years ago
  82. 0b099b2 include: remove internal definition that are now in libosmocore by Pablo Neira Ayuso · 13 years ago
  83. 5a4b7c5 e1input: rework generic (virtual and real) E1 line operations by Pablo Neira Ayuso · 13 years ago
  84. 54b4979 src: add libosmo_abis_init(void *ctx) to set the talloc context by Pablo Neira Ayuso · 13 years ago
  85. 177094b src: use include/osmocom/abis instead of include/osmocom/gsm/abis by Pablo Neira Ayuso · 13 years ago
  86. f67471f src: use new socket API in libosmocore by Pablo Neira Ayuso · 13 years ago
  87. 0ba77d5 initial commit of libosmo-abis by Pablo Neira Ayuso · 13 years ago