I think the encoding will be as follows
as the number of bytes required to encode the range is (1..4)
we will have the length encoded in a bit field of 2 bits
and the content will follow..note that the contents will be octet alligned
for example a value of 1 will be encoded as
L :00 C: P0000 0000
"Bing Zhang" <[EMAIL PROTECTED]> on 10/19/2000 03:54:06 PM
Please respond to [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc: (bcc: Praful bhoyar/LTITLVSH)
Subject: [ASN.1] how to decode large integer type
Would anyone tell me how to encode a large integer number(Aligened variant,
PER), for instance
maxBitRate ::= INTEGER(0..4294967295)
Thanks,
bing