Search code examples
iso

Specific and major difference between Simple TLV and BER TLV


I want to know the specific difference between simple TLV and BER TLV

Why the BER TLV 5F05 05 48656C6C6F is Invalid as in BER TLV the tag can have one or more consecutive bytes???

Please give some examples also ..


Solution

  • The BER means bearer which allows the carriying of other TLV's within

    BER-TLV data object contains (TL (TLV) (TLV) with a tag field followed by a length field encoding a number. The template, consists of one or more BER-TLV data objects, each one consisting of a tag field, a length field encoding a number and if the number is not zero, a value field.

    In case its not clear feel free to contact me.

    Regards Anup