aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsc/include/openbsc/gprs_ns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/gprs_ns.h b/openbsc/include/openbsc/gprs_ns.h
index f0ec26ed..7045d84d 100644
--- a/openbsc/include/openbsc/gprs_ns.h
+++ b/openbsc/include/openbsc/gprs_ns.h
@@ -154,7 +154,7 @@ struct gprs_ns_inst {
struct {
struct osmo_fd fd;
uint32_t local_ip;
- int enabled:1;
+ unsigned int enabled:1;
} frgre;
};