aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-01-10 23:40:12 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-03 16:19:08 +0100
commit477a054c2c1d345b909afd60be9ac4ca08b66163 (patch)
tree4b264a4a21f04042d8c21a12cf27b451949446a4 /openbsc/include
parent52ddce43785c835c5c3ca150f597d1f5c4d07e2c (diff)
sai arg
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/iu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/iu.h b/openbsc/include/openbsc/iu.h
index 5a223624f..fc1bde990 100644
--- a/openbsc/include/openbsc/iu.h
+++ b/openbsc/include/openbsc/iu.h
@@ -5,6 +5,6 @@ struct gprs_ra_id;
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);
+ uint16_t *sai);
int iu_tx(struct msgb *msg, uint8_t sapi);