aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/socket.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-19[GPRS] Add Frame Relay in GRE encapsulation for NSHarald Welte1-2/+5
2010-05-19socket: Add support for GRE socketsHarald Welte1-4/+15
2010-05-04GPRS: Introduce a GPRS Gb ProxyHarald Welte1-0/+94
The ida of the Gb proxy is to aggregate Gb links with a number of BSS and then present all the BSSGP-VC's together inside one NS-VC to the actual SGSN. The code is not yet expected to be complete.