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
99204451
Commit
99204451
authored
Sep 15, 2017
by
garciay
Browse files
Start UpperTester changes
parent
858d5f2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/DENM/LibItsDenm_EncdecDeclarations.ttcn
View file @
99204451
module
LibItsDenm_EncdecDeclarations
{
import
from
LibItsDenm_TypesAndValues
all
;
import
from
LibItsDenm_TestSystem
all
;
import
from
DENM_PDU_Descriptions
language
"ASN.1:1997"
all
;
...
...
@@ -18,4 +19,7 @@ module LibItsDenm_EncdecDeclarations {
external
function
fx_dec_DENM
(
inout
bitstring
b
,
out
DENM
p
)
return
integer
with
{
extension
"prototype(sliding) decode(PER)"
}
external
function
fx_enc_UtDenmInitialize
(
UtDenmInitialize
p
)
return
bitstring
with
{
extension
"prototype(convert) encode(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