I have a problem decoding this TLV
Template Tag (7001) 2 bytes
Length Tag (0020) 2 bytes
Value is another TLV
Tag(e101) Length (000f) Value(373834313938353338353236313430)
Tag(e102) Length (0009) Value(0009303931383631393038)
70010020e101000f373834313938353338353236313430e1020009303931383631393038
when I try any TLV decoder it read the Template tag as 1 byte only and then the rest will be missed up. can you please advice on how to parse it? by the way, I receive the data as Base64String then I convert to HEX