aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-09-04move old software snippets and hacks to software/obsoleteHarald Welte8-1226/+0
2020-08-14Makefile: libraries should be in LIBS, not LDFLAGSHarald Welte1-3/+3
2018-05-16src: Add .gitignore for the softwareSylvain Munaut1-0/+3
2018-05-16osmo_e1f: Fix Makefile to use pkg-configSylvain Munaut1-2/+2
2018-05-16rename osmo_e1 to osmo_e1f ("f" for "framer")Harald Welte5-106/+106
2018-05-12osmo_e1: fix make cleanHarald Welte1-1/+1
2018-05-12CRC4: use proper CRC4 table to avoid bit-reversal of each byteHarald Welte3-35/+165
2018-05-11add e1_test_dieter to deframe/decode dieters captureHarald Welte2-1/+87
2018-05-11osmo_e1: Add HDLC framing/deframingHarald Welte3-10/+61
2018-05-11osmo_e1: Silence the FSM loggingHarald Welte1-1/+1
2018-05-11HACK to make CRC4 computation workHarald Welte2-5/+6
2018-05-11osmo_e1.c: Fix handling of TS2..31 (use 'i', not '1')Harald Welte1-1/+1
2018-05-07WIP: Software for E1 mux/demuxHarald Welte6-0/+955