aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-12-29 06:23:52 +0000
committerHolger Freyther <zecke@selfish.org>2008-12-29 06:23:52 +0000
commit88ea832ed766ae92d906293a97bd41468ca64cad (patch)
treee9c25a9bb86de17302085cb1194b2478ef49b969 /include/openbsc/gsm_data.h
parent24893de3cb909025c1b29e94d3b2df84b7db8ce2 (diff)
Unite the acked/nacked handling in a common response...
Diffstat (limited to 'include/openbsc/gsm_data.h')
-rw-r--r--include/openbsc/gsm_data.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/openbsc/gsm_data.h b/include/openbsc/gsm_data.h
index 75009584e..a838c79b7 100644
--- a/include/openbsc/gsm_data.h
+++ b/include/openbsc/gsm_data.h
@@ -150,8 +150,7 @@ struct gsm_network {
void (*update_request_accepted)(struct gsm_bts *, u_int32_t);
void (*channel_allocated)(struct gsm_lchan *bts, enum gsm_chreq_reason_t);
- void (*channel_acked)(struct gsm_lchan *);
- void (*channel_nacked)(struct gsm_lchan *);
+ void (*channel_response)(struct gsm_lchan *, int acked);
};
struct gsm_network *gsm_network_init(unsigned int num_bts, u_int16_t country_code,