aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-01-06port to new libosmousblaforge/e1-prbs-testHarald Welte4-18/+6
libosmousb, recently introduced to libosmocore.git, is taking care of main loop integration of libusb into osmo_select_main(). This means we don't need to do any polling here anymore. Change-Id: I3f3b61dfa217d6ef8c17970b2cf1cc627bb13bbe
2020-01-06e1-prbs-test: Add initial code for checking ICE40-E1 tracesHarald Welte3-3/+239
The idea of this code is to check captures made by ICE40 against the known transmitted per-timeslots PRBS sequences. Change-Id: I084a9737c9e051dcadf971e39e32f10f89aecfbd
2020-01-06contrib: add e1-prbs-testHarald Welte8-0/+727
e1-prbs-test is a small utility that can be used to do PRBS testing on E1/T1 lines using DAHDI cards. A transmiter and receiver are exchanging timeslot-specific PRBS sequences. Change-Id: Ib25d266e61e0d70919cc4e65d5b1bf0bc9ec7d00
2019-07-10build: Disable some warnings that are just annoying for no reasonsSylvain Munaut1-1/+1
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2019-07-10usb: Temporarily mark e1uf_destroy as 'unused'Sylvain Munaut1-1/+1
The code is not 100% finished yet and ATM flow destructions isn't handled ... Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2019-07-10proto: Fix aliasing error when setting the FD in the CMSG dataSylvain Munaut1-1/+1
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2019-07-10contrib/jenkins.sh: run "make maintainer-clean"Oliver Smith1-0/+1
Related: OS#3047 Change-Id: If69a9bddefd74fbdd8003d9efbb4f7756f407037
2019-05-11contrib: Add jenkins build scriptSylvain Munaut1-0/+48
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2019-05-11Initial code importSylvain Munaut21-0/+2993
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>