Folks,
An error in the approved H.225.0 v4 ASN.1 has been brought to my attention. At the meeting 2 weeks ago, we agreed to change the syntax of the "group" fields from OCTET STRING to IA5String. Somehow during a 3:00 am editing session I managed to update one of the "group" fields but not the other.
Unless there are any objections, the following editorial change will be submitted to Mr. Bigi for inclusion in the published ASN.1.
CallsAvailable ::= SEQUENCE { calls INTEGER (0..4294967295), group OCTET STRING (SIZE (2..4)) OPTIONAL, ... }
will be replaced with:
CallsAvailable ::= SEQUENCE { calls INTEGER (0..4294967295), group IA5String (SIZE (1..128)) OPTIONAL, ... }
This will be consistent with the other "group" field definition:
GroupID ::= SEQUENCE { member SEQUENCE OF INTEGER (0..65535) OPTIONAL, group IA5String (SIZE (1..128)), ... }
Regards, Rich
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ For help on this mail list, send "HELP ITU-SG16" in a message to listserv@mailbag.intel.com