aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-08-13 11:15:39 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-08-13 11:15:39 +0000
commit396ceb5607e6fecb3d828a4562e8b33ee67b6130 (patch)
treeeb4a9a26c328c6565881408312fc76ce88bd9c95 /tools
parentbd402b4d1679305ea91f93aee6befdbd4f601620 (diff)
NBAP rewritten to use original ASN.1 source and updated to TS 25.433 V7.5.0 (2007-06)
svn path=/trunk/; revision=22490
Diffstat (limited to 'tools')
-rwxr-xr-xtools/asn2wrs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/asn2wrs.py b/tools/asn2wrs.py
index 23505e6e52..0338969224 100755
--- a/tools/asn2wrs.py
+++ b/tools/asn2wrs.py
@@ -5157,7 +5157,7 @@ class BitStringType (Type):
#print "eth_type_default_table(tname='%s')" % (tname)
table = ''
bits = self.eth_named_bits()
- if (bits):
+ if (bits and ectx.Ber()):
table = ectx.eth_bits(tname, bits)
return table