Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gsm0408_test: initialize msgb talloc ctx | Neels Hofmeyr | 2016-09-27 | 1 | -0/+1 |
| | | | | Change-Id: Ib26214add1932e93651c248cc09fbc68339b4dce | ||||
* | gsm0408: Avoid unaligned memory access in gsm48_generate_mid_from_tmsi | Holger Hans Peter Freyther | 2013-07-03 | 2 | -0/+24 |
| | | | | | | | | The &buf[3] is unlikely to be aligned properly. Use memcpy instead of an assignment. Add a small testcase that verifies that I didn't mess up the conversion. Alignment trap: osmo-nitb (3293) PC=0x492b7094 Instr=0xe5803003 Address=0xbeb259db FSR 0x801 | ||||
* | GSM 04.08: Add support for parsing CSD related bearer capabilities | Harald Welte | 2012-08-24 | 2 | -0/+135 |
Also adds a test case for both encoder and decoder of this IE |