Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tlv_test.c: Fix compilation warnings | Pau Espin Pedrol | 2017-06-18 | 1 | -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 openbsc | Harald Welte | 2016-05-05 | 2 | -0/+252 |
These routines have nothing to do with specifically the BSC, so import them to the TLV parser we keep in libosmogsm. |