Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
asn1-value-editor
Commits
18aa74b9
Commit
18aa74b9
authored
Oct 03, 2016
by
Maxime Perrotin
Browse files
Fix accomodation for the MSC editor
parent
960f8249
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
18aa74b9
...
...
@@ -34,6 +34,7 @@ LICENSE: LGPL - see LICENSE file
CHANGELOG:
1.
5.3 - Minor accomodation for the MSC editor
1.
5.2 - Minor bugfix with SDL interface
1.
5.1 - Simulator supports continuous signals
1.
5.0 - Introduce exhaustive simulator
...
...
asn1_value_editor/asn1_value_editor.py
View file @
18aa74b9
...
...
@@ -16,7 +16,7 @@
__author__
=
"Maxime Perrotin"
__license__
=
"LGPLv3"
__version__
=
"1.5.
2
"
__version__
=
"1.5.
3
"
__url__
=
"http://taste.tuxfamily.org"
import
sys
...
...
asn1_value_editor/standalone_editor.py
View file @
18aa74b9
...
...
@@ -66,6 +66,8 @@ except ImportError:
logger
.
error
(
'ASN1 Value Editor import error'
)
sys
.
exit
(
1
)
usable
=
True
# legacy - needed by MSC editor
# DV.py is generated from asn2dataModel (DMT tools)
# It containts constants related to the enumerated and choice types
# If not present it will be generated on the fly using opengeode's API
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment