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
c1323615
Commit
c1323615
authored
Jul 27, 2016
by
garciay
Browse files
Update id for AcSecPrimitive
parent
5a8005ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
javasrc/codec/org/etsi/ttcn/codec/its/adapter/AcSecPrimitive.java
View file @
c1323615
...
...
@@ -41,8 +41,9 @@ public class AcSecPrimitive extends Union {
protected
void
preEncode
(
CodecBuffer
buf
,
UnionValue
uv
)
{
String
variant
=
uv
.
getPresentVariantName
();
int
primitiveId
=
-
1
;
buf
.
appendBytes
(
ByteHelper
.
intToByteArray
(
2
,
1
));
// Append AcSecPrimitive message id
buf
.
appendBytes
(
ByteHelper
.
intToByteArray
(
3
,
1
));
// Append primitive id
if
(
variant
.
equals
(
"acEnableSecurity"
))
{
...
...
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