Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gsm0808: Move the clear request from bsc_msc_ip to here | Holger Hans Peter Freyther | 2010-11-04 | 1 | -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 msgb | Holger Hans Peter Freyther | 2010-11-04 | 1 | -0/+23 |
| | |||||
* | gsm0808: Fix the format of the clear IE... | Holger Hans Peter Freyther | 2010-10-27 | 1 | -2/+3 |
| | | | | This is really TLV... | ||||
* | gsm0808: Add a method to create a clear command message. | Holger Hans Peter Freyther | 2010-10-27 | 1 | -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 Handover | Holger Hans Peter Freyther | 2010-09-20 | 1 | -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_ng | Holger Hans Peter Freyther | 2010-08-04 | 1 | -0/+2 |
| | |||||
* | gsm0808: Why should there be a lchan in the parameter... | Holger Hans Peter Freyther | 2010-07-23 | 1 | -1/+1 |
| | |||||
* | gsm0808: Import unaligned mem access fix from on-waves/bsc-master | Holger Hans Peter Freyther | 2010-07-23 | 1 | -4/+9 |
| | |||||
* | gsm0808: Add API to wrap a GSM48 msg with a BSSMAP/DTAP msg. | Holger Hans Peter Freyther | 2010-05-16 | 1 | -0/+8 |
| | |||||
* | gsm0808: Add TLV entries for types used by the Compl Layer3 Information | Holger Hans Peter Freyther | 2010-05-14 | 1 | -0/+3 |
| | |||||
* | gsm 08.08: Fix some u_int8_t -> uint8_t | Sylvain Munaut | 2010-04-28 | 1 | -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 Freyther | 2010-04-17 | 1 | -0/+48 |
| | |||||
* | gsm0808: Port cipher_complete to be part of libosmocore. | Holger Hans Peter Freyther | 2010-04-17 | 1 | -0/+31 |
| | |||||
* | gsm0808: Add the TLV definition for some of the 0808 IEs | Holger Hans Peter Freyther | 2010-04-17 | 1 | -0/+28 |
| | |||||
* | Add GSM0808 utilities to Osmocore. | Holger Hans Peter Freyther | 2010-04-15 | 1 | -0/+188 |
The code is coming from the on-waves/bsc-master branch. |