aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-09-03 19:10:28 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-09-03 19:10:28 +0000
commit5dd544c914ac58d483bbb78bf7903de331fa2318 (patch)
tree099fa5e5289da6b49ad8bd975ce39ae12d6f4c87 /asn1
parente708889484247da6fbeb513f14acf3e7951844d9 (diff)
Rename the asn1 file(next step is to split it) to it's "proper" name.
svn path=/trunk/; revision=26130
Diffstat (limited to 'asn1')
-rw-r--r--asn1/x411/MTAAbstractService.asn (renamed from asn1/x411/x411.asn)0
-rw-r--r--asn1/x411/Makefile.common2
2 files changed, 1 insertions, 1 deletions
diff --git a/asn1/x411/x411.asn b/asn1/x411/MTAAbstractService.asn
index a6a5812037..a6a5812037 100644
--- a/asn1/x411/x411.asn
+++ b/asn1/x411/MTAAbstractService.asn
diff --git a/asn1/x411/Makefile.common b/asn1/x411/Makefile.common
index 90a873ec25..3f49830a0c 100644
--- a/asn1/x411/Makefile.common
+++ b/asn1/x411/Makefile.common
@@ -31,7 +31,7 @@ EXPORT_FILES = $(PROTOCOL_NAME)-exp.cnf
EXT_ASN_FILE_LIST =
-ASN_FILE_LIST = $(PROTOCOL_NAME).asn
+ASN_FILE_LIST = MTAAbstractService.asn
# The packet-$(PROTOCOL_NAME)-template.h and $(PROTOCOL_NAME).asn
# files do not exist for all protocols: Please add/remove as required.