From 27b271729fc9d5cdbdf3b90bfb9e78b0b52d8de8 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 29 Jun 2020 09:29:07 +0200 Subject: Add virtual pair of E1 interfaces The idea is to generate a pair of virtual E1 interfaces (each with identical number of lines), where each line A:n is connected to line B:n of the pair and vice-versa. This allows to test E1 using applications back to back against each other, without any physical E1 circuits in between. Change-Id: If42c959556b17d543762546eb45dd69d25f715f2 --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index aa796f2..e811f0a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -35,6 +35,7 @@ osmo_e1d_SOURCES = \ log.c \ osmo-e1d.c \ usb.c \ + vpair.c \ vty.c \ $(NULL) -- cgit v1.2.3