osmo-e1d/src/octoi
Harald Welte 8aba31092f DAHDI trunkdev support
DAHDI trunkdev is a newly-introduced 'virtual trunk' character device
which is used instead of a real hardware driver. This means that an
application (such as osmo-e1d) can implement a virtual E1 trunk and
receive and transmit E1 frame data which is exposed to DAHDI users
just like the data from a real physical E1 span.

In order to build DAHDI trunkdev support into osmo-e1d, you will need
a special fork of dahdi containing the required support, currently
the laforge/trunkdev branch of the following repository:
	https://gitea.osmocom.org/retronetworking/dahdi-linux

Change-Id: Ib15a7313fcd63e1ed9f2f5b349df967bc4335ec2
2023-02-01 11:24:49 +01:00
..
Makefile.am RIFO (random in, first out) for IP->E1 direction 2022-04-09 13:21:49 +02:00
e1oip.c e1oip: Make batching-factor and prefill-frame-count configurable 2022-05-08 09:40:43 +02:00
e1oip.h e1oip: Make batching-factor and prefill-frame-count configurable 2022-05-08 09:40:43 +02:00
frame_fifo.c cosmetic: remove dead code {fifo,rifo}_dump() functions 2022-04-20 21:32:20 +02:00
frame_fifo.h Increasing max FIFO size for feature request 5875, adapting tests 2023-01-26 09:45:45 -07:00
frame_rifo.c cosmetic: remove dead code {fifo,rifo}_dump() functions 2022-04-20 21:32:20 +02:00
frame_rifo.h octoi: Fix frame_rifo_depth() function 2022-04-20 15:48:26 +02:00
libosmo-octoi.map OCTOI: initial support for E1oIP forwarding 2022-03-28 12:26:09 +02:00
octoi.c DAHDI trunkdev support 2023-02-01 11:24:49 +01:00
octoi.h OCTOI: initial support for E1oIP forwarding 2022-03-28 12:26:09 +02:00
octoi_clnt_fsm.c e1oip: Make batching-factor and prefill-frame-count configurable 2022-05-08 09:40:43 +02:00
octoi_clnt_vty.c DAHDI trunkdev support 2023-02-01 11:24:49 +01:00
octoi_fsm.c octoi: Prevent segfault on 'show octoi-clients if a client has no line 2022-10-12 22:16:12 +02:00
octoi_fsm.h octoi: Send ECHO_REQ every 10s and update the related stat_item 2022-05-01 11:22:06 +02:00
octoi_sock.c octoi: only memcpy() if it is present in _octoi_tx_echo() 2022-05-01 11:22:06 +02:00
octoi_sock.h e1oip: Add rate_ctr for rx + tx packet / byte count 2022-05-01 11:22:06 +02:00
octoi_srv_fsm.c DAHDI trunkdev support 2023-02-01 11:24:49 +01:00
octoi_srv_vty.c DAHDI trunkdev support 2023-02-01 11:24:49 +01:00
octoi_vty.h DAHDI trunkdev support 2023-02-01 11:24:49 +01:00