aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-03-06 22:13:12 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-03-06 22:13:12 +0000
commit37802e5e213c39dd84cf2895c833e1717ad331e9 (patch)
treef39d8f8849adbc5343a91cc16cbe13e097116100 /asn1
parente30640be45a5a10fe42ec4c94a2380d50ab8ddbd (diff)
Pubate Satienpoch keeps finding typos and incongruences in H.248 packages:
- for Q.1950 I used the value_string for GB events as the value_string for the parameters of BNC change. > In observed event descriptor, it is called “eventName”, but in event descriptor, > it is called “pkgdName”. It should be “eventName” in both cases. svn path=/trunk/; revision=20986
Diffstat (limited to 'asn1')
-rw-r--r--asn1/h248/h248v3.asn2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/h248/h248v3.asn b/asn1/h248/h248v3.asn
index 694494b413..ecf7dc8af4 100644
--- a/asn1/h248/h248v3.asn
+++ b/asn1/h248/h248v3.asn
@@ -774,7 +774,7 @@ BEGIN
RequestedEvent ::= SEQUENCE
{
-- pkgdName [0] PkgdName,
- pkgdName [0] EventName,
+ eventName [0] EventName,
streamID [1] StreamID OPTIONAL,
eventAction [2] RequestedActions OPTIONAL,
evParList [3] SEQUENCE OF EventParameter,