aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-21 22:28:22 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-22 01:12:26 +0100
commit8e5c63f032398ad45052b538890071919de8a20e (patch)
tree6e41449a31efcd21c4bd6dabf30f93f4e4f16a15 /openbsc/include
parent2cd36e87ae3e09e33225ac3b1ef4ca649f21f2f0 (diff)
cosmetic: whitespace, comment, rename static func rx_iu_event()
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/iu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/iu.h b/openbsc/include/openbsc/iu.h
index f4bfbd2ca..f2f1fc9e7 100644
--- a/openbsc/include/openbsc/iu.h
+++ b/openbsc/include/openbsc/iu.h
@@ -23,8 +23,8 @@ typedef int (* iu_recv_cb_t )(struct msgb *msg, struct gprs_ra_id *ra_id,
/* TODO is ra_id only used for gprs? ^ */
uint16_t *sai);
-typedef int (* iu_event_cb_t )(struct ue_conn_ctx *ue_ctx, enum iu_event_type type,
- void *data);
+typedef int (* iu_event_cb_t )(struct ue_conn_ctx *ue_ctx,
+ enum iu_event_type type, void *data);
typedef int (* iu_rab_ass_resp_cb_t )(struct ue_conn_ctx *ue_ctx, uint8_t rab_id,
struct RANAP_RAB_SetupOrModifiedItemIEs_s *setup_ies);