aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-21octoi: Support setting IP DSCP and socket priority via VTYHarald Welte4-0/+150
2022-04-20cosmetic: remove dead code {fifo,rifo}_dump() functionsHarald Welte2-12/+0
2022-04-20e1oip: Add stat items for number of timeslotsHarald Welte2-0/+6
2022-04-20octoi: add new counter every time a connection is acceptedHarald Welte4-0/+4
2022-04-20octoi: Fix client re-start after clock drift disconnectHarald Welte1-1/+1
2022-04-20octoi: Terminate connection on too high RIFO OVERFLOW ratesHarald Welte3-11/+33
2022-04-20e1oip: Add rate_ctr for IP->E1 RIFO overflowsHarald Welte2-1/+6
2022-04-20e1oip: Rename e1oip:overflow to e1oip:e1o_overflowHarald Welte3-4/+4
2022-04-20octoi: differentiate UNDERRUN from SUBSTITUTED in countersHarald Welte4-5/+16
2022-04-20octoi: Fix frame_rifo_depth() functionSylvain Munaut2-4/+6
2022-04-20octoi: Disconnect the link when >= 7500 underruns/sHarald Welte3-5/+45
2022-04-19octoi: Simple RX priming / pre-fillingSylvain Munaut3-1/+9
2022-04-19octoi: Reset FIFO/RIFO when entering ACCEPTED stateHarald Welte4-5/+19
2022-04-19OCTOI: Fix the extension of 16b FN from packet to full 32b FNSylvain Munaut2-25/+23
2022-04-19e1d: stat_items for the GPS-DO related bitsHarald Welte3-0/+45
2022-04-19octoi: Add new rate-counter for out-of-order packetsHarald Welte2-0/+4
2022-04-19Add rate counters for number of frames muxed/demuxed (E1 side)Harald Welte3-0/+8
2022-04-19octoi: Update RIFO depth also on dequeueHarald Welte1-1/+1
2022-04-18Fix stats exporterHarald Welte1-0/+2
2022-04-17Set rate_ctr_group name for each lineHarald Welte1-0/+3
2022-04-17Make use of libosmcoore cpu_sched_vtyHarald Welte1-0/+2
2022-04-17octo: give rate_ctr / stat_items meaningful identifiersHarald Welte3-1/+9
2022-04-17OCTOI: re-implement LINE_STAT_E1oIP_E1T_FIFOHarald Welte3-2/+13
2022-04-14RIFO: Fix issue in frame number bounds checkingSylvain Munaut2-10/+5
2022-04-14RIFO: Fix operator precedence issue in the math for bucket_for_fnSylvain Munaut1-1/+1
2022-04-14RIFO: Minor typo/comment fixesSylvain Munaut1-1/+1
2022-04-10vty: Print only applicable information during 'show line'Harald Welte1-8/+17
2022-04-10fix segfault on 'show octoi-server' if no server configuredHarald Welte1-2/+6
2022-04-09RIFO: fix frame_rifo_in check on frame number wrap-aroundTobias Mädel3-3/+12