1. cac78fe Add value_string for input signal names (e1inp_signal_names) by Harald Welte · 7 years ago
  2. beb10ef add basic unixsocket support by Alexander Couzens · 8 years ago
  3. ab3b560 lapd_pcap.h: Add missing #include lines by Harald Welte · 8 years ago
  4. 67b81eb e1_input.h: add missing extern for value string arrays by Arran Cudbard-Bell · 8 years ago
  5. 0c7d5f4 lapd: adding support for ericsson's lapd dialect by Philipp · 8 years ago
  6. 02ceea8 Extend RTP RX callback parameters by Max · 8 years ago
  7. 7a228eb Add HDLC timeslot mode by Harald Welte · 8 years ago
  8. a0108e7 Implement new 'raw' input type for E1 timeslots by Harald Welte · 8 years ago
  9. 4ca5c53 Convert e1inp_{sign,ts}type_name() to use struct value_string by Harald Welte · 8 years ago
  10. f35d889 e1_input: Add E1 timeslot number to input_signal_data by Harald Welte · 8 years ago
  11. 1129040 remove non-existant e1inp_update_ts() from e1_input.h by Harald Welte · 8 years ago
  12. 6dab90f Change API to convey marker bit by Max · 8 years ago
  13. 47bee5b Add osmo_pcap_lapd_set_fd() function by Harald Welte · 8 years ago
  14. c1cf14c Fix macro definitions by Max · 8 years ago
  15. c42c2ca Add defines for FN to SAMPLE conversion by Max · 8 years ago
  16. 73b9bc7 Extend RTP frame sending API by Max · 8 years ago
  17. 12814b9 ipa_server_conn: Add server-side CCM handling by Harald Welte · 8 years ago
  18. b2d727a ipa_server_conn: Add remote (peer) address to struct by Harald Welte · 8 years ago
  19. e54d7bc Do not send RTP to port 0 by Max · 8 years ago
  20. 0db1d43 ipa driver: make bind address vty configurable by Neels Hofmeyr · 8 years ago
  21. 86fc3c8 export lapd_tei_alloc(), used in libosmo-netif by Alexander Huemer · 9 years ago
  22. fe01908 ortp: Export statistics for the bts or similar by Holger Hans Peter Freyther · 9 years ago v0.3.2
  23. 9087859 ipa: Add API to clear the tx queue by Holger Hans Peter Freyther · 9 years ago
  24. 1acf4cb ipa: Declare all structs used by Jacob Erlbeck · 10 years ago
  25. f422a75 Support for multiple RSL connections with ABIS/ipaccess (BTS side) by Andreas Eversberg · 10 years ago
  26. b65f58f move various generic IPA related functions to libosmocore by Harald Welte · 10 years ago
  27. 46fc7e2 ipa: Add E1INP_SIGN_OSMO to use IPAC_PROTO_OSMO via e1_input by Harald Welte · 10 years ago
  28. f5efba4 ipa: add ipaccess_tlv_to_unitdata() by Harald Welte · 10 years ago
  29. c1edf60 ipa: declare more already public functions by Harald Welte · 10 years ago
  30. 783715b Split generic CCM handling out of ipaccess_bts_read_cb() by Harald Welte · 10 years ago
  31. 3091e17 declare ipa_msg_push_header() as public function by Harald Welte · 10 years ago
  32. 205e903 ipa.h: Wrap function declarations to make them more readable by Harald Welte · 10 years ago
  33. d67f3f0 ipa: Add function declaration for IPA header creation by Holger Hans Peter Freyther · 10 years ago
  34. 98af3c3 ipa: Change ipa_msg_recv() to support partial receive by Jacob Erlbeck · 10 years ago
  35. 86dae84 input: Make keep alive configurable (generic) by Jacob Erlbeck · 10 years ago
  36. 51de9ca IPA: remove automatic reconnect logic by Harald Welte · 11 years ago
  37. 84f67b2 Don't establish RSL at same time as OML link on IPA type lines by Harald Welte · 11 years ago
  38. d331f86 Remove duplication between libosmocore ipaccess.h and libosmoabis ipaccess.h by Harald Welte · 11 years ago
  39. 2e11f5c e1_input: fix compilation warning in e1_set_pcap_fd by Pablo Neira Ayuso · 11 years ago
  40. 9d4fe51 hsl: Remove the input handling for the HSL BTS by Holger Hans Peter Freyther · 11 years ago
  41. 9530600 input: add generic PCAP interface for LAPD by Pablo Neira Ayuso · 12 years ago
  42. 51f7940 build: use nobase_include_HEADERS instead of using recursive Makefiles by Diego Elio Pettenò · 12 years ago
  43. 180ce7e e1_input.h: Declare abis_rsl_sendmsg(struct msgb *msg) by Holger Hans Peter Freyther · 12 years ago
  44. 55467f0 abis/close: Deliver S_L_INP_TEI_DN when closing the socket by Holger Hans Peter Freyther · 13 years ago v0.1.1
  45. 3c46044 Addition to last commit 2f5a3714075882ac946536709ac581453b6ad52a by Andreas Eversberg · 13 years ago
  46. 3744b87 LAPD profiles are globally defined structures by Andreas Eversberg · 13 years ago
  47. a7ff001 Replaced LAPD implementation with new LAPD core of libosmogsm by Andreas Eversberg · 13 years ago
  48. fe05cf5 DAHDI: add information on span number, timeslot count to VTY by Harald Welte · 13 years ago
  49. c288951 e1_input: add 'port_nr' field and support DAHDI T1 cards by Harald Welte · 13 years ago
  50. a0d9331 ipa: Add a callback to detect if the server_conn was closed by Daniel Willmann · 13 years ago
  51. 8ad30c9 ipa: use default write callback in ipa_client_conn_create if not specified by Pablo Neira Ayuso · 13 years ago
  52. f099567 ipa: rename all reference to ipa_*_peer to ipa_*_conn by Pablo Neira Ayuso · 13 years ago
  53. 00af772 ipa: remove bogus driver_name parameter from ipa_client_create by Pablo Neira Ayuso · 13 years ago
  54. 65a5089 add osmo_rtp_socket_set_param() and osmo_rtp_socket_log_stats() by Harald Welte · 13 years ago
  55. ddfaca4 add GSM_RTP_DURATION by Harald Welte · 13 years ago v0.0.7
  56. fcb1fe8 libosmo-trau: doxygen documentation by Harald Welte · 13 years ago
  57. 9b737df osmo_ortp: introduce POLL mode for rtp sockets by Harald Welte · 13 years ago
  58. 41d0d84 add 'libosmotrau' for TRAU/RTP related code by Harald Welte · 13 years ago
  59. 14078ea LAPD: Add function to release/free a LAPD instance by Harald Welte · 13 years ago
  60. fd44a5f e1_input: move the lapd_instance pointer out of dahdi specifics by Harald Welte · 13 years ago
  61. 2f69b89 trau_frame: Add doxygen documentation by Harald Welte · 13 years ago
  62. e4ec40a subchan_demux: add doxygen documentation by Harald Welte · 13 years ago
  63. bc25bca ipa: export ipaccess_rcvmsg_base() and return int by Harald Welte · 13 years ago v0.0.2
  64. 4e862cb e1_input: rework configuration of virtual E1 line operations by Pablo Neira Ayuso · 13 years ago
  65. 7e0d006 input: add rs232 driver for virtual E1 lines by Pablo Neira Ayuso · 13 years ago
  66. 332a357 E1 input: rename signal_input by e1inp_signal_input by Pablo Neira Ayuso · 13 years ago
  67. de66891 src: replace S_INP_* signals by S_L_INP_* according to naming policy by Pablo Neira Ayuso · 13 years ago
  68. f2737fc E1 Input: Add rate counters for events related to E1 lines by Harald Welte · 13 years ago
  69. 31fe5f2 LAPD: Propagate lapd_receive() errors to the E1 driver by Pablo Neira Ayuso · 13 years ago
  70. 0b29eac include: add missing ipa.h to Makefile.am so make distcheck works again by Pablo Neira Ayuso · 13 years ago
  71. cc2241b update to comply with libosmocore namespace fixes by Harald Welte · 13 years ago
  72. f054b51 ipaccess: ipaccess_fd_cb needs to be extern by Pablo Neira Ayuso · 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. 3832c4f e1_input: add new refcounting scheme to avoid leaking E1 lines by Pablo Neira Ayuso · 13 years ago
  76. b0908b8 include: remove IPA_NODE and E1INP_NODE definition from internal.h by Pablo Neira Ayuso · 13 years ago
  77. 262aee8 src: add e1_input_vty.c to libosmo-abis by Pablo Neira Ayuso · 13 years ago
  78. a20762a src: use signal infrastructure that will be available in libosmocore by Pablo Neira Ayuso · 13 years ago
  79. fe8ab0a logging: use new harald's logging infrastructure in libosmocore by Pablo Neira Ayuso · 13 years ago
  80. dbd82fb e1_input: change prototype of ->sign_link(...) by Pablo Neira Ayuso · 13 years ago
  81. add3ec8 e1_input: change prototype of close hook in e1inp_driver by Pablo Neira Ayuso · 13 years ago
  82. 355ce69 include: export lapd.h since openBSC needs it by Pablo Neira Ayuso · 13 years ago
  83. 4647cad include: remove unused ipaccess_read_msg definition from internal.h by Pablo Neira Ayuso · 13 years ago
  84. dfafe68 ipaccess: put the ID_GET logic for the BTS mode into the driver by Pablo Neira Ayuso · 13 years ago
  85. c9c4fd3 major updates in e1_input callback ops and IPA infrastructures by Pablo Neira Ayuso · 13 years ago
  86. 96e7263 e1_input: add abis_sendmsg(...) by Pablo Neira Ayuso · 13 years ago
  87. 79378d6 include: remove unused prototype _abis_nm_sendmsg(...) definition by Pablo Neira Ayuso · 13 years ago
  88. 70d2573 include: fix include installation path and missing logging.h file by Pablo Neira Ayuso · 13 years ago
  89. f163d23 e1_input: minor API changes to adapt it to openbsc by Pablo Neira Ayuso · 13 years ago
  90. 130c4fb ipa-proxy: add A-bis over IP generic proxy commands for VTY by Pablo Neira Ayuso · 13 years ago
  91. af3fed9 ipa: add ipa_*_send() to transmit messages by Pablo Neira Ayuso · 13 years ago
  92. 6af9b61 ipa: add ipa_server_peer infrastructure by Pablo Neira Ayuso · 13 years ago
  93. e009f4a ipa: extend ipa_*link_create() to take one generic data pointer by Pablo Neira Ayuso · 13 years ago
  94. 986191f ipa: add ipa_server_link abstraction by Pablo Neira Ayuso · 13 years ago
  95. c07a8e7 ipa: rename `struct ipa_link' by `struct ipa_client_link' by Pablo Neira Ayuso · 13 years ago
  96. 591ddad ipaccess: initial works to get BTS mode working by Pablo Neira Ayuso · 13 years ago
  97. 9b3a33c hsl: add support for BTS-mode by Pablo Neira Ayuso · 13 years ago
  98. c00ee73 e1input: add address as parameter to e1inp_line_update(...) by Pablo Neira Ayuso · 13 years ago
  99. 96e8128 input: ipaccess: add preliminary BTS-side for A-bis over IP by Pablo Neira Ayuso · 13 years ago
  100. 0b099b2 include: remove internal definition that are now in libosmocore by Pablo Neira Ayuso · 13 years ago