aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
11 daysctl: When setting Sa bits, other bits must remain set to '1'tnt/workSylvain Munaut1-5/+8
11 daysiCE1usb: Transmit AIS events to clientsSylvain Munaut1-0/+12
11 daysiCE1usb: Transmit LOS events to clientsSylvain Munaut1-1/+7
11 daysUpdate ice1usb_proto.hSylvain Munaut1-0/+7
11 daysiCE1usb: Add support to configure CRC4 mode for TX/RXSylvain Munaut3-1/+72
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 Eversberg5-2/+77
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 Eversberg5-2/+57
2024-01-19Add new protocol command and events for Sa bits and line statesAndreas Eversberg1-1/+10
2024-01-19Add option to automatically reset RIFO on underrun/overflowAndreas Eversberg9-11/+51
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-09-12Bump version: 0.5.0.11-b7c9-dirty → 0.6.00.6.0Pau Espin Pedrol1-1/+1
2023-08-14octoi: Add force-send-all-ts modeHarald Welte7-10/+44
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-02proto_clnt: use osmo_fd_close to close the socket on connection lossPhilipp Maier1-2/+1
2023-04-20proto_clnt: close osmo-e1d control socket on connection lossPhilipp Maier1-1/+5
2023-02-07Bump version: 0.4.0.26-8aba-dirty → 0.5.00.5.0Pau Espin Pedrol2-2/+2
2023-02-01DAHDI trunkdev supportHarald Welte13-12/+469
2023-01-26Increasing max FIFO size for feature request 5875, adapting testsChristoph Lauter1-1/+1
2022-12-19osmo-e1d: Transition to use of 'telnet_init_default'arehbein2-2/+2
2022-11-07doxygen API documentation for libosmo-e1dHarald Welte1-2/+80
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
2022-10-06usb: Add support for new GPSDO status field "Accumulated error"Sylvain Munaut4-4/+23
2022-07-12octoi_srv_fsm: fix implicit fall-throughOliver Smith1-0/+1
2022-06-29Bump version: 0.3.0.72-bb13-dirty → 0.4.00.4.0Pau Espin Pedrol1-1/+1
2022-05-08e1oip: Make batching-factor and prefill-frame-count configurableHarald Welte7-0/+62
2022-05-08e1oip: introduce #defines for BATCHING_FACTOR / PREFILL_COUNTHarald Welte2-2/+5
2022-05-01octoi: Send ECHO_REQ every 10s and update the related stat_itemHarald Welte5-5/+83
2022-05-01octoi: only memcpy() if it is present in _octoi_tx_echo()Harald Welte1-1/+2
2022-05-01e1oip: Add rate_ctr for rx + tx packet / byte countHarald Welte5-2/+63
2022-04-23e1oip: fix line counter descriptionsHarald Welte1-2/+2