summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-07 15:24:22 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-07 15:41:11 +0200
commit465aa737366b9aa1b101f4765f2f68bf7e544463 (patch)
tree0eb44fc6ba21e892e77214103a8335b3b7607b35
parent6a2a6305fa86d20e02cdc8dd1c91d78f058ee8fd (diff)
ASN1: Fix the definition of SendIdentificationResV2
-rw-r--r--asn1/MAP-MS-DataTypes.asn13
1 files changed, 11 insertions, 2 deletions
diff --git a/asn1/MAP-MS-DataTypes.asn b/asn1/MAP-MS-DataTypes.asn
index 93e395a..993687a 100644
--- a/asn1/MAP-MS-DataTypes.asn
+++ b/asn1/MAP-MS-DataTypes.asn
@@ -419,7 +419,7 @@ HopCounter ::= INTEGER (0..3)
SendIdentificationResV2 ::= SEQUENCE {
imsi IMSI,
- authenticationSetList AuthenticationSetList OPTIONAL,
+ authenticationSetList AuthenticationSetListV2 OPTIONAL,
...}
SendIdentificationResV3 ::= [3] SEQUENCE {
@@ -434,6 +434,15 @@ SendIdentificationResV3 ::= [3] SEQUENCE {
-- authentication management types
+AuthenticationSet ::= SEQUENCE {
+ rand RAND,
+ sres SRES,
+ kc Kc,
+ ...}
+
+AuthenticationSetListV2 ::= SEQUENCE SIZE(1..5) OF
+ AuthenticationSet
+
AuthenticationSetList ::= CHOICE {
tripletList [0] TripletList,
quintupletList [1] QuintupletList }
@@ -1002,7 +1011,7 @@ Re-synchronisationInfo ::= SEQUENCE {
...
}
-SendAuthenticationInfoResV2 ::= AuthenticationSetList
+SendAuthenticationInfoResV2 ::= AuthenticationSetListV2
SendAuthenticationInfoResV3 ::= [3] SEQUENCE {
authenticationSetList AuthenticationSetList OPTIONAL,