Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
TST
ATS
Commits
03dab114
Commit
03dab114
authored
Jul 11, 2016
by
Naum Spaseski
Browse files
Changed variable name
parent
40575462
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
OneM2M_Functions.ttcn
OneM2M_Functions.ttcn
+3
-3
No files found.
OneM2M_Functions.ttcn
View file @
03dab114
...
...
@@ -127,12 +127,12 @@ module OneM2M_Functions {
function
f_preamble_prepareCSE
(
in
template
ListOfM2MID
p_allowedAEs
,
in
template
(
value
)
AccessControlOperations
p_allowedOperations
:=
int63
)
runs
on
M2M
return
integer
{
//c_CRUDNDi
var
M2MResponsePrimitive
v_response
;
var
integer
v_
c
se
BaseAux
Index
:=
-
1
;
var
integer
v_se
rviceSubscribedAppRule
Index
:=
-
1
;
var
RequestPrimitive
v_request
;
v_
c
se
BaseAux
Index
:=
f_createResource
(
int19
,
m_createServiceSubscribedAppRule
({
"None"
},
{
PX_APP_ID
},
valueof
(
p_allowedAEs
)));
v_se
rviceSubscribedAppRule
Index
:=
f_createResource
(
int19
,
m_createServiceSubscribedAppRule
({
"None"
},
{
PX_APP_ID
},
valueof
(
p_allowedAEs
)));
return
v_
c
se
BaseAux
Index
;
return
v_se
rviceSubscribedAppRule
Index
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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