aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/camel/camel.asn
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-12-06 17:53:28 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-12-06 17:53:28 +0000
commitfcd506a6f020db1e2185f8133ad7e4bbf4cc5e75 (patch)
tree3194a98dea25287670f9c576fe0ada43e77a4904 /asn1/camel/camel.asn
parent4f5c2b5a8464307898487337af6483d82354511d (diff)
Dissect Cause and use %(DEFAULT_BODY)s use import for IMSI.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16701 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/camel/camel.asn')
-rw-r--r--asn1/camel/camel.asn14
1 files changed, 3 insertions, 11 deletions
diff --git a/asn1/camel/camel.asn b/asn1/camel/camel.asn
index 05f8e8effa..9d2514c792 100644
--- a/asn1/camel/camel.asn
+++ b/asn1/camel/camel.asn
@@ -2073,14 +2073,6 @@ Ext-BearerServiceCode ::=
OCTET STRING (SIZE (1..5))
--- Imsi notes: not recursive, exported,
--- locally refd 3 times, import refd 0 times
-Imsi ::=
-
-
-OCTET STRING (SIZE (3..8))
- -- International Mobile Subscriber Indentity
- -- digits of MCC, MNC, MSIN are concatenated in this order.
-- Duration notes: not recursive, exported,
@@ -2874,7 +2866,7 @@ InitialDPGPRSArg ::=
serviceKey [0] ServiceKey,
gPRSEventType [1] GPRSEventType,
mSISDN [2] ISDN-AddressString,
- iMSI [3] Imsi,
+ iMSI [3] IMSI,
timeAndTimeZone [4] TimeAndTimezone,
gPRSMSClass [5] GPRSMSClass OPTIONAL,
pDPType [6] PDPType OPTIONAL,
@@ -2935,7 +2927,7 @@ InitialDPArg ::=
cug-Index [45] CUG-Index OPTIONAL,
cug-Interlock [46] CUG-Interlock OPTIONAL,
cug-OutgoingAccess [47] NULL OPTIONAL,
- iMSI [50] Imsi OPTIONAL,
+ iMSI [50] IMSI OPTIONAL,
subscriberState [51] SubscriberState OPTIONAL,
locationInformation [52] LocationInformation OPTIONAL,
ext-basicServiceCode [53] Ext-BasicServiceCode OPTIONAL,
@@ -2960,7 +2952,7 @@ InitialDPSMSArg ::=
destinationSubscriberNumber [1] CalledPartyBCDNumber OPTIONAL,
callingPartyNumberas [2] ISDN-AddressString OPTIONAL,
eventTypeSMS [3] EventTypeSMS OPTIONAL,
- iMSI [4] Imsi OPTIONAL,
+ iMSI [4] IMSI OPTIONAL,
locationInformationMSC [5] LocationInformation OPTIONAL,
locationInformationGPRS [6] LocationInformationGPRS OPTIONAL,
sMSCAddress [7] ISDN-AddressString OPTIONAL,