summaryrefslogtreecommitdiffstats
path: root/include/osmocore/gsm0808.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther2010-11-04 12:42:50 +0100
committerHolger Hans Peter Freyther2010-11-04 12:42:50 +0100
commitaf270a41e37f897d7598fcff173bbaa4f6454afd (patch)
tree1d95af040deecdaea43af6f4b5c766935c35d8e8 /include/osmocore/gsm0808.h
parentgsm0808: Add a method to create a new DTAP message with a msgb (diff)
downloadlibosmocore-af270a41e37f897d7598fcff173bbaa4f6454afd.tar.gz
libosmocore-af270a41e37f897d7598fcff173bbaa4f6454afd.tar.xz
libosmocore-af270a41e37f897d7598fcff173bbaa4f6454afd.zip
gsm0808: Move the clear request from bsc_msc_ip to here
This method should use the msgb_tlv_put routines instead of the stuff it is doing. This will be cleaned up.
Diffstat (limited to 'include/osmocore/gsm0808.h')
-rw-r--r--include/osmocore/gsm0808.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocore/gsm0808.h b/include/osmocore/gsm0808.h
index c6d11e1..1d85377 100644
--- a/include/osmocore/gsm0808.h
+++ b/include/osmocore/gsm0808.h
@@ -36,6 +36,7 @@ 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);
+struct msgb *gsm0808_create_clear_rqst(uint8_t cause);
struct msgb *gsm0808_create_dtap(struct msgb *msg, uint8_t link_id);
void gsm0808_prepend_dtap_header(struct msgb *msg, uint8_t link_id);