Commit Graph

8 Commits

Author SHA1 Message Date
Harald Welte 4c81e74199 update .gitignore with files from manuals + doxygen
Change-Id: I952574e4b29db69ca767138b77b0aac4dbfd8973
2022-11-10 02:07:19 +01:00
Sylvain Munaut 3b3ec3ae3e Add osmo-e1gen to .gitignore
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Change-Id: I488b7eb2be52b59750ea780e4480923e423a1a66
2022-10-06 10:44:18 +02:00
Harald Welte 38b1c5d3f0 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
2022-04-09 13:21:49 +02:00
Pau Espin 74fa8ba7a5 gitignore: Add configure~
Change-Id: Iadcf4db79eef567781459cee5e7487984f3cfc54
2021-06-04 18:05:56 +02:00
Harald Welte d32bd186a3 debian packaging
Change-Id: Idac376e92f95ab8beef506e9617227f1c7277838
2020-07-01 08:29:39 +00:00
Harald Welte c3cefbb396 Add osmo-e1d-pipe utility
This adds the 'osmo-e1d-pipe' utlility program, which can be
used as a command-line client to open a given E1 timeslot and
connect it to stdin/stdout.  This in turn allows to rediect
file input/output via the shell.

Change-Id: Ib9d55af786c87e15465b8e73493680b35afb5913
2020-06-30 19:44:09 +02:00
Harald Welte 6b61037788 update .gitignore to ignore binaries from contrib
Change-Id: I15c33d271eded44214ab61da40427f71d1fdb128
2020-06-29 17:19:13 +02:00
Harald Welte 2db90a2ce2 add .gitignore
Change-Id: I8ffa037248b5048cf8d7625c1ed36a3fa0941579
2020-06-28 15:06:54 +02:00