summaryrefslogtreecommitdiffstats
path: root/src/gsm0808.c
Commit message (Collapse)AuthorAgeFilesLines
* This patch moves the GSM-specific functions to the new libraryPablo Neira Ayuso2011-03-231-369/+0
| | | | | | | | | | libosmogsm which is provided by libosmocore. I have also moved generate_backtrace() to backtrace.c instead of gsm_utils.c, otherwise the timer and msgfile tests depend on libosmogsm. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>
* gsm0808: Move the clear request from bsc_msc_ip to hereHolger Hans Peter Freyther2010-11-041-0/+20
| | | | | 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/+23
|
* gsm0808: Fix the format of the clear IE...Holger Hans Peter Freyther2010-10-271-2/+3
| | | | This is really TLV...
* gsm0808: Add a method to create a clear command message.Holger Hans Peter Freyther2010-10-271-0/+12
| | | | | Use the msgb_tv_put functions for putting the data into the message. Do not support the extended error reports.
* gsm0808: Fix the TLV definition of CIC and Service HandoverHolger Hans Peter Freyther2010-09-201-2/+2
| | | | | | | The nat code stumbled over the CIC bug as it was detecting timeslot 0x1 as a new CIC and we were patching the data outside the actual packet... The TLV parser needs some better size checking too.
* gsm0808: Add some more TLV definitions coming from the cellmgr_ngHolger Hans Peter Freyther2010-08-041-0/+2
|
* 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-4/+9
|
* gsm0808: Add API to wrap a GSM48 msg with a BSSMAP/DTAP msg.Holger Hans Peter Freyther2010-05-161-0/+8
|
* gsm0808: Add TLV entries for types used by the Compl Layer3 InformationHolger Hans Peter Freyther2010-05-141-0/+3
|
* gsm 08.08: Fix some u_int8_t -> uint8_tSylvain Munaut2010-04-281-2/+2
| | | | | | | This breaks the ARM build in osmocom-bb. Besides uint??_t seems to be the preferred type in osmocore. (coming from stdint.h vs sys/types.h) Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* gsm0808: Port asiggnment_complete msg creation to libosmocore.Holger Hans Peter Freyther2010-04-171-0/+48
|
* gsm0808: Port cipher_complete to be part of libosmocore.Holger Hans Peter Freyther2010-04-171-0/+31
|
* gsm0808: Add the TLV definition for some of the 0808 IEsHolger Hans Peter Freyther2010-04-171-0/+28
|
* Add GSM0808 utilities to Osmocore.Holger Hans Peter Freyther2010-04-151-0/+188
The code is coming from the on-waves/bsc-master branch.