aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-01-06 20:51:03 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-01-06 20:51:03 +0000
commitc2b459f78feb4c5893c8a5d06344feb5cf22860f (patch)
tree20b85119d09548c387248de21d1859a929cf6d11 /asn1
parentfda137ce6ae65503569e91f96dc795197693a3f2 (diff)
Check in the asn2wrs generated ANSI map dissector.
svn path=/trunk/; revision=20334
Diffstat (limited to 'asn1')
-rw-r--r--asn1/ansi_map/ansi_map.asn7
-rw-r--r--asn1/ansi_map/ansi_map.cnf2
-rw-r--r--asn1/ansi_map/packet-ansi_map-template.c10
3 files changed, 12 insertions, 7 deletions
diff --git a/asn1/ansi_map/ansi_map.asn b/asn1/ansi_map/ansi_map.asn
index fc74d55572..407d22e6c8 100644
--- a/asn1/ansi_map/ansi_map.asn
+++ b/asn1/ansi_map/ansi_map.asn
@@ -5,6 +5,10 @@ MAP-Protocol{ 0 identified-organization (4) etsi (0) mobileDomain (0) gsm-Networ
DEFINITIONS ::=
BEGIN
+-- Import from GSM MAP for convenience
+IMPORTS
+ IMSI
+ FROM MAP-Protocol;
-- TCAP part
@@ -6061,7 +6065,8 @@ MSID ::= CHOICE {
-- 1 0 0 1 1 1 1 1 (0x9f)
-- 1 0 0 0 0 0 0 1 (0x81)
-- 0 1 1 1 0 0 1 0 (0x72)(242)
-IMSI ::= OCTET STRING
+-- Import from GSM MAP for convenience
+-- IMSI ::= OCTET STRING
-- 6.5.2.bw N.S0012-0 v 1.0
-- 1 0 0 1 1 1 1 1 (0x9f)
diff --git a/asn1/ansi_map/ansi_map.cnf b/asn1/ansi_map/ansi_map.cnf
index 65776a711c..eb2c13157d 100644
--- a/asn1/ansi_map/ansi_map.cnf
+++ b/asn1/ansi_map/ansi_map.cnf
@@ -3,7 +3,7 @@
# Copyright 2005-2007 Anders Broman
# $Id$
-
+#.INCLUDE ../gsmmap/gsm_map-exp.cnf
#.EXPORTS
#.PDU
diff --git a/asn1/ansi_map/packet-ansi_map-template.c b/asn1/ansi_map/packet-ansi_map-template.c
index 1c66977d9b..0724929392 100644
--- a/asn1/ansi_map/packet-ansi_map-template.c
+++ b/asn1/ansi_map/packet-ansi_map-template.c
@@ -2243,27 +2243,27 @@ static const true_false_string ansi_map_systemcapabilities_auth_bool_val = {
};
static const true_false_string ansi_map_systemcapabilities_se_bool_val = {
- "Signaling Message Encryption supported by the system"
+ "Signaling Message Encryption supported by the system",
"Signaling Message Encryption not supported by the system"
};
static const true_false_string ansi_map_systemcapabilities_vp_bool_val = {
- "Voice Privacy supported by the system"
+ "Voice Privacy supported by the system",
"Voice Privacy not supported by the system"
};
static const true_false_string ansi_map_systemcapabilities_cave_bool_val = {
- "System can execute the CAVE algorithm and share SSD for the indicated MS"
+ "System can execute the CAVE algorithm and share SSD for the indicated MS",
"System cannot execute the CAVE algorithm and cannot share SSD for the indicated MS"
};
static const true_false_string ansi_map_systemcapabilities_ssd_bool_val = {
- "SSD is shared with the system for the indicated MS"
+ "SSD is shared with the system for the indicated MS",
"SSD is not shared with the system for the indicated MS"
};
static const true_false_string ansi_map_systemcapabilities_dp_bool_val = {
- "DP is supported by the system"
+ "DP is supported by the system",
"DP is not supported by the system"
};