summaryrefslogtreecommitdiffstats
path: root/include/osmocore/gsm0808.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther2010-07-23 12:35:59 +0200
committerHolger Hans Peter Freyther2010-07-23 12:35:59 +0200
commitb60a4b3b97b0600ce104c0181e1f054e7c15e371 (patch)
tree5089795dd5c53de60ccb71ca58791d01be57fa24 /include/osmocore/gsm0808.h
parentgsm0808: Import unaligned mem access fix from on-waves/bsc-master (diff)
downloadlibosmocore-b60a4b3b97b0600ce104c0181e1f054e7c15e371.tar.gz
libosmocore-b60a4b3b97b0600ce104c0181e1f054e7c15e371.tar.xz
libosmocore-b60a4b3b97b0600ce104c0181e1f054e7c15e371.zip
gsm0808: Why should there be a lchan in the parameter...
Diffstat (limited to 'include/osmocore/gsm0808.h')
-rw-r--r--include/osmocore/gsm0808.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocore/gsm0808.h b/include/osmocore/gsm0808.h
index 82f17ca..2d609c9 100644
--- a/include/osmocore/gsm0808.h
+++ b/include/osmocore/gsm0808.h
@@ -31,7 +31,7 @@ struct msgb *gsm0808_create_cipher_complete(struct msgb *layer3, uint8_t alg_id)
struct msgb *gsm0808_create_cipher_reject(uint8_t cause);
struct msgb *gsm0808_create_classmark_update(const uint8_t *classmark, uint8_t length);
struct msgb *gsm0808_create_sapi_reject(uint8_t link_id);
-struct msgb *gsm0808_create_assignment_completed(struct gsm_lchan *lchan, uint8_t rr_cause,
+struct msgb *gsm0808_create_assignment_completed(uint8_t rr_cause,
uint8_t chosen_channel, uint8_t encr_alg_id,
uint8_t speech_mode);
struct msgb *gsm0808_create_assignment_failure(uint8_t cause, uint8_t *rr_cause);