aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gb_proxy.h
diff options
context:
space:
mode:
authorJonathan Santos <jrsantos@jonathanrsantos.com>2011-08-17 15:34:52 -0400
committerJonathan Santos <jrsantos@jonathanrsantos.com>2011-08-17 15:34:52 -0400
commit3688ffd53669cdcb7975fd879ed92fceaf7d5572 (patch)
treec40e568bfd82527aca63d200fd87369fcb1044c7 /include/openbsc/gb_proxy.h
parent57ae3aa2563252f6f867c6016ed74f57fd54ec3a (diff)
parent5a45b156d4165fed159a290c46676d1383ffcc80 (diff)
Merge commit 'upstream/0.9.14'
Diffstat (limited to 'include/openbsc/gb_proxy.h')
-rw-r--r--include/openbsc/gb_proxy.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/openbsc/gb_proxy.h b/include/openbsc/gb_proxy.h
index 18ded2295..c0cdcbf05 100644
--- a/include/openbsc/gb_proxy.h
+++ b/include/openbsc/gb_proxy.h
@@ -1,16 +1,15 @@
#ifndef _GB_PROXY_H
#define _GB_PROXY_H
-#include <sys/types.h>
-#include <osmocore/msgb.h>
+#include <osmocom/core/msgb.h>
#include <openbsc/gprs_ns.h>
#include <osmocom/vty/command.h>
struct gbproxy_config {
/* parsed from config file */
- u_int16_t nsip_sgsn_nsei;
+ uint16_t nsip_sgsn_nsei;
/* misc */
struct gprs_ns_inst *nsi;