aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-cscn/cscn_main.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-02-18 22:51:38 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-03 16:19:11 +0100
commit098c14800fe655c41381977edbc2a0c97eaecf54 (patch)
tree30692014593e7c805c674b9b5f3aededbbed31b3 /openbsc/src/osmo-cscn/cscn_main.c
parenta46c651a4a96f3fc41a14aaec5bb7d8c3f9c22fa (diff)
cscn: fix use of opaque RANAP_RAB_SetupOrModifiedItemIEs_s decl
Diffstat (limited to 'openbsc/src/osmo-cscn/cscn_main.c')
-rw-r--r--openbsc/src/osmo-cscn/cscn_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/src/osmo-cscn/cscn_main.c b/openbsc/src/osmo-cscn/cscn_main.c
index c7add15a3..7c1bb1444 100644
--- a/openbsc/src/osmo-cscn/cscn_main.c
+++ b/openbsc/src/osmo-cscn/cscn_main.c
@@ -307,7 +307,8 @@ static int rcvmsg_iu_cs(struct msgb *msg, struct gprs_ra_id *ra_id, /* FIXME gpr
return gsm0408_rcvmsg_iucs(cscn_network, msg);
}
-static int handle_rab_ass_resp(struct ue_conn_ctx *ctx, uint8_t rab_id, RANAP_RAB_SetupOrModifiedItemIEs_t *setup_ies)
+static int handle_rab_ass_resp(struct ue_conn_ctx *ctx, uint8_t rab_id,
+ struct RANAP_RAB_SetupOrModifiedItemIEs_s *setup_ies)
{
DEBUGP(DIUCS, "got Iu-CS RAB assignment response for RAB ID %u\n", rab_id);