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
dcffd4b8
Commit
dcffd4b8
authored
Sep 04, 2017
by
garciay
Browse files
Start testing DENM
parent
3d752de8
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/DENM/LibItsDenm_EncdecDeclarations.ttcn
View file @
dcffd4b8
...
...
@@ -6,16 +6,16 @@ module LibItsDenm_EncdecDeclarations {
external
function
fx_enc_DenmReq
(
DenmReq
p
)
return
bitstring
with
{
extension
"prototype(convert) encode(LibIts_Interface)"
}
external
function
fx_dec_DenmReq
(
inout
bitstring
b
,
out
DenmReq
p
)
return
integer
with
{
extension
"prototype(sliding) decode(LibIts_Interface)"
}
external
function
fx_dec_DenmInd
(
inout
bitstring
b
,
out
DenmInd
p
)
return
integer
with
{
extension
"prototype(sliding) decode(LibIts_Interface)"
}
external
function
fx_enc_DENM
(
DENM
p
)
return
bitstring
with
{
extension
"prototype(convert) encode(BER:BER_ENCODE_CER)"
}
// with {extension "prototype(convert) encode(PER)"}
with
{
extension
"prototype(convert) encode(PER)"
}
external
function
fx_dec_DENM
(
inout
bitstring
b
,
out
DENM
p
)
return
integer
with
{
extension
"prototype(sliding) decode(BER:BER_ENCODE_CER)"
}
// with {extension "prototype(sliding) encode(PER)"}
with
{
extension
"prototype(sliding) decode(PER)"
}
}
// 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