aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/gprs_ns_frgre.c
AgeCommit message (Collapse)AuthorFilesLines
2014-10-26Change license of libosmogb from AGPLv3+ to GPLv2+Harald Welte1-4/+4
The copyright holders Harald Welte, Holger Freyther, Andreas Eversberg and sysmocom - s.f.m.c. GmbH (represented by Holger and Harald) agree that the license of libosmogb should be GPLv2+ and not AGPLv3+. The reason the source files stated AGPLv3+ is due to the history, as they were moved from OpenBSC to libosmocore at the time we needed to use them from osmo-pcu. It was an oversight back then to not re-license them accordingly.
2013-01-12Fix build on CygwinEvgeny Zverev1-1/+5
2012-10-27Define struct iphdr for OSXTobias Engel1-1/+1
Use FreeBSD struct iphdr definition for OSX also. From the commentary in the source file: On BSD the IPv4 struct is called struct ip and instead of iXX the members are called ip_XX. One could change this code to use struct ip but that would require to define _BSD_SOURCE and that might have other complications. Instead make sure struct iphdr is present on FreeBSD.
2012-07-12freebsd: Make libgb compile on FreeBSDHolger Hans Peter Freyther1-0/+36
Include header files for recfrom/AF_INET and include a struct ip_hdr as it is not available on *BSD.
2012-06-17libosmogb: move files to proper location and fix build0.5.0Harald Welte1-0/+310