# Variables
BerTLV encodes and decodes the length of BER-TLV fields based on the following rules:
Short Form: When the most-significant bit is off, the length field consists of only one byte in which the right-most 7 bits contain the number of bytes in the Value field, as an unsigned binary integer.