aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_api.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-11-04 11:15:11 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-15 20:06:46 +0100
commitfce9307553d84687dc4d51b897374193bfe94235 (patch)
treee3008e4b0316244a9105d5ead2dbe0dbd5cf4a99 /openbsc/include/openbsc/bsc_api.h
parent05c68841a835b3bbc5a95fa809e136e4e376154c (diff)
bsc_api: Change the cause to a uint8_t for now
The RR Cause can only be one byte. Change from uint16_t to uint8_t for that.
Diffstat (limited to 'openbsc/include/openbsc/bsc_api.h')
-rw-r--r--openbsc/include/openbsc/bsc_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/bsc_api.h b/openbsc/include/openbsc/bsc_api.h
index 5cdc37844..8848c9176 100644
--- a/openbsc/include/openbsc/bsc_api.h
+++ b/openbsc/include/openbsc/bsc_api.h
@@ -18,7 +18,7 @@ struct bsc_api {
struct msgb *msg, uint16_t chosen_channel);
void (*dtap)(struct gsm_subscriber_connection *conn, struct msgb *msg);
void (*assign_compl)(struct gsm_subscriber_connection *conn,
- uint16_t rr_cause);
+ uint8_t rr_cause);
void (*assign_fail)(struct gsm_subscriber_connection *conn,
uint16_t rr_cause);
int (*clear_request)(struct gsm_subscriber_connection *conn,