X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=src%2Fshared%2Flibosmocore%2Finclude%2Fosmocore%2Fgsm0808.h;h=9166e54ffcdc38bb35f50833faac0a538c2d92a4;hb=f0e18a70586ad265edb81855f6e3cd6f784b89df;hp=a40713f77851affac612cd7c0220a6d0337a0361;hpb=bc860c43c291304866cc6fc5ca9acc9499853d06;p=osmocom-bb.git diff --git a/src/shared/libosmocore/include/osmocore/gsm0808.h b/src/shared/libosmocore/include/osmocore/gsm0808.h index a40713f..9166e54 100644 --- a/src/shared/libosmocore/include/osmocore/gsm0808.h +++ b/src/shared/libosmocore/include/osmocore/gsm0808.h @@ -36,6 +36,8 @@ struct msgb *gsm0808_create_assignment_completed(struct gsm_lchan *lchan, uint8_ uint8_t speech_mode); struct msgb *gsm0808_create_assignment_failure(uint8_t cause, uint8_t *rr_cause); +void gsm0808_prepend_dtap_header(struct msgb *msg, uint8_t link_id); + const struct tlv_definition *gsm0808_att_tlvdef(); #endif