Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
81aa65cb
Commit
81aa65cb
authored
Oct 13, 2016
by
garciay
Browse files
Decoding bug fixed
parent
d8f033e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
javasrc/codec/org/etsi/ttcn/codec/CodecBuffer.java
View file @
81aa65cb
...
...
@@ -312,6 +312,8 @@ public class CodecBuffer {
bits
=
0
;
buffer
=
new
byte
[]
{};
}
}
else
{
result
=
new
byte
[]
{};
}
return
result
;
// TODO: move markers
...
...
javasrc/codec/org/etsi/ttcn/codec/its/security/Plugin.java
View file @
81aa65cb
...
...
@@ -111,6 +111,7 @@ public class Plugin {
cf
.
setCodec
(
TciTypeClass
.
INTEGER
,
"LibItsSecurity"
,
"HeaderFieldContainer.generation_time"
,
Time64
.
class
);
cf
.
setCodec
(
TciTypeClass
.
INTEGER
,
"LibItsSecurity"
,
"HeaderFieldContainer.expiry_time"
,
Time32
.
class
);
cf
.
setCodec
(
TciTypeClass
.
INTEGER
,
"LibItsSecurity"
,
"HeaderFieldContainer.its_aid"
,
IntX
.
class
);
cf
.
setCodec
(
TciTypeClass
.
INTEGER
,
"LibItsSecurity"
,
"ItsAidSsp.its_aid"
,
IntX
.
class
);
cf
.
setCodec
(
TciTypeClass
.
INTEGER
,
"LibItsSecurity"
,
"ValidityRestrictionContainer.end_validity"
,
Time32
.
class
);
cf
.
setCodec
(
TciTypeClass
.
SET_OF
,
"LibItsSecurity"
,
"SignerInfoContainer.certificates"
,
RecordOf
.
class
);
...
...
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