aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-03-23README.md: Improved markdown formatting; more linksHEADmasterHarald Welte1-6/+6
2024-03-23Add funding link to github mirrorHarald Welte1-0/+1
2024-01-19Prevent memory leaks / double free of msgb in proto_clnt.cAndreas Eversberg1-3/+15
2024-01-19Add command and client function to change transmitted Sa bitsAndreas Eversberg6-2/+78
2024-01-19Indicate change in received Sa bitsAndreas Eversberg3-1/+15
2024-01-19Indicate remote alarm bit as remote alarm inidicationAndreas Eversberg2-4/+15
2024-01-19Indicate framing alignment error as loss of framing signalAndreas Eversberg1-0/+9
2024-01-19Add functions for events from server to clientAndreas Eversberg7-2/+61
2024-01-19Add new protocol command and events for Sa bits and line statesAndreas Eversberg2-1/+42
2024-01-19Add option to automatically reset RIFO on underrun/overflowAndreas Eversberg11-13/+54
2023-12-17usb: Deal with truncated ISO IN transfersHarald Welte3-0/+29
2023-12-17usb: Pass not just the actual transfer length but also the buffer sizeHarald Welte1-7/+9
2023-12-03[cosmetic] e1oip.h: Update TODO comment (we have RTT, frame loss stats)Harald Welte1-2/+1
2023-12-01Use uniform log format for default config filesAndreas Eversberg3-5/+14
2023-09-12Bump version: 0.5.0.11-b7c9-dirty → 0.6.00.6.0Pau Espin Pedrol6-16/+37
2023-08-14octoi: Add force-send-all-ts modeHarald Welte8-10/+45
2023-07-18e1d-ts-pipe: Assert that osmo_fd_register() succeedsHarald Welte1-1/+1
2023-07-18octoi: Fix missing check of osmo_fsm_register() return valueHarald Welte1-2/+2
2023-07-18proto_srv: Fix file descriptor and memory leak in error pathsHarald Welte1-0/+3
2023-07-18Check return code of fcntl() in several plaacesHarald Welte2-3/+23
2023-05-26systemd: depend on networking-online.targetOliver Smith1-0/+2
2023-05-02proto_clnt: use osmo_fd_close to close the socket on connection lossPhilipp Maier1-2/+1
2023-04-25debian: set compat level to 10Oliver Smith2-3/+3
2023-04-20proto_clnt: close osmo-e1d control socket on connection lossPhilipp Maier1-1/+5
2023-04-20proto_clnt: fix function prototypePhilipp Maier1-1/+1
2023-02-20Run struct_endianness.pyOliver Smith1-0/+7
2023-02-07Bump version: 0.4.0.26-8aba-dirty → 0.5.00.5.0Pau Espin Pedrol7-18/+58
2023-02-01DAHDI trunkdev supportHarald Welte15-15/+490
2023-01-26Increasing max FIFO size for feature request 5875, adapting testsChristoph Lauter3-117/+130
2022-12-19osmo-e1d: Transition to use of 'telnet_init_default'arehbein2-2/+2
2022-12-08contrib/spec: add /etc/osmocom/osmo-e1d.cfgOliver Smith1-1/+2
2022-12-08doc/examples: only install osmo-e1d.cfg to /etcOliver Smith1-3/+0
2022-11-10update .gitignore with files from manuals + doxygenHarald Welte1-0/+10
2022-11-07doxygen API documentation for libosmo-e1dHarald Welte7-58/+1911
2022-11-07jenkins.sh: Support for building + publishing the manualHarald Welte1-2/+12
2022-11-07Initial user manual for osmo-e1dHarald Welte10-0/+488
2022-11-07gitreview: new fileOliver Smith1-0/+3
2022-11-07Add support of RPM package building via osmo-e1d.spec.inHarald Welte3-0/+141
2022-11-05avoid segfault in 'show interface' of absent icE1usbHarald Welte1-0/+6
2022-11-03osmo-e1d: Add the usual '-V' / '--version' command line argumentHarald Welte1-1/+7
2022-11-02Differentiate between icE1usb and e1-tracer in log/vty outputHarald Welte2-5/+9
2022-11-01usb.c: Bail out of e1-tracer doesn't accept set_configuration(2)Harald Welte1-2/+7
2022-11-01osmo-e1d-pipe: Add command line option for --force open of timeslotHarald Welte1-3/+14
2022-11-01ctl: Prevent clients from opening TS0Harald Welte1-1/+1
2022-11-01support for e1-tracer hardwareHarald Welte1-13/+45
2022-10-12usb: Claim and set interface alt-setting only for used linesSylvain Munaut1-15/+16
2022-10-12octoi: Prevent segfault on 'show octoi-clients if a client has no lineSylvain Munaut1-2/+4
2022-10-06vty: Add option to disable GPS-DO loop and use manual tuning valuesSylvain Munaut3-0/+52
2022-10-06usb: Fix ICE1USB_INTF_SET_GPSDO_MODE request parameterSylvain Munaut1-2/+2
2022-10-06usb: Fix the length field of ICE1USB_INTF_SET_GPSDO_TUNE requestSylvain Munaut1-1/+1