aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-07-01Bump version: 0.0.1.2-7731 → 0.1.00.1.0Harald Welte1-0/+8
2020-07-01debian: Remove dependency to libosmo-abis; remove explicit libosmocore versionHarald Welte1-3/+1
2020-07-01debian: Fix packaging of libosmo-e1dHarald Welte1-0/+0
2020-07-01debian/control: Add missing dependency to libusb-1.0-0-devHarald Welte1-0/+1
2020-07-01add systemd service/unit0.0.1Harald Welte6-0/+43
2020-07-01debian packagingHarald Welte11-0/+161
2020-07-01proto*.[ch]: Don't refer to GPL if license is LGPLHarald Welte6-18/+12
2020-06-30add git-version-gen to EXTRA_DISTHarald Welte1-0/+1
2020-06-30add example configurationsHarald Welte6-0/+41
2020-06-30vty: Print actual driver name instead of FIXMEHarald Welte1-1/+2
2020-06-30Add osmo-e1d-pipe utilityHarald Welte3-0/+219
2020-06-29Add virtual pair of E1 interfacesHarald Welte6-9/+232
2020-06-29actually set the back-pointer from timeslot to lineHarald Welte1-0/+1
2020-06-29extend logging (log more noteworthy events)Harald Welte2-2/+16
2020-06-29Always log context (interface/line/timeslot) when availableHarald Welte3-12/+21
2020-06-29close timeslot socket if read or write returns negativeHarald Welte1-4/+23
2020-06-29proto.h: Share default socket path between client and daemonHarald Welte2-1/+3
2020-06-29add e1_line_destroy() / e1_intf_destroy() functionsHarald Welte2-0/+35
2020-06-29Export _e1d_ts_stop() function inside daemonHarald Welte2-3/+7
2020-06-29ctl.c: Fix off-by-one: FD=0 is a valid file descriptorHarald Welte1-1/+1
2020-06-29_e1_line_new(): Initialize timeslot fd to -1Harald Welte1-1/+3
2020-06-29introduce notion of 'driver'Harald Welte3-0/+12
2020-06-29change list ordering for list of interfaces / linesHarald Welte1-4/+4
2020-06-29VTY interface supportHarald Welte6-9/+238
2020-06-29libosmo-e1d: Add value_string for msg_type and modeHarald Welte2-0/+20
2020-06-29move from printf() debug output to libosmocore loggingHarald Welte4-8/+19
2020-06-29remove code not specific to USB from usb.c to intf_line.cHarald Welte4-197/+271
2020-06-29update .gitignore to ignore binaries from contribHarald Welte1-0/+2
2020-06-28add .gitignoreHarald Welte1-0/+25
2020-01-06port to new libosmousblaforge/e1-prbs-testHarald Welte4-18/+6
2020-01-06e1-prbs-test: Add initial code for checking ICE40-E1 tracesHarald Welte3-3/+239
2020-01-06contrib: add e1-prbs-testHarald Welte8-0/+727
2019-07-10build: Disable some warnings that are just annoying for no reasonsSylvain Munaut1-1/+1
2019-07-10usb: Temporarily mark e1uf_destroy as 'unused'Sylvain Munaut1-1/+1
2019-07-10proto: Fix aliasing error when setting the FD in the CMSG dataSylvain Munaut1-1/+1
2019-07-10contrib/jenkins.sh: run "make maintainer-clean"Oliver Smith1-0/+1
2019-05-11contrib: Add jenkins build scriptSylvain Munaut1-0/+48
2019-05-11Initial code importSylvain Munaut21-0/+2993