Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ATS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TST
ATS
Commits
f31bcc69
Commit
f31bcc69
authored
Feb 23, 2018
by
Miguel Angel Reina Ortega
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up of duplicated PXs
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
parent
5da1eef0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
13 deletions
+8
-13
OneM2M_Pixits.ttcn
LibOneM2M/OneM2M_Pixits.ttcn
+4
-9
OneM2M_PermutationFunctions.ttcn
OneM2M_PermutationFunctions.ttcn
+2
-2
OneM2M_Testcases_CSE_Release_2.ttcn
OneM2M_Testcases_CSE_Release_2.ttcn
+2
-2
No files found.
LibOneM2M/OneM2M_Pixits.ttcn
View file @
f31bcc69
...
...
@@ -21,9 +21,11 @@ module OneM2M_Pixits {
group IutParameters {
modulepar boolean PX_
M
N_CSE := true;
modulepar boolean PX_
I
N_CSE := true;
modulepar boolean PX_IN_CSE := false;
modulepar boolean PX_MN_CSE := false;
modulepar boolean PX_ASN_CSE:= false;
modulepar charstring PX_SUT_ADDRESS := "127.0.0.1:8080";
...
...
@@ -142,13 +144,6 @@ module OneM2M_Pixits {
modulepar boolean PX_RUN_POSTAMBLE := true;
}
//for checking whether the locationPolicy creation request is originated from a ASN-AE
//NOTE: Apply to Device-based location request, and this requires Test System (TS) to activate ASN-AE mode to test IUT
modulepar boolean PX_IUT_IS_ASN_CSE := false; //default //set it to true when running Device-based location testcases
modulepar boolean PX_IUT_IS_MN_CSE := false; //default //set it to true when running Share-based location testcases
modulepar boolean PX_IUT_IS_IN_CSE := false; //default //set it to true when running Share-based location testcases
//constant parameters for LOC
modulepar XSD.Token PX_LOCATION_TARGET_ID := "{LOCATION-TARGET-ID}"; //SUPPOSE TO BE RECEIVED FROM LOCATION SERVER
...
...
OneM2M_PermutationFunctions.ttcn
View file @
f31bcc69
...
...
@@ -2674,9 +2674,9 @@ module OneM2M_PermutationFunctions {
// Preamble
if (PX_
IUT_IS_MN_CSE == true
) {
if (PX_
MN_CSE
) {
vc_cse1.start(f_cse_registrationRemoteCse(m_createRemoteCSEBase));
}else if (PX_I
UT_IS_IN_CSE == true
) {
}else if (PX_I
N_CSE
) {
vc_cse1.start(f_cse_registerRemoteCse(m_createRemoteCSEBase));
}
vc_cse1.done;
...
...
OneM2M_Testcases_CSE_Release_2.ttcn
View file @
f31bcc69
...
...
@@ -5351,7 +5351,7 @@ module OneM2M_Testcases_CSE_Release_2 {
f_cf01Up();
if(PX_
IUT_IS_
ASN_CSE){
if(PX_ASN_CSE){
//Preamble
v_aeAuxIndex := f_cse_preamble_registerAe();
...
...
@@ -5416,7 +5416,7 @@ module OneM2M_Testcases_CSE_Release_2 {
f_cf01Up();
if(PX_
IUT_IS_
MN_CSE){
if(PX_MN_CSE){
//Preamble
v_aeAuxIndex := f_cse_preamble_registerAe();
...
...
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