aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2022-03-10 22:20:07 +0100
committerHarald Welte <laforge@osmocom.org>2022-04-09 13:21:49 +0200
commit38b1c5d3f0acc4673187a07c45b95a6b2dadda0c (patch)
tree4cea744e4e0564b41217aa8f417f35b1ba86afb8 /.gitignore
parent322fbc4901c48e599a899cc4056dd88ec5f27e10 (diff)
RIFO (random in, first out) for IP->E1 direction
In the past, we used a FIFO structure (first in, first out) - which obviously cannot deal with packet re-ordering on the IP side. This patch introduces a new "RIFO" as a replacement for the FIFO. The RIFO is able to reconstruct E1 frame ordering by using the reduced frame number from the TDMoIP messages, at least as long as the related frame number range is within the current RIFO depth. Change-Id: I22256870114cb85e4e10932554478be7061e086b
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7816fd5..04b03bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,11 @@ src/osmo-e1d
src/osmo-e1d-pipe
contrib/e1-prbs-test/e1-prbs-test
contrib/e1-prbs-test/ice40-e1-prbs-check
+
+tests/atconfig
+tests/atlocal
+tests/package.m4
+tests/testsuite
+tests/testsuite.log
+tests/testsuite.dir
+tests/*/*_test