1. ca71296 input/e1d: Add missing "RAW" timeslot support by Harald Welte · 4 years ago
  2. f776669 input/e1d: Fix support for TRAU slots by Harald Welte · 4 years ago
  3. 182957b dahdi: Use osmo_revbytebits_buf() instead of local flip table by Harald Welte · 4 years ago
  4. ac290ee e1d: Fix compilation after I4a088f91f23aaad05c5ab84a4783c1915d85aca6 by Harald Welte · 4 years ago
  5. deb5c4f ipaccess: Fix use-after-free in ipaccess_drop() by Pau Espin Pedrol · 4 years ago
  6. 8fc8cef e1d: Add new osmo_e1dp_client_ts_open() argument by Harald Welte · 4 years ago
  7. ffc92d5 lapd: Use lapd_dl_init2 instead of deprecated lapd_dl_init by Pau Espin Pedrol · 4 years ago
  8. 6ffeb9a cosmetic: lapd: Fix trailing whitespace by Pau Espin Pedrol · 4 years ago
  9. 8a4e3d9 ipaccess_recvmsg: Untangle code updating line by Pau Espin Pedrol · 4 years ago
  10. 815117c ipaccess_recvmsg: Assert the new bfd from new line differs from the old one by Pau Espin Pedrol · 4 years ago
  11. dc55a5f ipaccess_recvmsg: Clean up release steps upon error condition by Pau Espin Pedrol · 4 years ago
  12. a2ff733 ipaccess: Set bfd->data to NULL before releasing its reference by Pau Espin Pedrol · 4 years ago
  13. 8737ad4 ipacces: Fix e1inp_line reference put in ipaccess_close by Pau Espin Pedrol · 4 years ago
  14. b8ea0ff ipaccess: Drop e1inp_line reference in ipacess_drop() by Pau Espin Pedrol · 4 years ago
  15. 5196cd5 e1_input: Use osmo_use_count in e1inp_line by Pau Espin Pedrol · 4 years ago
  16. 30e80d5 ipaccess: Fix log formatting of RESP_ID IPA attributes by Pau Espin Pedrol · 4 years ago
  17. 4ffd2a9 ipaccess.c: Drop repeated ipaccess_keepalive_fsm_cleanup in write error path by Pau Espin Pedrol · 4 years ago
  18. 96034fc input/dahdi.c: Don't simply read beyond end of msgb by Harald Welte · 4 years ago
  19. 47c247b input/lapd.c: Enlarge message buffers for DL-SAP primitives by Harald Welte · 4 years ago
  20. ea7da44 lapd: Replace magic numbers with #defines by Harald Welte · 4 years ago
  21. 36166d0 fix compilation with --enable-e1d by Harald Welte · 4 years ago
  22. b903188 lapd: Always print context information when logging by Harald Welte · 4 years, 2 months ago
  23. 62725d0 src/input/ipaccess.c: set TCP_NODELAY by Oliver Smith · 4 years, 3 months ago
  24. ef1f327 add ipa ping/pong keepalive for OML/RSL links between bts and bsc by Eric Wild · 5 years ago
  25. 65ae42c ipaccess.c: line_already_initialized: int -> bool by Oliver Smith · 4 years, 5 months ago
  26. eed3916 e1d: Implement varions non-LAPD timeslot modes by Harald Welte · 4 years, 6 months ago
  27. accd677 e1d: Don't connect to e1d at program start time by Harald Welte · 4 years, 6 months ago
  28. 28898d1 e1d: Use LOGPIL/LOGPITS logging macros to give context by Harald Welte · 4 years, 6 months ago
  29. ccf84ea e1d: Use line->port_nr to specify e1d interface/line by Harald Welte · 4 years, 6 months ago
  30. 52e1412 e1d: Remove bogus vty_show function. by Harald Welte · 4 years, 6 months ago
  31. 6f674de e1d: Remove EXCEPTFD handling by Harald Welte · 4 years, 6 months ago
  32. 4343603 e1d: Don't use perror() directly, use osmocom logging instead by Harald Welte · 4 years, 6 months ago
  33. b559a53 e1d: Initial osmo-e1d support by Sylvain Munaut · 5 years ago
  34. b5af099 introduce and use logging macros with context on E1 line / timeslot by Harald Welte · 4 years, 6 months ago
  35. 510ae99 dahdi: Don't use perror() directly, use osmocom logging instead by Harald Welte · 4 years, 6 months ago
  36. 4c2c088 input/ipa_keepalive.c: make sure IPA keepalive FSM is registered by Vadim Yanitskiy · 4 years, 6 months ago
  37. d4be696 Enable DAHDI support by default; require --disable-dahdi otherwise by Harald Welte · 4 years, 8 months ago
  38. 69ae238 input/ipaccess.c: fix debug message on receipt of IPAC_MSGT_ID_GET by Vadim Yanitskiy · 4 years, 7 months ago
  39. 1c94f6a input/ipaccess.c: propagate errors from ipa_parse_unitid() by Vadim Yanitskiy · 4 years, 7 months ago
  40. 7c1c8cc dahdi: Use ioctl(DAHDI_SPECIFY) instead of legacy /dev/dahdi/%u by Harald Welte · 4 years, 8 months ago
  41. b6e28bf ipa: Allow setting local addr and port for struct ipa_client_conn by Pau Espin Pedrol · 4 years, 8 months ago
  42. e11afda ipa: ipa_server_link_close() add checks of link state by Alexander Couzens · 4 years, 10 months ago
  43. 51b6100 extend the ipa keepalive fsm by Eric Wild · 5 years ago
  44. b4a7db0 ipaccess.c: Avoid calling close(-1) on error path by Harald Welte · 5 years ago
  45. 418775c spelling by Debian Mobcom Maintainers · 6 years ago
  46. 6eb186c add TCP_USER_TIMEOUT to keepalive by Eric Wild · 5 years ago
  47. b824272 ipaccess: allow tcp keepalive for ipa clients by Eric Wild · 5 years ago
  48. 3e03bc2 ipa_keepalive_fsm: Suppress error messages for INIT -> INIT transition by Harald Welte · 5 years ago
  49. 02c5e9d ipa_keepalive_fsm: Fix OSMO_IPA_KA_E_STOP allstate event by Harald Welte · 5 years ago
  50. 3d60dbd Add IPA keep-alive FSM implementation by Harald Welte · 5 years ago
  51. c0a0ec4 ipa: Make ipa_server_conn_destroy() re-entrant by Harald Welte · 5 years ago
  52. 3a2aa09 Log peer's port in accept callback by Max · 5 years ago
  53. 480073a Set local IP in ipa_server_link properly by Max · 5 years ago
  54. 961776a log IPA tags correctly by Stefan Sperling · 6 years ago
  55. b5cfc6b ipaccess: Simplify handling of ipaccess e1line ts by Pau Espin Pedrol · 6 years ago
  56. dd95eb6 ipacces: Log correct trx_nr during IPA GET by Pau Espin Pedrol · 6 years ago
  57. 0d7d0b0 ensure unix socket paths are NUL-terminated for bind/connect by Stefan Sperling · 6 years ago
  58. b24efa5 Properly deal with sockaddr_un socket path length limitations. by Stefan Sperling · 6 years ago
  59. ed122f3 ipaccess: Allow passing return code in e1inp_line_ops->sign_link() by Pau Espin Pedrol · 6 years ago
  60. 7ad2b15 ipaccess: Return -EBADF when closing socket in ipaccess_bts_read_cb by Pau Espin Pedrol · 6 years ago
  61. 082876b ipa: Allow signalling fd destroyed in ipa_server_conn_read by Pau Espin Pedrol · 6 years ago
  62. 2775798 ipa: Allow signalling fd destroyed in ipa_client_read by Pau Espin Pedrol · 6 years ago
  63. 3750dea ipa: Simplify code in ipa_server_conn_read by Pau Espin Pedrol · 6 years ago
  64. 493c8e6 ipa: Simplify code in ipa_client_read by Pau Espin Pedrol · 6 years ago
  65. fe67311 ipa: don't crash on missing IPA ID GET message by Neels Hofmeyr · 6 years ago
  66. 67902bb ipaccess_rcvmsg: Fix bug introduced in previous commit by Pau Espin Pedrol · 6 years ago
  67. 56ae85f ipaccess: Use osmo_fd_setup to set up callbacks by Pau Espin Pedrol · 6 years ago
  68. 82eb55e Migrate from ipa_ccm_idtag_parse to ipa_ccm_id_resp_parse() by Harald Welte · 6 years ago
  69. 4c57eef fix strncpy bugs in ipaccess.c, ipa_proxy.c by Neels Hofmeyr · 6 years ago
  70. 7edc25d ipaccess: Avoid using released line and bfd in ipaccess_fd_cb by Pau Espin Pedrol · 6 years ago
  71. cfe2260 ipaccess: ipaccess_rcvmsg: Drop unneeded memcpy by Pau Espin Pedrol · 6 years ago
  72. 49917c1 preserve 'when' flags of new osmo_fd in ipaccess_rcvmsg() by Stefan Sperling · 6 years ago
  73. f446367 IPA: log remote address by Max · 6 years ago
  74. 7139352 cosmetic: update ipaccess_bts_handle_ccm() by Max · 6 years ago
  75. 2d4888d unixsocket: fix a potential string overflow by Alexander Couzens · 7 years ago
  76. 323d39d Add SPDX-License-Identifier to all source files by Harald Welte · 7 years ago
  77. 01543a1 cosmetic: ipa.c: use msgb_dequeue(), drop local var by Neels Hofmeyr · 7 years ago
  78. b26f2fd src: use osmo_timer_setup() by Pablo Neira Ayuso · 7 years ago
  79. e416e2e Revert "ipacces.c: Remove ipa_bts_id_resp() and use libosmocore" by Harald Welte · 7 years ago
  80. d517db0 ipacces.c: Remove ipa_bts_id_resp() and use libosmocore by Harald Welte · 7 years ago
  81. 027e119 lapd: log pointer addresses by Philipp Maier · 8 years ago
  82. d75bac4 lapd: Reduce N200 (SABM retransmission count) by Philipp Maier · 7 years ago
  83. beb10ef add basic unixsocket support by Alexander Couzens · 8 years ago
  84. 2547458 misc: Fix build failure/warning when building on alpine linux by Holger Hans Peter Freyther · 7 years ago
  85. c9fa25e handle_ts1_read(): log sign_link() error by Max · 7 years ago
  86. 4c4a1c2 ipaccess_line_update(): log connection IP addresses and ports by Max · 8 years ago
  87. b0a4235 don't pass negative error to strerror() by Harald Welte · 8 years ago
  88. 519217f call strerror() not on negative value by Harald Welte · 8 years ago
  89. 14dd30a fix signed/unsigned bug in ipa_client_conn_open() by Harald Welte · 8 years ago
  90. ae3a993 input/ipaccess.c: Check return value of osmo_fd_register() by Harald Welte · 8 years ago
  91. 0c7d5f4 lapd: adding support for ericsson's lapd dialect by Philipp · 8 years ago
  92. 7a228eb Add HDLC timeslot mode by Harald Welte · 8 years ago
  93. a0108e7 Implement new 'raw' input type for E1 timeslots by Harald Welte · 8 years ago
  94. f35d889 e1_input: Add E1 timeslot number to input_signal_data by Harald Welte · 8 years ago
  95. b4698ef lapd_pcap: Correctly set the pseudo-header packet type by Harald Welte · 8 years ago
  96. 47bee5b Add osmo_pcap_lapd_set_fd() function by Harald Welte · 8 years ago
  97. 9ed7ca5 ipa_bts_id_resp(): handle non-existing members of ipacces_unit by Harald Welte · 8 years ago
  98. 12814b9 ipa_server_conn: Add server-side CCM handling by Harald Welte · 8 years ago
  99. b2d727a ipa_server_conn: Add remote (peer) address to struct by Harald Welte · 8 years ago
  100. 0db1d43 ipa driver: make bind address vty configurable by Neels Hofmeyr · 8 years ago