9
0
Fork 0
This repository has been archived on 2022-06-17. You can view files and clone it, but cannot push or open issues or pull requests.
openggsn/gtp
Holger Hans Peter Freyther 0382996e10 gtp: Use struct ul16_t/struct ul66_t to avoid compiler warnings in OsmoSGSN
This is fixing various compiler warnings:
In file included from sgsn_libgtp.c:49:0:
include/gtp.h:397:48: warning: ‘struct ul66_t’ declared inside parameter list [enabled by default]
include/gtp.h:397:48: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
include/gtp.h:398:49: warning: ‘struct ul66_t’ declared inside parameter list [enabled by default]
include/gtp.h:399:53: warning: ‘struct ul16_t’ declared inside parameter list [enabled by default]
include/gtp.h:400:53: warning: ‘struct ul16_t’ declared inside parameter list [enabled by default]

include/gtp.h:397:48: warning: ‘struct ul66_t’ declared inside parameter list [enabled by default]
include/gtp.h:397:48: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
include/gtp.h:398:49: warning: ‘struct ul66_t’ declared inside parameter list [enabled by default]
include/gtp.h:399:53: warning: ‘struct ul16_t’ declared inside parameter list [enabled by default]
include/gtp.h:400:53: warning: ‘struct ul16_t’ declared inside parameter list [enabled by default]
2013-07-27 20:02:19 +02:00
..
Makefile.am Added new version of autotools 2005-03-14 21:53:10 +00:00
gtp.c GTP: don't use magic numbers for T3-REQUESTS and N3-REQUEST 2011-11-02 18:17:50 +01:00
gtp.h gtp: Use struct ul16_t/struct ul66_t to avoid compiler warnings in OsmoSGSN 2013-07-27 20:02:19 +02:00
gtpie.c Convert all code to Linux coding style 2011-11-02 13:06:18 +01:00
gtpie.h Convert all code to Linux coding style 2011-11-02 13:06:18 +01:00
lookupa.c Convert all code to Linux coding style 2011-11-02 13:06:18 +01:00
lookupa.h Convert all code to Linux coding style 2011-11-02 13:06:18 +01:00
pdp.c pdp: Mark the data as static as only pdp.c should access this data 2012-11-06 14:17:45 +01:00
pdp.h Convert all code to Linux coding style 2011-11-02 13:06:18 +01:00
queue.c queue: fix copy+paste mistake in debug statements 2011-11-02 18:07:02 +01:00
queue.h Convert all code to Linux coding style 2011-11-02 13:06:18 +01:00