Osmocom L2TP daemon compatible with Ericsson L2TP dialect (SIU)
Go to file
Harald Welte ca8ef91e0f Use OSMO_FD_* instead of deprecated BSC_FD_*
Change-Id: I0b4400a2a5b7cd0d670db81d17579dbd34f3eb48
2020-10-18 22:37:31 +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_* instead of deprecated BSC_FD_* 2020-10-18 22:37:31 +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...