summaryrefslogtreecommitdiffstats
path: root/include/osmocore/gsm0808.h
Commit message (Collapse)AuthorAgeFilesLines
* gsm0808: Move the clear request from bsc_msc_ip to hereHolger Hans Peter Freyther2010-11-041-0/+1
| | | | | This method should use the msgb_tlv_put routines instead of the stuff it is doing. This will be cleaned up.
* gsm0808: Add a method to create a new DTAP message with a msgbHolger Hans Peter Freyther2010-11-041-0/+1
|
* gsm0808: Add a method to create a clear command message.Holger Hans Peter Freyther2010-10-271-0/+1
| | | | | Use the msgb_tv_put functions for putting the data into the message. Do not support the extended error reports.
* gsm0808: Why should there be a lchan in the parameter...Holger Hans Peter Freyther2010-07-231-1/+1
|
* gsm0808: Import unaligned mem access fix from on-waves/bsc-masterHolger Hans Peter Freyther2010-07-231-1/+1
|
* gsm0808: Add API to wrap a GSM48 msg with a BSSMAP/DTAP msg.Holger Hans Peter Freyther2010-05-161-0/+2
|
* gsm0808: Port asiggnment_complete msg creation to libosmocore.Holger Hans Peter Freyther2010-04-171-5/+3
|
* gsm0808: Port cipher_complete to be part of libosmocore.Holger Hans Peter Freyther2010-04-171-1/+1
|
* Add GSM0808 utilities to Osmocore.Holger Hans Peter Freyther2010-04-151-0/+43
The code is coming from the on-waves/bsc-master branch.