Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TTCN-3 Libraries
LibIts
Commits
cc915fee
Commit
cc915fee
authored
Sep 25, 2017
by
garciay
Browse files
UpperTester changes validation
parent
ec9eb8a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/DENM/LibItsDenm_EncdecDeclarations.ttcn
View file @
cc915fee
...
...
@@ -28,4 +28,16 @@ module LibItsDenm_EncdecDeclarations {
external
function
fx_enc_UtDenmChangePseudonym
(
UtDenmChangePseudonym
p
)
return
bitstring
with
{
extension
"prototype(convert) encode(UpperTester)"
}
external
function
fx_enc_UtDenmTrigger
(
UtDenmTrigger
p
)
return
bitstring
with
{
extension
"prototype(convert) encode(UpperTester)"
}
external
function
fx_enc_UtDenmUpdate
(
UtDenmUpdate
p
)
return
bitstring
with
{
extension
"prototype(convert) encode(UpperTester)"
}
external
function
fx_enc_UtDenmTermination
(
UtDenmTermination
p
)
return
bitstring
with
{
extension
"prototype(convert) encode(UpperTester)"
}
external
function
fx_dec_UtDenmResults
(
inout
bitstring
b
,
out
UtDenmResults
p
)
return
integer
with
{
extension
"prototype(sliding) decode(UpperTester)"
}
}
// End of module LibItsDenm_EncdecDeclarations
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