aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/tlv.h
AgeCommit message (Collapse)AuthorFilesLines
2009-12-19ip.access: Keep a full copy of local and remote IP/PORT in lchanHarald Welte1-0/+1
Keeping all parameters for each RTP connection in the abis_ip member of lchan will help us with actual TCH handover later on.
2009-10-26[TLV] Split the parser into 'parse loop' and 'parse single value'Sylvain Munaut1-0/+3
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/+46
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/+171