aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/tlv_parser.c
AgeCommit message (Collapse)AuthorFilesLines
2009-10-26[TLV] Split the parser into 'parse loop' and 'parse single value'Sylvain Munaut1-72/+101
This is needed when you need to manually parse TLV blocks that don't follow the logic supported by tlv_parse but you still want to rely on working code and not fiddle with details.
2009-10-24[TLV] extend TLV parser with support for TvLVHarald Welte1-0/+23
Tag-variableLength-Value is an encoding scheme used in the GPRS NS and BSSGP protocols, where the length value can be 8 or 16 bits, depending on actual demand.
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+105