aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocore/gsm0808.h
AgeCommit message (Collapse)AuthorFilesLines
2011-03-23include: reorganize headers file to include/osmocom/[gsm|core]0.2.0Pablo Neira Ayuso1-46/+0
This patch moves all GSM-specific definitions to include/osmocom/gsm. Moreover, the headers in include/osmocore/ have been moved to include/osmocom/core. This has been proposed by Harald Welte and Sylvain Munaunt. Tested with `make distcheck'. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>
2010-11-04gsm0808: Move the clear request from bsc_msc_ip to hereHolger Hans Peter Freyther1-0/+1
This method should use the msgb_tlv_put routines instead of the stuff it is doing. This will be cleaned up.
2010-11-04gsm0808: Add a method to create a new DTAP message with a msgbHolger Hans Peter Freyther1-0/+1
2010-10-27gsm0808: Add a method to create a clear command message.Holger Hans Peter Freyther1-0/+1
Use the msgb_tv_put functions for putting the data into the message. Do not support the extended error reports.
2010-07-23gsm0808: Why should there be a lchan in the parameter...Holger Hans Peter Freyther1-1/+1
2010-07-23gsm0808: Import unaligned mem access fix from on-waves/bsc-masterHolger Hans Peter Freyther1-1/+1
2010-05-16gsm0808: Add API to wrap a GSM48 msg with a BSSMAP/DTAP msg.Holger Hans Peter Freyther1-0/+2
2010-04-17gsm0808: Port asiggnment_complete msg creation to libosmocore.Holger Hans Peter Freyther1-5/+3
2010-04-17gsm0808: Port cipher_complete to be part of libosmocore.Holger Hans Peter Freyther1-1/+1
2010-04-15Add GSM0808 utilities to Osmocore.Holger Hans Peter Freyther1-0/+43
The code is coming from the on-waves/bsc-master branch.