aboutsummaryrefslogtreecommitdiffstats
path: root/src/mux_demux.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-19Add rate counters for number of frames muxed/demuxed (E1 side)Harald Welte1-0/+4
2022-03-28OCTOI: initial support for E1oIP forwardingHarald Welte1-0/+5
2022-03-28mux_demux.c: Use %zu for size_tHarald Welte1-1/+1
2022-01-09cosmetic: Adhere osmocom coding style in for-loopsHarald Welte1-6/+4
2022-01-09mux_demux: In RAW mode, fill with dummy until first TXSylvain Munaut1-2/+19
2022-01-09mux_demux: Shuffle functions around for consistencySylvain Munaut1-52/+52
2022-01-09Fix a bunch of warning raised by the new build warning optionsSylvain Munaut1-3/+3
2022-01-02Use the error counters for remote alarm + remote CRC errorHarald Welte1-2/+6
2021-12-31e1d: Add watchdog timer to detect dead lines / USB devicesHarald Welte1-0/+2
2021-12-31e1d: reliably detect EOF (HDLC-FCS mode)Harald Welte1-2/+2
2021-12-31e1d: reliably detect EOF in _e1_ts_{read,write} (RAW mode)Harald Welte1-2/+2
2021-01-05Evaluate received E and A bits in TS0Harald Welte1-1/+32
2020-12-20e1_line.c: Split multiplex + demultiplex into separate mux_demux.cHarald Welte1-0/+377