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
230f48d6
Commit
230f48d6
authored
7 years ago
by
acverdugo
Browse files
Options
Downloads
Patches
Plain Diff
Some fixes in:
TC_CSE_DMR_CRE_001_SUB_GRP TC_CSE_DMR_CRE_012_SUB
parent
0543ec3b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
LibOneM2M/OneM2M_Templates.ttcn
+1
-2
1 addition, 2 deletions
LibOneM2M/OneM2M_Templates.ttcn
OneM2M_Testcases.ttcn
+8
-3
8 additions, 3 deletions
OneM2M_Testcases.ttcn
with
9 additions
and
5 deletions
LibOneM2M/OneM2M_Templates.ttcn
+
1
−
2
View file @
230f48d6
...
@@ -3013,8 +3013,7 @@ module OneM2M_Templates {
...
@@ -3013,8 +3013,7 @@ module OneM2M_Templates {
template
Notification
mw_contentNotificationVerification
modifies
mw_contentNotificationBase
:=
{
template
Notification
mw_contentNotificationVerification
modifies
mw_contentNotificationBase
:=
{
verificationRequest
:=
true
,
verificationRequest
:=
true
,
//creator := ? //Temporal change, do not commit!
creator
:=
?
creator
:=
*
}
}
...
...
This diff is collapsed.
Click to expand it.
OneM2M_Testcases.ttcn
+
8
−
3
View file @
230f48d6
...
@@ -2218,13 +2218,14 @@ module OneM2M_Testcases {
...
@@ -2218,13 +2218,14 @@ module OneM2M_Testcases {
p_parentRequestPrimitive.primitiveContent.subscription.notificationURI := {f_getResourceAddress(v_ae2Index)};
p_parentRequestPrimitive.primitiveContent.subscription.notificationURI := {f_getResourceAddress(v_ae2Index)};
p_notifyHandler.start(f_cse_notifyProcedure_subscriptionVerificationHandler(v_parentIndex));
p_notifyHandler.start(f_cse_notifyProcedure_subscriptionVerificationHandler(v_parentIndex));
}
}
v_parentIndex := f_cse_createResource(valueof(p_parentRequestPrimitive.resourceType), p_parentRequestPrimitive, v_parentIndex);
if(ischosen(p_parentRequestPrimitive.primitiveContent.group_)){
if(ischosen(p_parentRequestPrimitive.primitiveContent.group_)){
f_cse_preamble_registerAe();
f_cse_preamble_registerAe();
}
}
v_parentIndex := f_cse_createResource(valueof(p_parentRequestPrimitive.resourceType), p_parentRequestPrimitive, v_parentIndex);
} else {//Resource under CSEBase
} else {//Resource under CSEBase
...
@@ -3306,6 +3307,8 @@ module OneM2M_Testcases {
...
@@ -3306,6 +3307,8 @@ module OneM2M_Testcases {
var MsgIn v_response;
var MsgIn v_response;
var RequestPrimitive v_request;
var RequestPrimitive v_request;
var integer v_aeIndex := -1;
var integer v_aeIndex := -1;
var integer v_ae2Index := -1;
var CseTester v_notifyHandler;
// Test control
// Test control
...
@@ -3316,6 +3319,8 @@ module OneM2M_Testcases {
...
@@ -3316,6 +3319,8 @@ module OneM2M_Testcases {
// Preamble
// Preamble
v_aeIndex := f_cse_preamble_registerAe();//c_CRUDNDi);
v_aeIndex := f_cse_preamble_registerAe();//c_CRUDNDi);
f_cse_preamble_subscriptionVerification(v_notifyHandler, v_aeIndex, v_ae2Index, p_requestPrimitive, p_resourceType);
// Test Body
// Test Body
v_request := f_getCreateRequestPrimitive(p_resourceType, p_requestPrimitive, v_aeIndex);
v_request := f_getCreateRequestPrimitive(p_resourceType, p_requestPrimitive, v_aeIndex);
...
...
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