1. ddfaca4 add GSM_RTP_DURATION by Harald Welte · 13 years ago v0.0.7
  2. fcb1fe8 libosmo-trau: doxygen documentation by Harald Welte · 13 years ago
  3. 9b737df osmo_ortp: introduce POLL mode for rtp sockets by Harald Welte · 13 years ago
  4. 346374a add libosmotrau.pc to Makefile.am by Harald Welte · 13 years ago v0.0.6
  5. 6730187 update .gitignore by Harald Welte · 13 years ago v0.0.5
  6. 41d0d84 add 'libosmotrau' for TRAU/RTP related code by Harald Welte · 13 years ago
  7. d621640 input: fix multiple BTS attached to single line scenario by Pablo Neira Ayuso · 13 years ago
  8. f350e25 lapd: stop timers in lapd_instance_free() by Harald Welte · 13 years ago
  9. cfc9f1f DAHDI: Make sure dahdi_e1_setup() can be called multiple times by Harald Welte · 13 years ago
  10. 14078ea LAPD: Add function to release/free a LAPD instance by Harald Welte · 13 years ago
  11. 3bc7885 re-introduce optional build of DAHDI input plugin by Harald Welte · 13 years ago v0.0.4
  12. ce307b4 mISDN: optionally bypass kernel LAPD code and use userspace LAPD by Harald Welte · 13 years ago v0.0.3
  13. 6341aa0 mISDN: use 'struct value_string' instead of local copy by Harald Welte · 13 years ago
  14. fd44a5f e1_input: move the lapd_instance pointer out of dahdi specifics by Harald Welte · 13 years ago
  15. 2f69b89 trau_frame: Add doxygen documentation by Harald Welte · 13 years ago
  16. e4ec40a subchan_demux: add doxygen documentation by Harald Welte · 13 years ago
  17. aa49424 TRAU: Properly initialize idle frames by Dieter Spaar · 13 years ago
  18. bc25bca ipa: export ipaccess_rcvmsg_base() and return int by Harald Welte · 13 years ago v0.0.2
  19. 7b6fc2e ipaccess: make some functions static that shouldn't be exported by Harald Welte · 13 years ago v0.0.1
  20. 4e862cb e1_input: rework configuration of virtual E1 line operations by Pablo Neira Ayuso · 13 years ago
  21. 7e0d006 input: add rs232 driver for virtual E1 lines by Pablo Neira Ayuso · 13 years ago
  22. 94aebf9 ipa: remove unused 'proto' variable by Harald Welte · 13 years ago
  23. 4301c37 ipa: fix compiler warning about ssize_t / socklen_t by Harald Welte · 13 years ago
  24. 3e1d84b hsl: use PRIx64 / inttypes.h for uint64_t format string by Harald Welte · 13 years ago
  25. b3f06da hsl: remove unsued 'proto' variable by Harald Welte · 13 years ago
  26. d4f8f68 add string.h include to fix compiler warning by Harald Welte · 13 years ago
  27. 6f35d10 ipaccess: don't close the signalling link if we receive bad OML/RSL message by Pablo Neira Ayuso · 13 years ago
  28. 6268416 test: use site_id 1801 in ipa BTS example by Pablo Neira Ayuso · 13 years ago
  29. a54269c ipaccess: fix segfault if bsc port already in used by Pablo Neira Ayuso · 13 years ago
  30. 2bbaddf e1_input: fix missing registration of dahdi driver by Pablo Neira Ayuso · 13 years ago
  31. 332a357 E1 input: rename signal_input by e1inp_signal_input by Pablo Neira Ayuso · 13 years ago
  32. de66891 src: replace S_INP_* signals by S_L_INP_* according to naming policy by Pablo Neira Ayuso · 13 years ago
  33. 95e5dec DAHDI: Actually increment e1_input related rate counters by Harald Welte · 13 years ago
  34. dd0c2ef E1 Input: better names for rate counters by Harald Welte · 13 years ago
  35. f2737fc E1 Input: Add rate counters for events related to E1 lines by Harald Welte · 13 years ago
  36. 6e37c59 E1 Input: Move 'show e1_*' command to e1_input_vty.c by Harald Welte · 13 years ago
  37. 601a9c7 E1 Input: Add VTY command to specify the name of a Line by Harald Welte · 13 years ago
  38. 31fe5f2 LAPD: Propagate lapd_receive() errors to the E1 driver by Pablo Neira Ayuso · 13 years ago
  39. 4ca16c7 LAPD: Use proper log levels and prefix all messages with LAPD by Harald Welte · 13 years ago
  40. 1ef2457 LAPD: Remove all calls to 'assert' from the code by Harald Welte · 13 years ago
  41. f3ca61c DAHDI: Fix case where we have multiple E1 ports/cards (spans) by Harald Welte · 13 years ago
  42. 0b29eac include: add missing ipa.h to Makefile.am so make distcheck works again by Pablo Neira Ayuso · 13 years ago
  43. 40b0e8c don't use DLRSL, as it will be removed by Harald Welte · 13 years ago
  44. cc2241b update to comply with libosmocore namespace fixes by Harald Welte · 13 years ago
  45. 71d87b2 talloc: revert to use talloc inside libosmocore by Harald Welte · 13 years ago
  46. f054b51 ipaccess: ipaccess_fd_cb needs to be extern by Pablo Neira Ayuso · 13 years ago
  47. 495ddb6 ipaccess: hack to get openBSC's ipaccess-config tool working by Pablo Neira Ayuso · 13 years ago
  48. 34073fb hsl: close socket if we destroy the signalling link by Pablo Neira Ayuso · 13 years ago
  49. ad1ca98 tests: add missing hsl examples by Pablo Neira Ayuso · 13 years ago
  50. 2ad22b8 tests: convert IPA BTS example to use event-oriented approach by Pablo Neira Ayuso · 13 years ago
  51. 88136fc hsl: BTS support by Pablo Neira Ayuso · 13 years ago
  52. 49bc872 tests: close OML and RSL if set for the BSC example by Pablo Neira Ayuso · 13 years ago
  53. db1c8a7 ipaccess: add bugtrag for the RSL link becomes up case by Pablo Neira Ayuso · 13 years ago
  54. 009573a tests: example BTS now sends an OML SW ACT REQ by Pablo Neira Ayuso · 13 years ago
  55. 1ca98b9 tests: use the virtual E1 line used by OML for RSL link by Pablo Neira Ayuso · 13 years ago
  56. cdd7c78 hsl: remove unused hsl_setup function by Pablo Neira Ayuso · 13 years ago
  57. 3832c4f e1_input: add new refcounting scheme to avoid leaking E1 lines by Pablo Neira Ayuso · 13 years ago
  58. 466c546 ipaccess: close connection if we receive bad messages from BTS by Pablo Neira Ayuso · 13 years ago
  59. eb43413 ipaccess: skip further processing for ping, pong and id_req messages by Pablo Neira Ayuso · 13 years ago
  60. d2fba90 ipaccess: release virtual E1 line for closed connection by Pablo Neira Ayuso · 13 years ago
  61. 9621b41 ipaccess: don't forget to release temporary RSL socket by Pablo Neira Ayuso · 13 years ago
  62. b0908b8 include: remove IPA_NODE and E1INP_NODE definition from internal.h by Pablo Neira Ayuso · 13 years ago
  63. 262aee8 src: add e1_input_vty.c to libosmo-abis by Pablo Neira Ayuso · 13 years ago
  64. 904d8f2 tests: support OML software activate request ack message by Pablo Neira Ayuso · 13 years ago
  65. b9ed7e3 ipaccess: fix write path for OML/RSL message from BSC -> BTS by Pablo Neira Ayuso · 13 years ago
  66. a20762a src: use signal infrastructure that will be available in libosmocore by Pablo Neira Ayuso · 13 years ago
  67. fe8ab0a logging: use new harald's logging infrastructure in libosmocore by Pablo Neira Ayuso · 13 years ago
  68. 62d345a ipaccess: fix ID_RESP parsing in BSC mode by Pablo Neira Ayuso · 13 years ago
  69. 3e86c6b ipaccess: remove any reference to deprecated msg->trx by Pablo Neira Ayuso · 13 years ago
  70. dbd82fb e1_input: change prototype of ->sign_link(...) by Pablo Neira Ayuso · 13 years ago
  71. add3ec8 e1_input: change prototype of close hook in e1inp_driver by Pablo Neira Ayuso · 13 years ago
  72. 355ce69 include: export lapd.h since openBSC needs it by Pablo Neira Ayuso · 13 years ago
  73. 4647cad include: remove unused ipaccess_read_msg definition from internal.h by Pablo Neira Ayuso · 13 years ago
  74. 2b35201 tests: use logging infrastructure to display messages by Pablo Neira Ayuso · 13 years ago
  75. cda8c43 add AUTHORS and COPYING files by Pablo Neira Ayuso · 13 years ago
  76. 0b9ed9a dahdi: fix driver compilation by Pablo Neira Ayuso · 13 years ago
  77. cd8d2e5 input: close socket if no signal link was created by Pablo Neira Ayuso · 13 years ago
  78. dfafe68 ipaccess: put the ID_GET logic for the BTS mode into the driver by Pablo Neira Ayuso · 13 years ago
  79. c9c4fd3 major updates in e1_input callback ops and IPA infrastructures by Pablo Neira Ayuso · 13 years ago
  80. 5930185 ipaccess: use E1INP_SIGN_OML instead of hardcoded 1 by Pablo Neira Ayuso · 13 years ago
  81. 8e479ae ipaccess: fix RSL link establishment by Pablo Neira Ayuso · 13 years ago
  82. 93c6201 ipaccess: fix write path for OML socket by Pablo Neira Ayuso · 13 years ago
  83. ff66363 ipaccess: add msg->trx to reduce the size of the openbsc-port patch by Pablo Neira Ayuso · 13 years ago
  84. 96e7263 e1_input: add abis_sendmsg(...) by Pablo Neira Ayuso · 13 years ago
  85. 79378d6 include: remove unused prototype _abis_nm_sendmsg(...) definition by Pablo Neira Ayuso · 13 years ago
  86. 70ef10c e1_input: remove unused function ipaccess_connect() by Pablo Neira Ayuso · 13 years ago
  87. 70d2573 include: fix include installation path and missing logging.h file by Pablo Neira Ayuso · 13 years ago
  88. f163d23 e1_input: minor API changes to adapt it to openbsc by Pablo Neira Ayuso · 13 years ago
  89. 130c4fb ipa-proxy: add A-bis over IP generic proxy commands for VTY by Pablo Neira Ayuso · 13 years ago
  90. af3fed9 ipa: add ipa_*_send() to transmit messages by Pablo Neira Ayuso · 13 years ago
  91. 6af9b61 ipa: add ipa_server_peer infrastructure by Pablo Neira Ayuso · 13 years ago
  92. e009f4a ipa: extend ipa_*link_create() to take one generic data pointer by Pablo Neira Ayuso · 13 years ago
  93. af8ed98 ipaccess: remove dead code from ipaccess adriver 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. 29465d3 ipaccess: create RSL socket in BTS mode by Pablo Neira Ayuso · 13 years ago
  98. 7a24940 input: use generic ipa_msg_recv() instead of ipaccess_read_msg() by Pablo Neira Ayuso · 13 years ago
  99. 9b3a33c hsl: add support for BTS-mode by Pablo Neira Ayuso · 13 years ago
  100. c00ee73 e1input: add address as parameter to e1inp_line_update(...) by Pablo Neira Ayuso · 13 years ago