Re: [ASN.1] Question on XER encoding of SEQUENCE OF element types

2002-07-02 Thread Rajul Gupta
clause 28.10) A a1/a/A If you have a value notation, value B ::= {a : 1} XER Encoding (Look at clause 25.3 and 25.5) B a1/a/B Further, the encoding of "value" with two elements will be, value B::= {a : 1, b : TRUE} B a1/a btrue//b/B I hope this may help you. Regards, Rajul Gupta Os

Re: [ASN.1] Question on XER encoding of SEQUENCE OF element types

2002-07-02 Thread Rajul Gupta
stion. I'll take your word for it. Regards, Ed DayPrincipal EngineerObjective Systems, Inc.[EMAIL PROTECTED](484) 875-3020 (main)(610) 608-4930 (mobile)(610) 321-0361 (fax)(877) 307-6855 (toll-free) - Original Message - From: Rajul Gupta

Re: [ASN.1] the problem about information object class of ASN.1

2002-09-30 Thread Rajul Gupta
Hi, Information Object Classes are not exactly like the classes of object oriented languages. These don't support inheritance, or any static members. However, you can define functions using information object classes (This also is not like methods in C++ or Java classes) For example, FUNCTION

Re: [ASN.1] BER: minimum number of bytes?

2002-10-01 Thread Rajul Gupta
- Original Message - From: Sim. Ja. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 01, 2002 9:16 AM Subject: [ASN.1] BER: minimum number of bytes? Hi folk, I hope, you could confirm this statement. Given an element description as below cug-Index

Re: [ASN.1] BER: minimum number of bytes?

2002-10-01 Thread Rajul Gupta
- Original Message - From: Rajul Gupta [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 01, 2002 10:15 AM Subject: Re: [ASN.1] BER: minimum number of bytes? - Original Message - From: Sim. Ja. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 01

Re: [ASN.1] BER: minimum number of bytes?

2002-10-01 Thread Rajul Gupta
for value? one or two? Minimum number of octets needed for the integer value. For example, if the value is 10, it MUST be encoded in one byte, and if it is 500, then of course you need two bytes. Please check my second reply for the clarification of above. Thanks, Rajul --- Rajul Gupta

[ASN.1] the inheritance problem about information object class of ASN.1

2002-10-11 Thread Rajul Gupta
Dear Chuchun, Are you talking about mhs-distribution-list, mhs-message-store in this specification? These are Information Objects of OBJECT-CLASS Information Object Class, not the extended classes of OBJECT-CLASS. Author of this document has used user-friendly syntax like SUBCLASS OF, MUST

Re: [ASN.1] BER: combinations of implicit/explicit tagging

2002-11-15 Thread Rajul Gupta
] EXPLICIT T3 T3 ::= [3] IMPLICIT T4 T4 ::= INTEGER I think the two tags [APPL 1] and [APPL 2] have to be encoded for T1. Right? Context specific 1 and Context specific 3. 10 1 1 L 10 0 00011 L V L : Length V : Value Rajul Gupta OSS Nokalva [EMAIL PROTECTED] 1-732-302-9669 (x-137) http

Re: [ASN.1] pb with T124 encoding.

2002-11-30 Thread Rajul Gupta
decode applicationInformation without any error. So, there may be a possibility that data was encoded incorrectly. Rajul Gupta OSS Nokalva [EMAIL PROTECTED] 1-732-302-9669 (x-137) http://www.oss.com BTW : this pdu is extracted from an exchange of T120 using MS Netmeeting. Thanks for your time

Re: [ASN.1] BER Encoded tag

2002-12-04 Thread Rajul Gupta
- Original Message - From: devaraj[IT] [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 04, 2002 2:24 PM Subject: RE: [ASN.1] BER Encoded tag Hi Kamran, As per the ASN.1 definition,if the tag number is greater than 30,then it will encoded in two or more octets. In