Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ATS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TST
ATS
Merge requests
!3
Reg
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Reg
REG
into
master
Overview
0
Commits
7
Pipelines
0
Changes
1
Merged
Miguel Angel Reina Ortega
requested to merge
REG
into
master
9 years ago
Overview
0
Commits
7
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
03dab114
Prev
Next
Show latest version
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
03dab114
Changed variable name
· 03dab114
Naum Spaseski
authored
9 years ago
OneM2M_Functions.ttcn
+
3
−
3
Options
@@ -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
;
}
Loading