Osmocom L2TP daemon compatible with Ericsson L2TP dialect (SIU)
Go to file
Oliver Smith b4d25076b4 configure.ac: set -std=gnu11
Change-Id: I924b20265af945f5687d473b06f546ed9ac0c09b
2021-01-27 17:48:09 +01: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 configure.ac: set -std=gnu11 2021-01-27 17:48:09 +01: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...