aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2022-01-19 21:10:52 +0100
committerHarald Welte <laforge@osmocom.org>2022-03-28 12:26:09 +0200
commite3245076760d08255a601db7fe7172d25e48bd28 (patch)
tree29e1b945aa63e8cfcfbb516205754722ab4c525e /configure.ac
parent8ec461ebe8aa4cb40b4a5358724e1c9d004b7b93 (diff)
OCTOI: initial support for E1oIP forwarding
This introduces initial support for operation as OCTOI (Osmocom Community TDMoIP) server and client operation. Various features are still absent (user authentication, support for re-ordered packets), but this version is already able to provide services to clients with dynamic IP addresses as well as servers. The bulk of the OCTOI / E1oIP code is implemented as a shared library, to facilitate the development of other servers and clients in the future, and also to minimize the impact on the existing osmo-e1d code base. More information is available at https://osmocom.org/projects/octoi/wiki Change-Id: I05f5ff697ca8f7dccdcf89660f12089babfcc92e
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f5c15f2..5a09386 100644
--- a/configure.ac
+++ b/configure.ac
@@ -97,6 +97,8 @@ AC_OUTPUT(
doc/Makefile
doc/examples/Makefile
src/Makefile
+ src/octoi/Makefile
include/Makefile
libosmo-e1d.pc
+ libosmo-octoi.pc
)