aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/inap/inap.asn
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-02-28 21:10:25 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-02-28 21:10:25 +0000
commit12fd61a5dea4bf82ceccb98e12d5db1d34bdebf6 (patch)
tree6705c391931533413b605f711d4218305f626b5c /asn1/inap/inap.asn
parente8c5d47e26013684c09bbe3cae16b3269718f23f (diff)
Add a missing OPTIONAL.
svn path=/trunk/; revision=20948
Diffstat (limited to 'asn1/inap/inap.asn')
-rw-r--r--asn1/inap/inap.asn10
1 files changed, 5 insertions, 5 deletions
diff --git a/asn1/inap/inap.asn b/asn1/inap/inap.asn
index 0a6d1faa64..dd92e65338 100644
--- a/asn1/inap/inap.asn
+++ b/asn1/inap/inap.asn
@@ -250,11 +250,11 @@ ConnectToResourceArg ::= SEQUENCE {
resourceAddress
CHOICE {ipRoutingAddress [0] IPRoutingAddress,
legID [1] LegID,
- both2
- [2] SEQUENCE {ipRoutingAddress [0] IPRoutingAddress,
- legID [1] LegID},
- none [3] NULL},
- extensions [4] Extensions,
+ both2 [2] SEQUENCE {
+ ipRoutingAddress [0] IPRoutingAddress,
+ legID [1] LegID},
+ none [3] NULL},
+ extensions [4] Extensions OPTIONAL,
serviceInteractionIndicators [30] ServiceInteractionIndicators OPTIONAL,
...
}