aboutsummaryrefslogtreecommitdiffstats
path: root/tools/asn2wrs.py
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-04-19 12:58:31 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-04-19 12:58:31 +0000
commit635171a4c059d2131b902489e6600b0f14f45502 (patch)
tree4e994b57ccf5747ee663041508ec34f94b834cae /tools/asn2wrs.py
parent1bf555aa2f2c91179485931a49700078a3217602 (diff)
added missing dependency in tagged type
svn path=/trunk/; revision=21475
Diffstat (limited to 'tools/asn2wrs.py')
-rwxr-xr-xtools/asn2wrs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/asn2wrs.py b/tools/asn2wrs.py
index cf7b5d0cf7..ea60c3e457 100755
--- a/tools/asn2wrs.py
+++ b/tools/asn2wrs.py
@@ -2499,6 +2499,7 @@ class TaggedType (Type):
def eth_reg_sub(self, ident, ectx):
self.val_name = ident + '/' + '_untag'
+ ectx.eth_dep_add(ident, self.val_name)
self.val.eth_reg(self.val_name, ectx, tstrip=self.tstrip+1, tagflag=True, parent=ident)
def eth_ftype(self, ectx):