summaryrefslogtreecommitdiffstats
path: root/src/gsm0808.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.