aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-06-21 21:44:50 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-06-21 21:44:50 +0000
commitc52244534387dc02474455cba89b2c851a235d04 (patch)
treedaa6f96736c7d12795b976e38e5194cb2a6ff59a
parentb2fcf7eba593171945d7dc58690c70ca9f9c45e2 (diff)
Delete now obsolete MAP dialouge.
svn path=/trunk/; revision=22156
-rw-r--r--asn1/MAP_Dialogue/MAP-DialogueInformation.asn127
-rw-r--r--asn1/MAP_Dialogue/MAP_DialoguePDU.cnf28
-rw-r--r--asn1/MAP_Dialogue/Makefile17
-rw-r--r--asn1/MAP_Dialogue/Makefile.nmake48
-rw-r--r--asn1/MAP_Dialogue/packet-MAP-DialoguePDU-template.c80
-rw-r--r--asn1/MAP_Dialogue/packet-MAP-DialoguePDU-template.h30
6 files changed, 0 insertions, 330 deletions
diff --git a/asn1/MAP_Dialogue/MAP-DialogueInformation.asn b/asn1/MAP_Dialogue/MAP-DialogueInformation.asn
deleted file mode 100644
index 9e7c075922..0000000000
--- a/asn1/MAP_Dialogue/MAP-DialogueInformation.asn
+++ /dev/null
@@ -1,127 +0,0 @@
--- $Id$
--- 17.4 MAP Dialogue Information
--- 3GPP TS 29.002 V8.1.0 (2007-03)
-MAP-DialogueInformation {
- itu-t identified-organization (4) etsi (0) mobileDomain (0)
- gsm-Network (1) modules (3) map-DialogueInformation (3) version11 (11)}
-
-DEFINITIONS
-
-IMPLICIT TAGS
-
-::=
-
-BEGIN
-
-EXPORTS
- map-DialogueAS,
- MAP-DialoguePDU
-
-;
-
-IMPORTS
- gsm-NetworkId,
- as-Id
-FROM MobileDomainDefinitions {
- itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
- mobileDomainDefinitions (0) version1 (1)}
-
- AddressString
-FROM MAP-CommonDataTypes {
- itu-t identified-organization (4) etsi (0) mobileDomain (0)
- gsm-Network(1) modules (3) map-CommonDataTypes (18) version11 (11)}
-
- ExtensionContainer
-FROM MAP-ExtensionDataTypes {
- itu-t identified-organization (4) etsi (0) mobileDomain (0)
- gsm-Network (1) modules (3) map-ExtensionDataTypes (21) version11 (11)}
-
-
-;
-
-
--- abstract syntax name for MAP-DialoguePDU
-
-map-DialogueAS OBJECT IDENTIFIER ::=
- {gsm-NetworkId as-Id map-DialoguePDU (1) version1 (1)}
-
-MAP-DialoguePDU ::= CHOICE {
- map-open [0] MAP-OpenInfo,
- map-accept [1] MAP-AcceptInfo,
- map-close [2] MAP-CloseInfo,
- map-refuse [3] MAP-RefuseInfo,
- map-userAbort [4] MAP-UserAbortInfo,
- map-providerAbort [5] MAP-ProviderAbortInfo}
-
-MAP-OpenInfo ::= SEQUENCE {
- destinationReference [0] AddressString OPTIONAL,
- originationReference [1] AddressString OPTIONAL,
- ...,
- extensionContainer ExtensionContainer OPTIONAL
- -- extensionContainer must not be used in version 2
- }
-
-MAP-AcceptInfo ::= SEQUENCE {
- ...,
- extensionContainer ExtensionContainer OPTIONAL
- -- extensionContainer must not be used in version 2
- }
-
-MAP-CloseInfo ::= SEQUENCE {
- ...,
- extensionContainer ExtensionContainer OPTIONAL
- -- extensionContainer must not be used in version 2
- }
-
-MAP-RefuseInfo ::= SEQUENCE {
- reason Reason,
- ...,
- extensionContainer ExtensionContainer OPTIONAL,
- -- extensionContainer must not be used in version 2
- alternativeApplicationContext OBJECT IDENTIFIER OPTIONAL
- -- alternativeApplicationContext must not be used in version 2
- }
-
-Reason ::= ENUMERATED {
- noReasonGiven (0),
- invalidDestinationReference (1),
- invalidOriginatingReference (2)}
-
-MAP-UserAbortInfo ::= SEQUENCE {
- map-UserAbortChoice MAP-UserAbortChoice,
- ...,
- extensionContainer ExtensionContainer OPTIONAL
- -- extensionContainer must not be used in version 2
- }
-
-MAP-UserAbortChoice ::= CHOICE {
- userSpecificReason [0] NULL,
- userResourceLimitation [1] NULL,
- resourceUnavailable [2] ResourceUnavailableReason,
- applicationProcedureCancellation [3] ProcedureCancellationReason}
-
-ResourceUnavailableReason ::= ENUMERATED {
- shortTermResourceLimitation (0),
- longTermResourceLimitation (1)}
-
-ProcedureCancellationReason ::= ENUMERATED {
- handoverCancellation (0),
- radioChannelRelease (1),
- networkPathRelease (2),
- callRelease (3),
- associatedProcedureFailure (4),
- tandemDialogueRelease (5),
- remoteOperationsFailure (6)}
-
-MAP-ProviderAbortInfo ::= SEQUENCE {
- map-ProviderAbortReason MAP-ProviderAbortReason,
- ...,
- extensionContainer ExtensionContainer OPTIONAL
- -- extensionContainer must not be used in version 2
- }
-
-MAP-ProviderAbortReason ::= ENUMERATED {
- abnormalDialogue (0),
- invalidPDU (1)}
-
-END
diff --git a/asn1/MAP_Dialogue/MAP_DialoguePDU.cnf b/asn1/MAP_Dialogue/MAP_DialoguePDU.cnf
deleted file mode 100644
index dcfbeb2bd5..0000000000
--- a/asn1/MAP_Dialogue/MAP_DialoguePDU.cnf
+++ /dev/null
@@ -1,28 +0,0 @@
-# MAP_Dialouge.cnf
-# MAP_Dialouge conformation file
-
-# $Id$
-
-#.MODULE_IMPORT
-MAP-CommonDataTypes gsm_map
-MAP-ExtensionDataTypes gsm_map
-MAP-ST-DataTypes gsm_map
-
-#.INCLUDE ../gsmmap/gsm_map-exp.cnf
-
-#.EXPORTS
-
-#.PDU
-MAP-DialoguePDU
-
-#.NO_EMIT
-
-#.TYPE_RENAME
-
-#.FIELD_RENAME
-
-#.REGISTER
-MAP-DialoguePDU B "0.4.0.0.1.1.1.1" "map-DialogueAS"
-# MAP-ProtectedDialoguePDU B "0.4.0.0.1.1.3.1" "map-ProtectedDialogueAS"
-
-#.END
diff --git a/asn1/MAP_Dialogue/Makefile b/asn1/MAP_Dialogue/Makefile
deleted file mode 100644
index aaa34acdf7..0000000000
--- a/asn1/MAP_Dialogue/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $Id$
-
-DISSECTOR_FILES=packet-MAP_DialoguePDU.c packet-MAP_DialoguePDU.h
-MAP_DIALOUGE_PDU_ASN=MAP-DialogueInformation.asn
-
-all: generate_dissector
-
-generate_dissector: $(DISSECTOR_FILES)
-
-$(DISSECTOR_FILES): ../../tools/asn2wrs.py $(MAP_DIALOUGE_PDU_ASN) packet-MAP-DialoguePDU-template.c packet-MAP-DialoguePDU-template.h MAP_DialoguePDU.cnf
- python ../../tools/asn2wrs.py -b -e -p MAP_DialoguePDU -c MAP_DialoguePDU.cnf -s packet-MAP-DialoguePDU-template $(MAP_DIALOUGE_PDU_ASN)
-
-clean:
- rm -f parsetab.py $(DISSECTOR_FILES)
-
-copy_files: generate_dissector
- cp $(DISSECTOR_FILES) ../../epan/dissectors
diff --git a/asn1/MAP_Dialogue/Makefile.nmake b/asn1/MAP_Dialogue/Makefile.nmake
deleted file mode 100644
index e970edb3f2..0000000000
--- a/asn1/MAP_Dialogue/Makefile.nmake
+++ /dev/null
@@ -1,48 +0,0 @@
-## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
-#
-# $Id$
-
-include ../../config.nmake
-
-UNIX2DOS=$(PERL) ../../tools/unix2dos.pl
-
-PROTOCOL_NAME=MAP_DialoguePDU
-DISSECTOR_FILES=packet-$(PROTOCOL_NAME).c packet-$(PROTOCOL_NAME).h
-MAP_DIALOUGE_PDU_ASN=MAP-DialogueInformation.asn
-
-all: generate_dissector
-
-generate_dissector: $(DISSECTOR_FILES)
-
-$(DISSECTOR_FILES): ../../tools/asn2wrs.py $(MAP_DIALOUGE_PDU_ASN) packet-MAP-DialoguePDU-template.c packet-MAP-DialoguePDU-template.h MAP_DialoguePDU.cnf
-!IFDEF PYTHON
- $(PYTHON) "../../tools/asn2wrs.py" -b -e -p $(PROTOCOL_NAME) -c MAP_DialoguePDU.cnf -s packet-MAP-DialoguePDU-template $(MAP_DIALOUGE_PDU_ASN)
-!ELSE
- @echo Error: You need Python to use asn2wrs.py
- @exit 1
-!ENDIF
-
-clean:
- rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES)
-
-distclean: clean
-
-maintainer-clean: distclean
-
-
-# Fix EOL in generated dissectors. Cygwin's python generates files with
-# mixed EOL styles, which can't be commited to the SVN repository.
-# Stuff included from template and "cnf" files has "\r\n" on windows, while
-# the generated stuff has "\n".
-
-fix_eol: generate_dissector
- move packet-$(PROTOCOL_NAME).c packet-$(PROTOCOL_NAME).c.tmp
- move packet-$(PROTOCOL_NAME).h packet-$(PROTOCOL_NAME).h.tmp
- $(UNIX2DOS) < packet-$(PROTOCOL_NAME).c.tmp > packet-$(PROTOCOL_NAME).c
- $(UNIX2DOS) < packet-$(PROTOCOL_NAME).h.tmp > packet-$(PROTOCOL_NAME).h
- del /f packet-$(PROTOCOL_NAME).c.tmp packet-$(PROTOCOL_NAME).h.tmp
-
-copy_files: generate_dissector fix_eol
- xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d /y
- xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d /y
-
diff --git a/asn1/MAP_Dialogue/packet-MAP-DialoguePDU-template.c b/asn1/MAP_Dialogue/packet-MAP-DialoguePDU-template.c
deleted file mode 100644
index 64786ae2fe..0000000000
--- a/asn1/MAP_Dialogue/packet-MAP-DialoguePDU-template.c
+++ /dev/null
@@ -1,80 +0,0 @@
-/* packet-MAP_DialoguePDU_asn1.c
- * Routines for MAP_DialoguePDU packet dissection
- *
- * $Id$
- *
- * Wireshark - Network traffic analyzer
- * By Gerald Combs <gerald@wireshark.org>
- * Copyright 1998 Gerald Combs
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
-
-#include <glib.h>
-#include <epan/packet.h>
-#include <epan/conversation.h>
-#include <epan/asn1.h>
-
-#include <stdio.h>
-#include <string.h>
-
-#include "packet-ber.h"
-#include "packet-gsm_map.h"
-
-#define PNAME "MAP_DialoguePDU"
-#define PSNAME "MAP_DialoguePDU"
-#define PFNAME "map_dialoguepdu"
-
-/* Initialize the protocol and registered fields */
-int proto_MAP_DialoguePDU = -1;
-#include "packet-MAP_DialoguePDU-hf.c"
-
-/* Initialize the subtree pointers */
-#include "packet-MAP_DialoguePDU-ett.c"
-
-#include "packet-MAP_DialoguePDU-fn.c"
-
-
-/*--- proto_register_MAP_DialoguePDU -------------------------------------------*/
-void proto_register_MAP_DialoguePDU(void) {
-
- /* List of fields */
- static hf_register_info hf[] = {
-#include "packet-MAP_DialoguePDU-hfarr.c"
- };
-
- /* List of subtrees */
- static gint *ett[] = {
-#include "packet-MAP_DialoguePDU-ettarr.c"
- };
-
- /* Register protocol */
- proto_MAP_DialoguePDU = proto_register_protocol(PNAME, PSNAME, PFNAME);
- register_dissector("MAP_DialoguePDU", dissect_MAP_DialoguePDU_PDU, proto_MAP_DialoguePDU);
- /* Register fields and subtrees */
- proto_register_field_array(proto_MAP_DialoguePDU, hf, array_length(hf));
- proto_register_subtree_array(ett, array_length(ett));
-
-}
-
-
-/*--- proto_reg_handoff_MAP_DialoguePDU ---------------------------------------*/
-void proto_reg_handoff_MAP_DialoguePDU(void) {
-#include "packet-MAP_DialoguePDU-dis-tab.c"
-}
diff --git a/asn1/MAP_Dialogue/packet-MAP-DialoguePDU-template.h b/asn1/MAP_Dialogue/packet-MAP-DialoguePDU-template.h
deleted file mode 100644
index 1342d5609d..0000000000
--- a/asn1/MAP_Dialogue/packet-MAP-DialoguePDU-template.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/* packet-MAP_DialoguePDU.h
- * Routines for MAP_DialoguePDU packet dissection
- *
- * $Id$
- *
- * Wireshark - Network traffic analyzer
- * By Gerald Combs <gerald@wireshark.org>
- * Copyright 1998 Gerald Combs
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef PACKET_MAP_DIALOGUEPDU_H
-#define PACKET_MAP_DIALOGUEPDU_H
-
-#include "packet-MAP_DialoguePDU-exp.h"
-
-#endif /* PACKET_MAP_DIALOGUEPDU_H */