I'm handling BER encoded Call Data Records (CDR). from GPRS Tunneling protocol. In which I got one field's value with `'\r\n'` in it.
`'\xa0\x06\x80\ x04\r\n\xc4\x08 6'` -- This is the encoded string or `bytearray` which causing the issue. It has all the TLV information required for the tag [B]a0, and its length is 06. There is an inner tag 80 and its length is 04. But if we take the output in the following way it prints like this....