osmo-v5/src
Andreas Eversberg 56467e746e Link structure of e1inp_line directly with V5 link
This way there is no lookup required, to get e1inp_line from v5
link and vice versa.

The E1 line is configured whenever it is added to the V5 link. This
happens when entering it in the VTY or loading the config. Also the
signaling channel is opened.

If E1 line is removed from the V5 link, all channels are closed.
2023-03-03 09:03:33 +01:00
..
libecho Added libecho, the line-echo-canceler from spandsp 2023-02-04 16:49:26 +01:00
libg711 Add libg711 to transcode G.711 audio 2023-02-04 16:49:30 +01:00
Makefile.am Added echo cancelation option 2023-02-24 15:02:38 +01:00
lapv5.c Fixes for lapv5 2023-01-08 10:17:53 +01:00
lapv5.h Fixes for lapv5 2023-01-08 10:17:53 +01:00
layer1.c Link structure of e1inp_line directly with V5 link 2023-03-03 09:03:33 +01:00
layer1.h Link structure of e1inp_line directly with V5 link 2023-03-03 09:03:33 +01:00
logging.c Completed implementation of v5x_l1_fsm.c 2023-01-15 20:00:14 +01:00
logging.h Completed implementation of v5x_l1_fsm.c 2023-01-15 20:00:14 +01:00
main.c Link structure of e1inp_line directly with V5 link 2023-03-03 09:03:33 +01:00
ph_socket.c Updated ph-socket interface 2023-01-24 18:07:52 +01:00
ph_socket.h Move ph_socket to src/ 2022-12-29 17:13:59 +01:00
v5le_vty.c Link structure of e1inp_line directly with V5 link 2023-03-03 09:03:33 +01:00
v5le_vty.h Work on VTY 2023-01-15 20:00:43 +01:00
v5x_data.c Link structure of e1inp_line directly with V5 link 2023-03-03 09:03:33 +01:00
v5x_internal.h Link structure of e1inp_line directly with V5 link 2023-03-03 09:03:33 +01:00
v5x_l1_fsm.c Introduce layer1.c to process layer1 data flow and signals 2023-01-15 20:00:52 +01:00
v5x_l1_fsm.h Completed implementation of v5x_l1_fsm.c 2023-01-15 20:00:14 +01:00
v5x_le_ctrl_fsm.c Work on v5x_le_ctrl_fsm.c 2023-01-15 20:00:34 +01:00
v5x_le_ctrl_fsm.h Work on v5x_le_ctrl_fsm.c 2023-01-15 20:00:34 +01:00
v5x_le_management.c Dynamically open and close b-channels depending on the usage 2023-02-24 15:02:42 +01:00
v5x_le_management.h Work on management 2023-01-15 20:00:29 +01:00
v5x_le_port_fsm.c Work on v5x_le_port_fsm.c 2023-01-15 20:00:32 +01:00
v5x_le_port_fsm.h Work on v5x_le_port_fsm.c 2023-01-15 20:00:32 +01:00
v5x_le_pstn_fsm.c Work on v5x_le_pstn_fsm.c 2023-01-15 20:00:22 +01:00
v5x_le_pstn_fsm.h Work on v5x_le_pstn_fsm.c 2023-01-15 20:00:22 +01:00
v5x_protocol.c Work on v5x_protocol.c 2023-01-15 20:00:39 +01:00
v5x_protocol.h Work on v5x_protocol.c 2023-01-15 20:00:39 +01:00
v52_le_bcc_fsm.c Completed implementation of v52_le_bcc_fsm.c 2023-01-15 20:00:17 +01:00
v52_le_bcc_fsm.h Completed implementation of v52_le_bcc_fsm.c 2023-01-15 20:00:17 +01:00
v52_le_lcp_fsm.c Completed implementation of V52_le_lcp_fsm.c 2023-01-08 10:17:58 +01:00
v52_le_lcp_fsm.h Completed implementation of V52_le_lcp_fsm.c 2023-01-08 10:17:58 +01:00
v52_le_pp_fsm.c Completed implementation of v52_le_pp_fsm.c 2023-01-15 20:00:18 +01:00
v52_le_pp_fsm.h Completed implementation of v52_le_pp_fsm.c 2023-01-15 20:00:18 +01:00