aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/gsm_map
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2014-02-17 22:02:21 -0500
committerJeff Morriss <jeff.morriss.ws@gmail.com>2014-02-18 03:05:28 +0000
commit8c608e6e82ac40543f139c71f472fdb10f862045 (patch)
tree026f0c3459942d89d1325f2ea3fc50c0d9a868e3 /asn1/gsm_map
parentff52d8b70f5838db4fc5df2b43a1ca15235ff57d (diff)
Remove $Id$ from the ASN.1 dissectors and regenerate them.
Change-Id: Ie476c6f82f318188b41ed922b92c6fec119ea954 Reviewed-on: https://code.wireshark.org/review/244 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'asn1/gsm_map')
-rw-r--r--asn1/gsm_map/CMakeLists.txt2
-rw-r--r--asn1/gsm_map/Ericsson.asn1
-rw-r--r--asn1/gsm_map/GSMMAP.asn1
-rw-r--r--asn1/gsm_map/MAP-ApplicationContexts.asn1
-rw-r--r--asn1/gsm_map/MAP-BS-Code.asn1
-rw-r--r--asn1/gsm_map/MAP-CH-DataTypes.asn1
-rw-r--r--asn1/gsm_map/MAP-CallHandlingOperations.asn1
-rw-r--r--asn1/gsm_map/MAP-CommonDataTypes.asn1
-rw-r--r--asn1/gsm_map/MAP-DialogueInformation.asn1
-rw-r--r--asn1/gsm_map/MAP-ER-DataTypes.asn1
-rw-r--r--asn1/gsm_map/MAP-Errors.asn1
-rw-r--r--asn1/gsm_map/MAP-ExtensionDataTypes.asn1
-rw-r--r--asn1/gsm_map/MAP-GR-DataTypes.asn2
-rw-r--r--asn1/gsm_map/MAP-Group-Call-Operations.asn1
-rw-r--r--asn1/gsm_map/MAP-LCS-DataTypes.asn1
-rw-r--r--asn1/gsm_map/MAP-LocationServiceOperations.asn1
-rw-r--r--asn1/gsm_map/MAP-MS-DataTypes.asn1
-rw-r--r--asn1/gsm_map/MAP-MobileServiceOperations.asn1
-rw-r--r--asn1/gsm_map/MAP-OM-DataTypes.asn1
-rw-r--r--asn1/gsm_map/MAP-OperationAndMaintenanceOperations.asn1
-rw-r--r--asn1/gsm_map/MAP-Protocol.asn1
-rw-r--r--asn1/gsm_map/MAP-SM-DataTypes.asn1
-rw-r--r--asn1/gsm_map/MAP-SS-Code.asn1
-rw-r--r--asn1/gsm_map/MAP-SS-DataTypes.asn1
-rw-r--r--asn1/gsm_map/MAP-ShortMessageServiceOperations.asn1
-rw-r--r--asn1/gsm_map/MAP-SupplementaryServiceOperations.asn1
-rw-r--r--asn1/gsm_map/MAP-TS-Code.asn1
-rw-r--r--asn1/gsm_map/Makefile.am3
-rw-r--r--asn1/gsm_map/Makefile.common3
-rw-r--r--asn1/gsm_map/Makefile.nmake3
-rw-r--r--asn1/gsm_map/MobileDomainDefinitions.asn1
-rw-r--r--asn1/gsm_map/Nokia.asn1
-rw-r--r--asn1/gsm_map/SS-DataTypes.asn1
-rw-r--r--asn1/gsm_map/SS-Errors.asn1
-rw-r--r--asn1/gsm_map/SS-Operations.asn1
-rw-r--r--asn1/gsm_map/SS-Protocol.asn1
-rw-r--r--asn1/gsm_map/gsm_map.cnf2
-rw-r--r--asn1/gsm_map/packet-gsm_map-template.c2
-rw-r--r--asn1/gsm_map/packet-gsm_map-template.h2
39 files changed, 0 insertions, 50 deletions
diff --git a/asn1/gsm_map/CMakeLists.txt b/asn1/gsm_map/CMakeLists.txt
index 2930313680..436784b8e9 100644
--- a/asn1/gsm_map/CMakeLists.txt
+++ b/asn1/gsm_map/CMakeLists.txt
@@ -1,7 +1,5 @@
# CMakeLists.txt
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
diff --git a/asn1/gsm_map/Ericsson.asn b/asn1/gsm_map/Ericsson.asn
index 858068c67c..34a2cdc89b 100644
--- a/asn1/gsm_map/Ericsson.asn
+++ b/asn1/gsm_map/Ericsson.asn
@@ -1,5 +1,4 @@
-- Ericsson proprietary extensions
--- $Id$
EricssonMAP{ 0 identified-organization (4) etsi (0) mobileDomain (0) gsm-Network (1) modules (3) map-Protocol (4) version13 (13) }
diff --git a/asn1/gsm_map/GSMMAP.asn b/asn1/gsm_map/GSMMAP.asn
index b62ef43a67..12df716916 100644
--- a/asn1/gsm_map/GSMMAP.asn
+++ b/asn1/gsm_map/GSMMAP.asn
@@ -2,7 +2,6 @@
--SIEMENS ASN.1 Compiler R5.70 (Production_5.70)
-- Date: 2003-09-04 Time: 14:14:00
-- Updated to version 3GPP TS 29.002 V7.5.0 (2006-09) Release 7
--- $Id$
DummyMAP{ 0 identified-organization (4) etsi (0) mobileDomain (0) gsm-Network (1) modules (3) map-Protocol (4) version5 (5) }
diff --git a/asn1/gsm_map/MAP-ApplicationContexts.asn b/asn1/gsm_map/MAP-ApplicationContexts.asn
index 92d3af09cb..77a1e7ad77 100644
--- a/asn1/gsm_map/MAP-ApplicationContexts.asn
+++ b/asn1/gsm_map/MAP-ApplicationContexts.asn
@@ -1,4 +1,3 @@
--- $Id$
--17.3.3 ASN.1 Module for application-context-names
--The following ASN.1 module summarises the application-context-name assigned to MAP application-contexts.
-- 3GPP TS 29.002 V12.3.0 (2013-12)
diff --git a/asn1/gsm_map/MAP-BS-Code.asn b/asn1/gsm_map/MAP-BS-Code.asn
index 845b6d4c0e..d8cf60a3f0 100644
--- a/asn1/gsm_map/MAP-BS-Code.asn
+++ b/asn1/gsm_map/MAP-BS-Code.asn
@@ -1,4 +1,3 @@
--- $Id$
-- 3GPP TS 29.002 V12.3.0 (2013-12)
-- 17.7.10 Bearer Service Codes
diff --git a/asn1/gsm_map/MAP-CH-DataTypes.asn b/asn1/gsm_map/MAP-CH-DataTypes.asn
index 2753901434..b70df9c920 100644
--- a/asn1/gsm_map/MAP-CH-DataTypes.asn
+++ b/asn1/gsm_map/MAP-CH-DataTypes.asn
@@ -1,4 +1,3 @@
--- $Id$
-- 3GPP TS 29.002 V12.3.0 (2013-12)
-- 17.7.3 Call handling data types
diff --git a/asn1/gsm_map/MAP-CallHandlingOperations.asn b/asn1/gsm_map/MAP-CallHandlingOperations.asn
index eaae7837fe..affb6b4a8c 100644
--- a/asn1/gsm_map/MAP-CallHandlingOperations.asn
+++ b/asn1/gsm_map/MAP-CallHandlingOperations.asn
@@ -1,4 +1,3 @@
--- $Id$
-- 3GPP TS 29.002 V12.3.0 (2013-12)
--17.6.3 Call Handling Operations
MAP-CallHandlingOperations {
diff --git a/asn1/gsm_map/MAP-CommonDataTypes.asn b/asn1/gsm_map/MAP-CommonDataTypes.asn
index 6e6107b4e0..81102fe96a 100644
--- a/asn1/gsm_map/MAP-CommonDataTypes.asn
+++ b/asn1/gsm_map/MAP-CommonDataTypes.asn
@@ -1,4 +1,3 @@
--- $Id$
-- 3GPP TS 29.002 V12.3.0 (2013-12)
-- 17.7.8 Common data types
diff --git a/asn1/gsm_map/MAP-DialogueInformation.asn b/asn1/gsm_map/MAP-DialogueInformation.asn
index 044957100a..ca1c8b0612 100644
--- a/asn1/gsm_map/MAP-DialogueInformation.asn
+++ b/asn1/gsm_map/MAP-DialogueInformation.asn
@@ -1,4 +1,3 @@
--- $Id$
-- 3GPP TS 29.002 V12.3.0 (2013-12)
-- 17.4 MAP Dialogue Information
MAP-DialogueInformation {
diff --git a/asn1/gsm_map/MAP-ER-DataTypes.asn b/asn1/gsm_map/MAP-ER-DataTypes.asn
index c7d9b28341..25d0a68cc3 100644
--- a/asn1/gsm_map/MAP-ER-DataTypes.asn
+++ b/asn1/gsm_map/MAP-ER-DataTypes.asn
@@ -1,4 +1,3 @@
--- $Id$
-- 3GPP TS V12.3.0 (2013-12)
-- 17.7.7 Error data types
diff --git a/asn1/gsm_map/MAP-Errors.asn b/asn1/gsm_map/MAP-Errors.asn
index 90d8837e0c..8ec8b00f71 100644
--- a/asn1/gsm_map/MAP-Errors.asn
+++ b/asn1/gsm_map/MAP-Errors.asn
@@ -1,4 +1,3 @@
--- $Id$
-- 3GPP TS 29.002 V12.3.0 (2013-12)
-- 17.6.6 Errors
diff --git a/asn1/gsm_map/MAP-ExtensionDataTypes.asn b/asn1/gsm_map/MAP-ExtensionDataTypes.asn
index 49010ae148..67b187d6ad 100644
--- a/asn1/gsm_map/MAP-ExtensionDataTypes.asn
+++ b/asn1/gsm_map/MAP-ExtensionDataTypes.asn
@@ -1,4 +1,3 @@
--- $Id$
-- MAP-ExtensionDataTypes.asn
--
-- Taken from 3GPP TS 29.002 V12.3.0 (2013-12)
diff --git a/asn1/gsm_map/MAP-GR-DataTypes.asn b/asn1/gsm_map/MAP-GR-DataTypes.asn
index a0d8db5a7d..375dd59995 100644
--- a/asn1/gsm_map/MAP-GR-DataTypes.asn
+++ b/asn1/gsm_map/MAP-GR-DataTypes.asn
@@ -1,5 +1,3 @@
--- $Id$
---
-- Taken from 3GPP TS 29.002 V11.5.0 (2012-12)
--
--17.7.12 Group Call data types
diff --git a/asn1/gsm_map/MAP-Group-Call-Operations.asn b/asn1/gsm_map/MAP-Group-Call-Operations.asn
index faf3d64f26..96cee6ce59 100644
--- a/asn1/gsm_map/MAP-Group-Call-Operations.asn
+++ b/asn1/gsm_map/MAP-Group-Call-Operations.asn
@@ -1,4 +1,3 @@
--- $Id$
-- 3GPP TS 29.002 V12.3.0 (2013-12)
-- 17.6.7 Group Call operations
diff --git a/asn1/gsm_map/MAP-LCS-DataTypes.asn b/asn1/gsm_map/MAP-LCS-DataTypes.asn
index b0500dc0e7..f632daea43 100644
--- a/asn1/gsm_map/MAP-LCS-DataTypes.asn
+++ b/asn1/gsm_map/MAP-LCS-DataTypes.asn
@@ -1,4 +1,3 @@
--- $Id$
-- MAP-LCS-DataTypes.asn
--
-- Taken from 3GPP TS 29.002 V12.3.0 (2013-12)
diff --git a/asn1/gsm_map/MAP-LocationServiceOperations.asn b/asn1/gsm_map/MAP-LocationServiceOperations.asn
index 2495ce2a9c..53ac7337a3 100644
--- a/asn1/gsm_map/MAP-LocationServiceOperations.asn
+++ b/asn1/gsm_map/MAP-LocationServiceOperations.asn
@@ -1,4 +1,3 @@
--- $Id$
-- 3GPP TS 29.002 V12.3.0 (2013-12)
-- 17.6.8 Location service operations
diff --git a/asn1/gsm_map/MAP-MS-DataTypes.asn b/asn1/gsm_map/MAP-MS-DataTypes.asn
index 4e8f15addb..55e33ad9c6 100644
--- a/asn1/gsm_map/MAP-MS-DataTypes.asn
+++ b/asn1/gsm_map/MAP-MS-DataTypes.asn
@@ -1,4 +1,3 @@
--- $Id$
-- 3GPP TS 29.002 V12.3.0 (2013-12)
-- 17.7.1 Mobile Service data types
diff --git a/asn1/gsm_map/MAP-MobileServiceOperations.asn b/asn1/gsm_map/MAP-MobileServiceOperations.asn
index ef7f811449..5e7fb3a7f5 100644
--- a/asn1/gsm_map/MAP-MobileServiceOperations.asn
+++ b/asn1/gsm_map/MAP-MobileServiceOperations.asn
@@ -1,4 +1,3 @@
--- $Id$
-- 3GPP TS 29.002 V12.3.0 (2013-12)
-- 17.6.1 Mobile Service Operations
diff --git a/asn1/gsm_map/MAP-OM-DataTypes.asn b/asn1/gsm_map/MAP-OM-DataTypes.asn
index 8529dbedc8..35447e02ac 100644
--- a/asn1/gsm_map/MAP-OM-DataTypes.asn
+++ b/asn1/gsm_map/MAP-OM-DataTypes.asn
@@ -1,4 +1,3 @@
--- $Id$
-- 17.7.2 Operation and maintenance data types
-- 3GPP TS 29.002 V12.3.0 (2013-12)
diff --git a/asn1/gsm_map/MAP-OperationAndMaintenanceOperations.asn b/asn1/gsm_map/MAP-OperationAndMaintenanceOperations.asn
index 667d27fefb..3921ba9e8c 100644
--- a/asn1/gsm_map/MAP-OperationAndMaintenanceOperations.asn
+++ b/asn1/gsm_map/MAP-OperationAndMaintenanceOperations.asn
@@ -1,4 +1,3 @@
--- $Id$
-- 3GPP TS 29.002 V12.3.0 (2013-12)
--17.6.2 Operation and Maintenance Operations
MAP-OperationAndMaintenanceOperations {
diff --git a/asn1/gsm_map/MAP-Protocol.asn b/asn1/gsm_map/MAP-Protocol.asn
index 957649ec03..bea737ce70 100644
--- a/asn1/gsm_map/MAP-Protocol.asn
+++ b/asn1/gsm_map/MAP-Protocol.asn
@@ -1,4 +1,3 @@
--- $Id$
-- 3GPP TS 29.002 V12.3.0 (2013-12)
--17.5 MAP operation and error codes
MAP-Protocol {
diff --git a/asn1/gsm_map/MAP-SM-DataTypes.asn b/asn1/gsm_map/MAP-SM-DataTypes.asn
index 7c04b3467f..c7c8913038 100644
--- a/asn1/gsm_map/MAP-SM-DataTypes.asn
+++ b/asn1/gsm_map/MAP-SM-DataTypes.asn
@@ -1,4 +1,3 @@
--- $Id$
-- 3GPP TS 29.002 V12.3.0 (2013-12)
-- 17.7.6 Short message data types
diff --git a/asn1/gsm_map/MAP-SS-Code.asn b/asn1/gsm_map/MAP-SS-Code.asn
index 1d789e5066..11612c0595 100644
--- a/asn1/gsm_map/MAP-SS-Code.asn
+++ b/asn1/gsm_map/MAP-SS-Code.asn
@@ -1,4 +1,3 @@
--- $Id$
-- 3GPP TS 29.002 V12.3.0 (2013-12)
-- 17.7.5 Supplementary service codes
diff --git a/asn1/gsm_map/MAP-SS-DataTypes.asn b/asn1/gsm_map/MAP-SS-DataTypes.asn
index 908c0423ad..5878ce4faf 100644
--- a/asn1/gsm_map/MAP-SS-DataTypes.asn
+++ b/asn1/gsm_map/MAP-SS-DataTypes.asn
@@ -1,4 +1,3 @@
--- $Id$
-- 3GPP TS 29.002 V12.3.0 (2013-12)
-- 17.7.4 Supplementary service data types
diff --git a/asn1/gsm_map/MAP-ShortMessageServiceOperations.asn b/asn1/gsm_map/MAP-ShortMessageServiceOperations.asn
index 52d0f151cd..8b036f2f76 100644
--- a/asn1/gsm_map/MAP-ShortMessageServiceOperations.asn
+++ b/asn1/gsm_map/MAP-ShortMessageServiceOperations.asn
@@ -1,4 +1,3 @@
--- $Id$
-- 3GPP TS 29.002 V12.3.0 (2013-12)
-- 17.6.5 Short message service operations
diff --git a/asn1/gsm_map/MAP-SupplementaryServiceOperations.asn b/asn1/gsm_map/MAP-SupplementaryServiceOperations.asn
index ca06cd2db3..11ab3e8339 100644
--- a/asn1/gsm_map/MAP-SupplementaryServiceOperations.asn
+++ b/asn1/gsm_map/MAP-SupplementaryServiceOperations.asn
@@ -1,4 +1,3 @@
--- $Id$
-- 3GPP TS 29.002 V12.3.0 (2013-12)
--17.6.4 Supplementary service operations
diff --git a/asn1/gsm_map/MAP-TS-Code.asn b/asn1/gsm_map/MAP-TS-Code.asn
index 09e8cc76a2..82a8994702 100644
--- a/asn1/gsm_map/MAP-TS-Code.asn
+++ b/asn1/gsm_map/MAP-TS-Code.asn
@@ -1,4 +1,3 @@
--- $Id$
-- 3GPP TS 29.002 V12.3.0 (2013-12)
-- 17.7.9 Teleservice Codes
diff --git a/asn1/gsm_map/Makefile.am b/asn1/gsm_map/Makefile.am
index d357a4d4df..72d28e600b 100644
--- a/asn1/gsm_map/Makefile.am
+++ b/asn1/gsm_map/Makefile.am
@@ -1,6 +1,3 @@
-# $Id$
-#
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
diff --git a/asn1/gsm_map/Makefile.common b/asn1/gsm_map/Makefile.common
index 099123b127..a9b29f0b29 100644
--- a/asn1/gsm_map/Makefile.common
+++ b/asn1/gsm_map/Makefile.common
@@ -1,6 +1,3 @@
-# $Id$
-#
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
diff --git a/asn1/gsm_map/Makefile.nmake b/asn1/gsm_map/Makefile.nmake
index 25f75f5105..fc70f2382f 100644
--- a/asn1/gsm_map/Makefile.nmake
+++ b/asn1/gsm_map/Makefile.nmake
@@ -1,8 +1,5 @@
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id$
-#
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
diff --git a/asn1/gsm_map/MobileDomainDefinitions.asn b/asn1/gsm_map/MobileDomainDefinitions.asn
index 50f9ddab6c..ce1947eb7f 100644
--- a/asn1/gsm_map/MobileDomainDefinitions.asn
+++ b/asn1/gsm_map/MobileDomainDefinitions.asn
@@ -1,4 +1,3 @@
--- $Id$
-- ETSI ETR 091 ed.1 http://www.etsi.org
MobileDomainDefinitions {ccitt (0) identified-organization (4) etsi (0)
diff --git a/asn1/gsm_map/Nokia.asn b/asn1/gsm_map/Nokia.asn
index b3050ce5c8..a83fedf27a 100644
--- a/asn1/gsm_map/Nokia.asn
+++ b/asn1/gsm_map/Nokia.asn
@@ -1,5 +1,4 @@
-- Nokia proprietary extensions
--- $Id$
--
NokiaMAP-Extensions
diff --git a/asn1/gsm_map/SS-DataTypes.asn b/asn1/gsm_map/SS-DataTypes.asn
index 034b240fee..4a02d004e2 100644
--- a/asn1/gsm_map/SS-DataTypes.asn
+++ b/asn1/gsm_map/SS-DataTypes.asn
@@ -1,4 +1,3 @@
--- $Id$
-- 3GPP TS 24.080 V9.1.0 (2010-03)
-- 4.4.2 ASN.1 data types
SS-DataTypes {
diff --git a/asn1/gsm_map/SS-Errors.asn b/asn1/gsm_map/SS-Errors.asn
index 6c48975c00..ccf8422d4e 100644
--- a/asn1/gsm_map/SS-Errors.asn
+++ b/asn1/gsm_map/SS-Errors.asn
@@ -1,4 +1,3 @@
--- $Id$
-- 3GPP TS 24.080 V9.1.0 (2010-03)
-- 4.3.1 Errors ASN.1 specification
-- The following ASN.1 module provides an ASN.1 specification of errors. Errors from MAP are imported in the SS Protocol module in subclause 4.5. The module defines errors by allocating them a local value. For the involved errors the same local values as in MAP are allocated.
diff --git a/asn1/gsm_map/SS-Operations.asn b/asn1/gsm_map/SS-Operations.asn
index e239c18cef..ac720a112e 100644
--- a/asn1/gsm_map/SS-Operations.asn
+++ b/asn1/gsm_map/SS-Operations.asn
@@ -1,4 +1,3 @@
--- $Id$
-- 3GPP TS 24.080 V9.1.0 (2010-03)
-- 4.2 Operation types
SS-Operations {
diff --git a/asn1/gsm_map/SS-Protocol.asn b/asn1/gsm_map/SS-Protocol.asn
index 6985b9ab5b..60e3d7c91e 100644
--- a/asn1/gsm_map/SS-Protocol.asn
+++ b/asn1/gsm_map/SS-Protocol.asn
@@ -1,4 +1,3 @@
--- $Id$
-- 3GPP TS 24.080 V9.1.0 (2010-03)
-- 4.5 Operations and errors implementation
-- For the actual implementation of supplementary services, operations and errors have to be defined by value. The following ASN.1 module, imports operation from the ASN.1 module described in subclause 4.2 and operations and errors from MAP.
diff --git a/asn1/gsm_map/gsm_map.cnf b/asn1/gsm_map/gsm_map.cnf
index 435b029ee6..7c768c6776 100644
--- a/asn1/gsm_map/gsm_map.cnf
+++ b/asn1/gsm_map/gsm_map.cnf
@@ -1,5 +1,3 @@
-# $Id$
-
#.OPT
-b
#-d satcom
diff --git a/asn1/gsm_map/packet-gsm_map-template.c b/asn1/gsm_map/packet-gsm_map-template.c
index 01fc0f93fe..fea78e0760 100644
--- a/asn1/gsm_map/packet-gsm_map-template.c
+++ b/asn1/gsm_map/packet-gsm_map-template.c
@@ -17,8 +17,6 @@
* Felix Fei <felix.fei [AT] utstar.com>
* and Michael Lum <mlum [AT] telostech.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/asn1/gsm_map/packet-gsm_map-template.h b/asn1/gsm_map/packet-gsm_map-template.h
index f0fec92c4d..b3e96c32a5 100644
--- a/asn1/gsm_map/packet-gsm_map-template.h
+++ b/asn1/gsm_map/packet-gsm_map-template.h
@@ -2,8 +2,6 @@
* Routines for GSM MAP packet dissection
* Copyright 2004 - 2006, Anders Broman <anders.broman@ericsson.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs