aboutsummaryrefslogtreecommitdiffstats
path: root/src/octoi/e1oip.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-19Add option to automatically reset RIFO on underrun/overflowAndreas Eversberg1-3/+25
2023-08-14octoi: Add force-send-all-ts modeHarald Welte1-7/+12
2022-05-08e1oip: Make batching-factor and prefill-frame-count configurableHarald Welte1-0/+7
2022-05-08e1oip: introduce #defines for BATCHING_FACTOR / PREFILL_COUNTHarald Welte1-2/+2
2022-05-01octoi: Send ECHO_REQ every 10s and update the related stat_itemHarald Welte1-1/+1
2022-05-01e1oip: Add rate_ctr for rx + tx packet / byte countHarald Welte1-2/+9
2022-04-23e1oip: fix line counter descriptionsHarald Welte1-2/+2
2022-04-20e1oip: Add stat items for number of timeslotsHarald Welte1-0/+4
2022-04-20octoi: add new counter every time a connection is acceptedHarald Welte1-0/+1
2022-04-20e1oip: Add rate_ctr for IP->E1 RIFO overflowsHarald Welte1-1/+5
2022-04-20e1oip: Rename e1oip:overflow to e1oip:e1o_overflowHarald Welte1-2/+2
2022-04-20octoi: differentiate UNDERRUN from SUBSTITUTED in countersHarald Welte1-1/+2
2022-04-19octoi: Simple RX priming / pre-fillingSylvain Munaut1-1/+2
2022-04-19octoi: Reset FIFO/RIFO when entering ACCEPTED stateHarald Welte1-5/+12
2022-04-19OCTOI: Fix the extension of 16b FN from packet to full 32b FNSylvain Munaut1-25/+22
2022-04-19octoi: Add new rate-counter for out-of-order packetsHarald Welte1-0/+3
2022-04-17octo: give rate_ctr / stat_items meaningful identifiersHarald Welte1-1/+7
2022-04-17OCTOI: re-implement LINE_STAT_E1oIP_E1T_FIFOHarald Welte1-1/+1
2022-04-09RIFO: fix frame_rifo_in check on frame number wrap-aroundTobias Mädel1-1/+1
2022-04-09RIFO (random in, first out) for IP->E1 directionHarald Welte1-8/+35
2022-03-28OCTOI: initial support for E1oIP forwardingHarald Welte1-0/+281