summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-11-04 12:26:06 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-04 12:27:48 +0100
commitc25c668106e932555770b26783c93afd748212a6 (patch)
tree0c8cecd1d13f4d68d310feb4e56c776da41a361a /include
parent9d92f0e12c17e040de80faa63ddc7c3211aac6e4 (diff)
gsm0808: Add a method to create a new DTAP message with a msgb
Diffstat (limited to 'include')
-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 39a439b2..c6d11e10 100644
--- a/include/osmocore/gsm0808.h
+++ b/include/osmocore/gsm0808.h
@@ -37,6 +37,7 @@ struct msgb *gsm0808_create_assignment_completed(uint8_t rr_cause,
uint8_t speech_mode);
struct msgb *gsm0808_create_assignment_failure(uint8_t cause, uint8_t *rr_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);
const struct tlv_definition *gsm0808_att_tlvdef();