aboutsummaryrefslogtreecommitdiffstats
path: root/tools/asn2eth.py
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-08-29 16:51:58 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-08-29 16:51:58 +0000
commitbc3830f63d5bc37579ee8db01d23d6f78c79ea79 (patch)
treed4c5a71772a4657b62c3cff10a3aa8b4a86e9b20 /tools/asn2eth.py
parent19fbd1dcbd65d1ce7d68c5cd165b9e2f402e2a5f (diff)
Fix a typo 'BER_UNI_TAG_TeletexString'
svn path=/trunk/; revision=15613
Diffstat (limited to 'tools/asn2eth.py')
-rwxr-xr-xtools/asn2eth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/asn2eth.py b/tools/asn2eth.py
index b204adc1a1..8160ae8978 100755
--- a/tools/asn2eth.py
+++ b/tools/asn2eth.py
@@ -2882,7 +2882,7 @@ class T61StringType (RestrictedCharacterStringType):
def eth_tsname(self):
return 'T61String'
def GetTTag(self, ectx):
- return ('BER_CLASS_UNI', 'BER_UNI_TAG_Teletext')
+ return ('BER_CLASS_UNI', 'BER_UNI_TAG_TeletexString')
class UniversalStringType (RestrictedCharacterStringType):
def eth_tsname(self):