1. e58d331 ortp: Fix the version check for ORTP by not using the cached result by Holger Hans Peter Freyther · 11 years ago
  2. 2bfc01d enable support of libortp >= 0.21, which has an API breakage by Harald Welte · 11 years ago
  3. 51b7961 Merge branch 'laforge/ipa-client-fixes' by Harald Welte · 11 years ago
  4. a98a625 it's called 'truncated' message, not 'trunked' by Harald Welte · 11 years ago
  5. 6eddd47 ipaccess.c: call sign_link_up() only _after_ tx ID_ACK/ID_RESP by Harald Welte · 11 years ago
  6. 51de9ca IPA: remove automatic reconnect logic by Harald Welte · 11 years ago
  7. a3e9dd5 ipaccess: rename ipaccess_bts_cb() to ipaccess_bts_read_cb() by Harald Welte · 11 years ago
  8. e68055b ipa: protect against multiple subsequent calls to ipa_client_conn_close() by Harald Welte · 11 years ago
  9. 10b4130 ipaccess: Properly resolve 'line' in error case by Harald Welte · 11 years ago
  10. 84f67b2 Don't establish RSL at same time as OML link on IPA type lines by Harald Welte · 11 years ago
  11. d331f86 Remove duplication between libosmocore ipaccess.h and libosmoabis ipaccess.h by Harald Welte · 11 years ago
  12. ef13269 input: fix compilation warning due to missing include osmocom/core/backtrace.h by Pablo Neira Ayuso · 11 years ago
  13. cdda0a8 ipa: stricter accept callback handling in ipa_server_link_create by Pablo Neira Ayuso · 11 years ago
  14. 33f7175 e1_input: fix compilation warning in e1inp_tx_ts by Pablo Neira Ayuso · 11 years ago
  15. f69b812 dahdi: Fix potential but unlikely out of bounds access by Holger Hans Peter Freyther · 11 years ago
  16. 219a6a4 misdn: Fix a file descriptor leak in _mi_e1_line_update by Holger Hans Peter Freyther · 11 years ago
  17. 2e11f5c e1_input: fix compilation warning in e1_set_pcap_fd by Pablo Neira Ayuso · 11 years ago
  18. 4bab3bf input: ipaccess: stricter string handling in ipa_bts_id_resp by Pablo Neira Ayuso · 11 years ago
  19. a8c4871 input: ipa: close descriptor if no accept callback is set by Pablo Neira Ayuso · 11 years ago
  20. b948701 input: ipaccess: fix possible NULL dereference by Pablo Neira Ayuso · 11 years ago
  21. 3a5b436 ipa_proxy: The ret variable was not initialized/assigned by Holger Hans Peter Freyther · 11 years ago
  22. 8cbd9f4 e1_input_vty: Help coverity in understanding this code by Holger Hans Peter Freyther · 11 years ago
  23. a677cbc ipa: Fix the size of the streamid array used in the proxy code by Holger Hans Peter Freyther · 11 years ago
  24. 9d4fe51 hsl: Remove the input handling for the HSL BTS by Holger Hans Peter Freyther · 11 years ago
  25. 3eed8a1 Makefile.am: Use AM_CPPFLAGS by Alexander Huemer · 11 years ago
  26. 5731dd7 misdn: Set ret to 0 when using the LAPD from userspace by Holger Hans Peter Freyther · 11 years ago
  27. 4b6860d lapd: Do not override t203_sec initialization. by Holger Hans Peter Freyther · 11 years ago
  28. e7a3f43 ortp: Don't write error callbacks to stderr, but use osmocom logging by Harald Welte · 11 years ago
  29. 41bc615 RTP: Allow disabling jitter buffer by setting a buffer size of 0 by Andreas Eversberg · 11 years ago v0.1.5
  30. cf5b08b debian: Create a debug package for the libosmo-abis code by Holger Hans Peter Freyther · 11 years ago
  31. d426d45 Permit libortp to use the connect() syscall, enabling later getsockname() by Harald Welte · 11 years ago
  32. bd3f854 tests: Don't delete atconfig in clean by Daniel Willmann · 12 years ago
  33. 2dfcd9e debian: Update the changelog for the release of the new version by Holger Hans Peter Freyther · 12 years ago v0.1.4
  34. cbb78ab debian: Do not override the CFLAGS as this can cause miscompilation by Holger Hans Peter Freyther · 12 years ago
  35. a49c24d ipaccess: relax default behaviour on errors coming from signalling layer by Pablo Neira Ayuso · 12 years ago
  36. bcb9531 Test parsing of GSM 08.60 frame sync header by Tobias Engel · 12 years ago
  37. bc5dcb1 tests: Add a test stub for the subchan_demux tests by Holger Hans Peter Freyther · 12 years ago
  38. f684976 Adds support for GSM 08.60 data frame en-/decoding by Tobias Engel · 12 years ago
  39. 08c1032 Make sure sync header was fully received by Dieter Spaar · 12 years ago
  40. d72c478 misc: Ignore files generated by vim by Holger Hans Peter Freyther · 12 years ago
  41. 5c65e79 tests: Add boilerplate to be able to have tests in libosmo-abis by Holger Hans Peter Freyther · 12 years ago
  42. 84e5cb9 ipaccess: fix leak of IPA control messages in the BTS side by Pablo Neira Ayuso · 12 years ago
  43. 7251604 tests: e1inp_ipa_*_test: fix leak of msgb in ->sign_link path by Pablo Neira Ayuso · 12 years ago
  44. 1fd93bb tests: e1inp_ipa_*_test: add signal handling for process termination by Pablo Neira Ayuso · 12 years ago
  45. 7723b4e tests: fix CPU suckup e1inp_ipa_bts_test after test finish by Pablo Neira Ayuso · 12 years ago
  46. 9530600 input: add generic PCAP interface for LAPD by Pablo Neira Ayuso · 12 years ago
  47. 7ed9258 input: dahdi: replace exit by return by Pablo Neira Ayuso · 12 years ago
  48. 5c67fb5 input: dahdi: use logging facilities instead of fprintf and stderr by Pablo Neira Ayuso · 12 years ago
  49. f42280b lapd: use C99 structure initialization for profile templates by Pablo Neira Ayuso · 12 years ago
  50. 18d6294 tests: e1inp_ipa_bts_test: fix compilation warnings by Pablo Neira Ayuso · 12 years ago
  51. 1e40194 ipaccess: improve error handling by Pablo Neira Ayuso · 12 years ago
  52. 5a8cca3 tests: e1inp_ipa_bsc_test: fix crash by Pablo Neira Ayuso · 12 years ago
  53. 6cc3f92 ipaccess: fix leak of e1inp_line by Pablo Neira Ayuso · 12 years ago
  54. 81ed759 ipa: fix missing set of write_cb for IPA client connection by Pablo Neira Ayuso · 12 years ago
  55. d11a5c1 Use package version since git info won't be available. by Eric Butler · 12 years ago
  56. 91ffa2b Add debian/ubuntu packaging files. by Eric Butler · 12 years ago
  57. 9e8f1c0 doc: Describe the optional 'stats' parameter by Holger Hans Peter Freyther · 12 years ago
  58. 36bac9a doc: Add a newline to fix the documentation of the HSL option by Holger Hans Peter Freyther · 12 years ago
  59. e5ae7f5 build: remove checks introduced by autoscan. by Diego Elio Pettenò · 12 years ago v0.1.3
  60. 6e389a3 build: consolidate automake options to configure.ac by Diego Elio Pettenò · 12 years ago
  61. 5685535 build: build libosmotrau.la in the src directory. by Diego Elio Pettenò · 12 years ago
  62. 05819ce build: avoid using a convenience library for the input subdirectory. by Diego Elio Pettenò · 12 years ago
  63. 3dfe8bf build: only build tests during make check by Diego Elio Pettenò · 12 years ago
  64. 51f7940 build: use nobase_include_HEADERS instead of using recursive Makefiles by Diego Elio Pettenò · 12 years ago
  65. 62f0e06 build: use LT_INIT([pic-only]) instead of forcing -fPIC in AM_CFLAGS. by Diego Elio Pettenò · 12 years ago
  66. 584672e misc: Fix the email address in the configure.ac by Holger Hans Peter Freyther · 12 years ago v0.1.2
  67. 36a85a4 ipaccess: hex-dump message in case ops->sign_link() returns an error by Harald Welte · 12 years ago
  68. 180ce7e e1_input.h: Declare abis_rsl_sendmsg(struct msgb *msg) by Holger Hans Peter Freyther · 12 years ago
  69. df78e92 osmo-ortp: Prefix oRTP messages with osmo-ortp by Holger Hans Peter Freyther · 12 years ago
  70. a659f48 Fixed TRAU frame handling of packet lengths that are not a multiple of 4 by Andreas Eversberg · 12 years ago
  71. 4308667 Fixed wrong reference while opening mISDN socket by Andreas Eversberg · 12 years ago
  72. 55467f0 abis/close: Deliver S_L_INP_TEI_DN when closing the socket by Holger Hans Peter Freyther · 13 years ago v0.1.1
  73. d73c846 mISDN input: avoid some strange distortion caused by buffer mgmt by Andreas Eversberg · 13 years ago
  74. e194cd9 ipa: The message claims to close the socket but it remains open. by Holger Hans Peter Freyther · 13 years ago
  75. 0b5ffc1 osmo_ortp: include ortp/port.h for the memory management functions by Harald Welte · 13 years ago
  76. 833aa79 version 0.13.1 of libortp seems sufficient by Harald Welte · 13 years ago
  77. 25c8361 misc: Linker fix for Ubuntu 11.10 by Holger Hans Peter Freyther · 13 years ago
  78. 43f4e08 depend on new libosmocore 0.3.10 (lapd) and increment LIBVERSION by Harald Welte · 13 years ago v0.1.0
  79. 8aaed05 Length check of LAPD messages to prevent overflows on corrupt frames by Andreas Eversberg · 13 years ago
  80. d88c5bf Fixed missing T203 in profiles by Andreas Eversberg · 13 years ago
  81. 3c46044 Addition to last commit 2f5a3714075882ac946536709ac581453b6ad52a by Andreas Eversberg · 13 years ago
  82. 3744b87 LAPD profiles are globally defined structures by Andreas Eversberg · 13 years ago
  83. a7ff001 Replaced LAPD implementation with new LAPD core of libosmogsm by Andreas Eversberg · 13 years ago
  84. fe05cf5 DAHDI: add information on span number, timeslot count to VTY by Harald Welte · 13 years ago
  85. 494f290 DAHDI: remove unused variable by Harald Welte · 13 years ago
  86. 0cf5514 DAHDI: Print error message in case config uses non-existing span by Harald Welte · 13 years ago
  87. e2bd685 DAHDI: make sure the first e1_line N port start with number 0 by Harald Welte · 13 years ago
  88. 356918f fix parsing error during "e1_line N port M" by Harald Welte · 13 years ago
  89. 70e04c7 request ortp >=0.15.0 by Alexander Huemer · 13 years ago
  90. c288951 e1_input: add 'port_nr' field and support DAHDI T1 cards by Harald Welte · 13 years ago
  91. a0d9331 ipa: Add a callback to detect if the server_conn was closed by Daniel Willmann · 13 years ago
  92. dc4479f ipa: Fix resource leak if we encounter an error in ipa_server_conn_read by Daniel Willmann · 13 years ago
  93. 883cfe5 Merge remote-tracking branch 'origin/pablo/ipa-updates' by Harald Welte · 13 years ago
  94. 218bb8f ipa: use DEBUG level instead of NOTICE for debugging log messages by Pablo Neira Ayuso · 13 years ago
  95. 32c883a ipa: better log error messages for ipa_msg_recv() by Pablo Neira Ayuso · 13 years ago
  96. 2220a05 ipa: fix segfault in ipa_client_conn_create if no E1 timeslot is specified by Pablo Neira Ayuso · 13 years ago
  97. 8ad30c9 ipa: use default write callback in ipa_client_conn_create if not specified by Pablo Neira Ayuso · 13 years ago
  98. 8fc277b tests: remove reference to internal headers in ipa_proxy_test by Pablo Neira Ayuso · 13 years ago
  99. f099567 ipa: rename all reference to ipa_*_peer to ipa_*_conn by Pablo Neira Ayuso · 13 years ago
  100. 00af772 ipa: remove bogus driver_name parameter from ipa_client_create by Pablo Neira Ayuso · 13 years ago