diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-04-17 06:21:49 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-04-17 06:21:49 +0200 |
commit | ba6172a7fd3e4fcb609ca1e0ac693022e4810dad (patch) | |
tree | 6401f5b06d157173ad288678fb686296767e1653 /include/osmocore/gsm0808.h | |
parent | 81716d5fa865acebcf632549cb6979d6ffaeebb8 (diff) |
gsm0808: Port asiggnment_complete msg creation to libosmocore.
Diffstat (limited to 'include/osmocore/gsm0808.h')
-rw-r--r-- | include/osmocore/gsm0808.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/include/osmocore/gsm0808.h b/include/osmocore/gsm0808.h index 65c66504..a40713f7 100644 --- a/include/osmocore/gsm0808.h +++ b/include/osmocore/gsm0808.h @@ -31,13 +31,11 @@ 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, + 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); const struct tlv_definition *gsm0808_att_tlvdef(); -/* needs to be ported */ -#if 0 -struct msgb *bssmap_create_assignment_completed(struct gsm_lchan *lchan, uint8_t rr_cause); -#endif - #endif |