BER-TLV Problem
ShylinAug 27 2011 — edited Sep 6 2011Dear all,
I have been working on writing a BER-TLV encoder/decoder recently. I have faced a problem in this project and even though I have googled a lot, I couldn't fix it! :(
My question is in Tag identifiers which their tag number is greater than 30! I have implemented this in my encoder/decoder, but I cant decode some of the EMV tags with it!
In my encoder the 2-bytes tags are in this range: [xx1F - xx7F]
As I know the EMV tags are in BER-TLV format. Am I right? If yes, so why I cant decode the tags like "9F01" in my decoder?
Thanks a lot for your helps!