Update MAP specification from version9 to version12

Except from whitespace differences, this is what wireshark svn uses.
diff --git a/asn1/MAP-Errors.asn b/asn1/MAP-Errors.asn
index f0aa2b0..a7ee447 100644
--- a/asn1/MAP-Errors.asn
+++ b/asn1/MAP-Errors.asn
@@ -1,6 +1,10 @@
+-- $Id: MAP-Errors.asn 34814 2010-11-08 23:15:16Z etxrab $

+-- 3GPP TS 29.002 V9.3.0 (2010-09)  

+-- 17.6.6	Errors

+ 

 MAP-Errors {

    itu-t identified-organization (4) etsi (0) mobileDomain (0)

-   gsm-Network (1) modules (3) map-Errors (10) version9 (9)}

+   gsm-Network (1) modules (3) map-Errors (10) version12 (12)}

 

 DEFINITIONS

 

@@ -81,6 +85,7 @@
 

 	-- Group Call errors

 	noGroupCallNumberAvailable,

+	ongoingGroupCall,

 

 	-- location service errors

 	unauthorizedRequestingNetwork,

@@ -89,10 +94,8 @@
 	unknownOrUnreachableLCSClient,

 

 	-- Mobility Management errors

-	mm-EventNotSupported,

+	mm-EventNotSupported

 

-	-- Secure transport errors

-	secureTransportError

 

 ;

 

@@ -104,7 +107,7 @@
 	SS-Status

 FROM MAP-SS-DataTypes {

    itu-t identified-organization (4) etsi (0) mobileDomain (0)

-   gsm-Network (1) modules (3) map-SS-DataTypes (14) version9 (9)}

+   gsm-Network (1) modules (3) map-SS-DataTypes (14) version12 (12)}

 

 	SS-IncompatibilityCause,

 	PW-RegistrationFailureCause,

@@ -152,10 +155,10 @@
 	SS-SubscriptionViolationParam,

 	InformationNotAvailableParam,

 	TargetCellOutsideGCA-Param,

-	SecureTransportErrorParam

+OngoingGroupCallParam

 FROM MAP-ER-DataTypes {

    itu-t identified-organization (4) etsi (0) mobileDomain (0)

-   gsm-Network (1) modules (3) map-ER-DataTypes (17) version9 (9)}

+   gsm-Network (1) modules (3) map-ER-DataTypes (17) version12 (12)}

 ;

 

 -- generic errors

@@ -464,6 +467,12 @@
 		-- optional

 	CODE	local:50 }

 

+ongoingGroupCall  ERROR ::= {

+	PARAMETER

+		OngoingGroupCallParam

+		-- optional

+	CODE	local:22 }

+

 -- location service errors

 

 unauthorizedRequestingNetwork  ERROR ::= {

@@ -496,12 +505,5 @@
 		-- optional

 	CODE	local:59 }

 

-	-- Secure transport errors

-

-secureTransportError  ERROR ::= {

-	PARAMETER

-		SecureTransportErrorParam

-	CODE	local:4 }

-

 

 END