X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fosmocore%2Fgsm0808.h;h=1d8537753fe2d6cc38567ffd3660f48598dc6d95;hb=af270a41e37f897d7598fcff173bbaa4f6454afd;hp=c6d11e105df6b4cac1bb1d382b9fcabdd5748e36;hpb=c25c668106e932555770b26783c93afd748212a6;p=osmocom-bb.git 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);