Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |