From 2cd36e87ae3e09e33225ac3b1ef4ca649f21f2f0 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 22 Mar 2016 00:59:47 +0100 Subject: fix build: match Iu event cb enum argument type from declaration --- openbsc/src/gprs/sgsn_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/gprs/sgsn_main.c') diff --git a/openbsc/src/gprs/sgsn_main.c b/openbsc/src/gprs/sgsn_main.c index 01a11218e..8c0ead051 100644 --- a/openbsc/src/gprs/sgsn_main.c +++ b/openbsc/src/gprs/sgsn_main.c @@ -305,7 +305,7 @@ static const struct log_info gprs_log_info = { int asn_debug; -int sgsn_ranap_iu_event(struct ue_conn_ctx *ctx, int type, void *data); +int sgsn_ranap_iu_event(struct ue_conn_ctx *ctx, enum iu_event_type type, void *data); int main(int argc, char **argv) { -- cgit v1.2.3