Commit Graph

8 Commits

Author SHA1 Message Date
Andreas Eversberg f489ce381c Improve management process, to handle startup/blocking/unblocking correctly
This is a big one:

Startup process was hacked. Several state machines do the startup process now:
- system startup
- PSTN startup
- PSTN restart
- 5 state machines to do multiple port unblocking/blocking
2023-03-05 16:39:18 +01:00
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
Andreas Eversberg a4483db3af Added echo cancelation option 2023-02-24 15:02:38 +01:00
Andreas Eversberg 3aee692b1c Added GSMTAP IP option and fixed command line help output format 2023-01-24 18:33:04 +01:00
Andreas Eversberg 905a1b22cf Add test function to test Sa 7 bit setting and reporting 2023-01-15 20:00:59 +01:00
Andreas Eversberg 9c0893403d Working on main.c 2023-01-15 20:00:53 +01:00
Andreas Eversberg aeae94c547 Added functions to create and destroy V5.1/V5.2 interface with VTY 2022-12-29 17:14:20 +01:00
Andreas Eversberg 65dac95ff0 Move main.c to src/ 2022-12-29 17:14:18 +01:00