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