Osmocom L2TP daemon compatible with Ericsson L2TP dialect (SIU)
Go to file
Harald Welte 08bff6424e l2tpd_packet: Fix compiler warnings
../../../src/l2tpd_packet.c: In function ‘l2tp_rcvmsg_control’:
../../../src/l2tpd_packet.c:586:26: error: ‘router_id’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
  586 |    l2c->remote.router_id = router_id;
      |    ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../../../src/l2tpd_packet.c:577:25: note: ‘router_id’ was declared here
  577 |   uint32_t remote_ccid, router_id;
      |                         ^~~~~~~~~
../../../src/l2tpd_packet.c:582:20: error: ‘remote_ccid’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
  582 |   l2c->remote.ccid = remote_ccid;
      |   ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~

Change-Id: I8d44ca64b2fc08184b40d16b90273c2a152ef00c
2020-05-03 21:31:11 +02:00
notes rename paths 2020-05-03 19:28:01 +02:00
src l2tpd_packet: Fix compiler warnings 2020-05-03 21:31:11 +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 convert to autotools 2020-05-03 19:28:03 +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.