Osmocom L2TP daemon compatible with Ericsson L2TP dialect (SIU)
Go to file
Harald Welte 0e7068f40c Use osmo_fd_setup() whenever applicable
Change-Id: Id6cbb0058b9eb400d69f556232bbe112f257775b
2020-10-19 12:10:47 +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 Use osmo_fd_setup() whenever applicable 2020-10-19 12:10:47 +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...