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
aee58c77
Commit
aee58c77
authored
1 year ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Some fixes for TC_CSE_SUB_NTF_009 (not working yet)
parent
70854ea3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
OneM2M_Testcases_CSE_Release_3.ttcn
+5
-5
5 additions, 5 deletions
OneM2M_Testcases_CSE_Release_3.ttcn
with
5 additions
and
5 deletions
OneM2M_Testcases_CSE_Release_3.ttcn
+
5
−
5
View file @
aee58c77
...
...
@@ -8693,14 +8693,14 @@ module OneM2M_Testcases_CSE_Release_3 {
var integer v_resourceIndex;
var template RequestPrimitive v_groupRequest;
var XSD.AnyURI v_fanoutPointAddress;
var RequestPrimitive v_request;
var RequestPrimitive v_request
:= m_createSubscriptionBase
;
var template RequestPrimitive v_createRequest := m_createSubscriptionBase;
var template PrimitiveContent v_contentResponse;
// Test control
// Test component configuration
f_cf0
2
Up();
f_cf0
1
Up(
true
);
// Test adapter configuration
...
...
@@ -8709,9 +8709,9 @@ module OneM2M_Testcases_CSE_Release_3 {
f_cse_preamble_subscriptionVerification(v_ae2Index, v_createRequest, int23);
v_containerIndex := f_cse_createResource(int3, m_createContainer
Bas
e, v_aeIndex);
v_containerIndex := f_cse_createResource(int3, m_createContainer
_noResourceNam
e, v_aeIndex);
v_memberID_1 := f_getResourceId(vc_resourcesList[v_containerIndex].resource);
v_containerIndex := f_cse_createResource(int3, m_createContainer
Bas
e, v_aeIndex);
v_containerIndex := f_cse_createResource(int3, m_createContainer
_noResourceNam
e, v_aeIndex);
v_memberID_2 := f_getResourceId(vc_resourcesList[v_containerIndex].resource);
v_groupRequest := valueof(m_createGroup(2, {v_memberID_1, v_memberID_2}, omit, int3));
...
...
@@ -8723,7 +8723,7 @@ module OneM2M_Testcases_CSE_Release_3 {
v_request.primitiveContent.subscription.notificationForwardingURI := v_fanoutPointAddress;
//subscription created on these members with notificationForwardingURI attribute set identical to notificationURI
v_request.primitiveContent.group_.memberIDs := {v_memberID_1, v_memberID_2};
//
v_request.primitiveContent.group_.memberIDs := {v_memberID_1, v_memberID_2};
v_request := f_getCreateRequestPrimitive(int23, v_request, v_aeIndex);//Subscription
f_send(e_mcaPort, m_request(v_request));
...
...
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