Re: UMTS: Utran lub interface NBAP signaling message question
by orangefield@[EMAIL PROTECTED]
Nov 23, 2005 at 02:39 AM
Those messages are encoded in ASN.1, so you'll need to check out
X.680,X.681 and X.691 for an understanding of that notation. To answer
your specific point, field lengths are as long as they need to be to
encode the range of data expected, so an enumeration with 2 values will
only have a length of 1 bit. INTEGER(0..38399) needs 16 bits.