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
Commits
db61c2be
Commit
db61c2be
authored
1 year ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Fix for f_CSE_DMR_UPD_017
parent
75df0dbf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
OneM2M_PermutationFunctions.ttcn
+10
-3
10 additions, 3 deletions
OneM2M_PermutationFunctions.ttcn
with
10 additions
and
3 deletions
OneM2M_PermutationFunctions.ttcn
+
10
−
3
View file @
db61c2be
...
...
@@ -6952,8 +6952,8 @@ module OneM2M_PermutationFunctions {
// Test adapter configuration
// Register the CSE
f_cse_registerRemoteCse
(
m_createRemoteCSE
Base
);
f_cse_registerRemoteCse
(
m_createRemoteCSE
_poa
(
-
,
-
,
-
,
-
,
-
,
{
f_getLocalPoA
()})
);
//Preamble
vc_ae1
.
start
(
f_cse_createResource
(
int2
,
v_create
));
...
...
@@ -6962,7 +6962,14 @@ module OneM2M_PermutationFunctions {
v_aeIndex
:=
f_getLatestResourceIndex
(
vc_ae1
);
if
(
p_resourceType
!=
int18
)
{
if
(
p_resourceType
==
int30
)
{
v_create
:=
m_createTimeSeriesBase
;
v_create
.
primitiveContent
.
timeSeries
.
announceTo
:=
{
vc_cseSimuDesc
.
cseId
};
vc_ae1
.
start
(
f_cse_createResource
(
int29
,
v_create
,
v_aeIndex
));
f_cse_announcementProcedure_createHandler
();
f_cseSimu_checkComponentDoneAndGetVerdict
(
vc_ae1
);
v_parentIndex
:=
f_getLatestResourceIndex
(
vc_ae1
);
}
else
if
(
p_resourceType
!=
int18
)
{
v_parentIndex
:=
v_aeIndex
;
//For resources that can have AE resource as parent
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment