summaryrefslogtreecommitdiffstats
path: root/tests/tlv
Commit message (Collapse)AuthorAgeFilesLines
* tlv_test.c: Fix compilation warningsPau Espin Pedrol2017-06-181-19/+25
| | | | | | | | Several warnings like the one below are fixed: warning: array subscript is below array bounds [-Warray-bounds] uint8_t *unchanged_ptr = buf - 1; Change-Id: I35d7d926939c14700cbca732bd64e588c75424b4
* tlv: Import osmo_shift_* and osmo_match_shift_* from openbscHarald Welte2016-05-052-0/+252
These routines have nothing to do with specifically the BSC, so import them to the TLV parser we keep in libosmogsm.