Osmocom L2TP daemon compatible with Ericsson L2TP dialect (SIU)
Go to file
Harald Welte 34f49239c3 add warning about hard-coded IP
Change-Id: I6e0128072a7f4a51df19aaee2d08ecef05cee2be
2020-07-19 19:10:52 +02:00
contrib add contrib/jenkins.sh for build verification 2020-05-03 21:31:14 +02:00
notes rename paths 2020-05-03 19:28:01 +02:00
src src/test_connect.c: fix compile with Werror 2020-05-11 11:46:41 +02:00
COPYING convert to autotools 2020-05-03 19:28:03 +02:00
Makefile.am convert to autotools 2020-05-03 19:28:03 +02:00
README.md add warning about hard-coded IP 2020-07-19 19:10:52 +02:00
configure.ac convert to autotools 2020-05-03 19:28:03 +02:00
git-version-gen convert to autotools 2020-05-03 19:28:03 +02:00

README.md

osmo-el2tpd - Osmocom daemon for Ericsson L2TP

This software is a daemon (server) for the L2TP dialect implemented by the Ericsson SIU (Site Integration Unit) for means of carrying the GSM A-bis interface over IP.

All code has been independently developed without any information or assistance from Ericsson, merely by observing protocol traces between the SIU 02 and whatever is the Ericsson-provided server side implementation next to the BSC.

Warning: The code currently hard-codes 172.30.42.3 as the IP address of the host running L2TPD. Making this configurable is likely the first thing you need to do before using it...