aboutsummaryrefslogtreecommitdiffstats
path: root/src/tlv_parser.c
AgeCommit message (Collapse)AuthorFilesLines
2009-05-23Some messages have one or two length-value information elements. The isHarald Welte1-3/+34
no IE type included in the message. These information elements are mandatory, so their actual IE type is known. The improved parse_tlv() function allows to parse zero, one, or two length-value elements. (Andreas Eversberg)
2009-02-21tlv_parser now operates on 'const' input bufferHarald Welte1-2/+3
2009-02-15* extend TLV parser to use a list of TLV type descriptionsHarald Welte1-3/+43
* implement TLV type descriptions for NM * add operational/administrative/availability state keeping logic to abis_nm * explicitly print all NACK's in abis_nm * make sure we produce [not just for BS-11] valid channel attributes
2009-02-14implement type1TV or type 2 detectionHarald Welte1-18/+26
2009-02-06add some initial simplistic TLV parserHarald Welte1-0/+25