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
5da1eef0
Commit
5da1eef0
authored
7 years ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Structuring of PICS
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
parent
a3360d69
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
LibOneM2M/OneM2M_Pics.ttcn
+80
-77
80 additions, 77 deletions
LibOneM2M/OneM2M_Pics.ttcn
with
80 additions
and
77 deletions
LibOneM2M/OneM2M_Pics.ttcn
+
80
−
77
View file @
5da1eef0
...
@@ -28,83 +28,86 @@ module OneM2M_Pics {
...
@@ -28,83 +28,86 @@ module OneM2M_Pics {
modulepar
boolean
PICS_PRIMITIVE_SCOPE_SP_RELATIVE
:=
true
;
modulepar
boolean
PICS_PRIMITIVE_SCOPE_SP_RELATIVE
:=
true
;
modulepar
boolean
PICS_PRIMITIVE_SCOPE_ABSOLUTE
:=
true
;
modulepar
boolean
PICS_PRIMITIVE_SCOPE_ABSOLUTE
:=
true
;
//AccessControlPolicy optional attributes
group
ResourceOptionalAttributes
{
//AccessControlPolicy optional attributes
modulepar
boolean
PICS_ACP_LBL
:=
true
;
modulepar
boolean
PICS_ACP_AT
:=
true
;
//AE optional attributes
modulepar
boolean
PICS_AE_LBL
:=
true
;
modulepar
boolean
PICS_AE_APN
:=
true
;
modulepar
boolean
PICS_AE_POA
:=
true
;
modulepar
boolean
PICS_AE_NL
:=
true
;
modulepar
boolean
PICS_AE_CSZ
:=
true
;
modulepar
boolean
PICS_AE_OR
:=
true
;
modulepar
boolean
PICS_AE_ACPI
:=
true
;
//Container optional attributes
modulepar
boolean
PICS_CNT_ACPI
:=
true
;
modulepar
boolean
PICS_CNT_MNI
:=
true
;
modulepar
boolean
PICS_CNT_MBS
:=
true
;
modulepar
boolean
PICS_CNT_MIA
:=
true
;
modulepar
boolean
PICS_CNT_OR
:=
true
;
modulepar
boolean
PICS_CNT_LI
:=
true
;
modulepar
boolean
PICS_CNT_RN
:=
true
;
modulepar
boolean
PICS_CNT_ET
:=
true
;
modulepar
boolean
PICS_CNT_LBL
:=
true
;
modulepar
boolean
PICS_CNT_CR
:=
true
;
//ContentInstance optional attributes
modulepar
boolean
PICS_CIN_CNF
:=
true
;
modulepar
boolean
PICS_CIN_RN
:=
true
;
modulepar
boolean
PICS_CIN_ET
:=
true
;
modulepar
boolean
PICS_CIN_LBL
:=
true
;
modulepar
boolean
PICS_CIN_CR
:=
true
;
modulepar
boolean
PICS_CIN_OR
:=
true
;
//CSEBase optional attributes
modulepar
boolean
PICS_CB_CST
:=
true
;
modulepar
boolean
PICS_CB_NL
:=
true
;
//Group optional attributes
modulepar
boolean
PICS_GRP_LBL
:=
true
;
modulepar
boolean
PICS_GRP_GN
:=
true
;
modulepar
boolean
PICS_GRP_ACPI
:=
true
;
modulepar
boolean
PICS_GRP_MACP
:=
true
;
//RemoteCSE optional attributes
modulepar
boolean
PICS_CSR_LBL
:=
true
;
modulepar
boolean
PICS_CSR_CST
:=
true
;
modulepar
boolean
PICS_CSR_POA
:=
true
;
modulepar
boolean
PICS_CSR_NL
:=
true
;
modulepar
boolean
PICS_CSR_RN
:=
true
;
modulepar
boolean
PICS_CSR_ET
:=
true
;
modulepar
boolean
PICS_CSR_RR
:=
true
;
//Subscription optional attributes
modulepar
boolean
PICS_SUB_ACPI
:=
true
;
modulepar
boolean
PICS_SUB_ENC
:=
true
;
modulepar
boolean
PICS_SUB_EXC
:=
true
;
modulepar
boolean
PICS_SUB_NFU
:=
true
;
modulepar
boolean
PICS_SUB_NCT
:=
true
;
modulepar
boolean
PICS_SUB_NEC
:=
true
;
modulepar
boolean
PICS_SUB_SU
:=
true
;
modulepar
boolean
PICS_SUB_LBL
:=
true
;
modulepar
boolean
PICS_SUB_GPI
:=
true
;
modulepar
boolean
PICS_SUB_BN
:=
true
;
modulepar
boolean
PICS_SUB_RL
:=
true
;
modulepar
boolean
PICS_SUB_PN
:=
true
;
modulepar
boolean
PICS_SUB_NSP
:=
true
;
modulepar
boolean
PICS_SUB_LN
:=
true
;
modulepar
boolean
PICS_SUB_PSN
:=
true
;
modulepar
boolean
PICS_SUB_CR
:=
true
;
group
AccessControlPolicyOptionalAttributes
{
modulepar
boolean
PICS_ACP_LBL
:=
true
;
modulepar
boolean
PICS_ACP_AT
:=
true
;
}
//AE optional attributes
group
AeOptionalAttributes
{
modulepar
boolean
PICS_AE_LBL
:=
true
;
modulepar
boolean
PICS_AE_APN
:=
true
;
modulepar
boolean
PICS_AE_POA
:=
true
;
modulepar
boolean
PICS_AE_NL
:=
true
;
modulepar
boolean
PICS_AE_CSZ
:=
true
;
modulepar
boolean
PICS_AE_OR
:=
true
;
modulepar
boolean
PICS_AE_ACPI
:=
true
;
}
//Container optional attributes
group
ContainerOptionalAttributes
{
modulepar
boolean
PICS_CNT_ACPI
:=
true
;
modulepar
boolean
PICS_CNT_MNI
:=
true
;
modulepar
boolean
PICS_CNT_MBS
:=
true
;
modulepar
boolean
PICS_CNT_MIA
:=
true
;
modulepar
boolean
PICS_CNT_OR
:=
true
;
modulepar
boolean
PICS_CNT_LI
:=
true
;
modulepar
boolean
PICS_CNT_RN
:=
true
;
modulepar
boolean
PICS_CNT_ET
:=
true
;
modulepar
boolean
PICS_CNT_LBL
:=
true
;
modulepar
boolean
PICS_CNT_CR
:=
true
;
}
//ContentInstance optional attributes
group
ContentInstanceOptionalAttributes
{
modulepar
boolean
PICS_CIN_CNF
:=
true
;
modulepar
boolean
PICS_CIN_RN
:=
true
;
modulepar
boolean
PICS_CIN_ET
:=
true
;
modulepar
boolean
PICS_CIN_LBL
:=
true
;
modulepar
boolean
PICS_CIN_CR
:=
true
;
modulepar
boolean
PICS_CIN_OR
:=
true
;
}
//CSEBase optional attributes
group
CSEBaseOptionalAttributes
{
modulepar
boolean
PICS_CB_CST
:=
true
;
modulepar
boolean
PICS_CB_NL
:=
true
;
}
//Group optional attributes
group
AccessControlPolicyOptionalAttributes
{
modulepar
boolean
PICS_GRP_LBL
:=
true
;
modulepar
boolean
PICS_GRP_GN
:=
true
;
modulepar
boolean
PICS_GRP_ACPI
:=
true
;
modulepar
boolean
PICS_GRP_MACP
:=
true
;
}
//RemoteCSE optional attributes
group
RemoteCSEOptionalAttributes
{
modulepar
boolean
PICS_CSR_LBL
:=
true
;
modulepar
boolean
PICS_CSR_CST
:=
true
;
modulepar
boolean
PICS_CSR_POA
:=
true
;
modulepar
boolean
PICS_CSR_NL
:=
true
;
modulepar
boolean
PICS_CSR_RN
:=
true
;
modulepar
boolean
PICS_CSR_ET
:=
true
;
modulepar
boolean
PICS_CSR_RR
:=
true
;
}
//Subscription optional attributes
group
SubscriptionOptionalAttributes
{
modulepar
boolean
PICS_SUB_ACPI
:=
true
;
modulepar
boolean
PICS_SUB_ENC
:=
true
;
modulepar
boolean
PICS_SUB_EXC
:=
true
;
modulepar
boolean
PICS_SUB_NFU
:=
true
;
modulepar
boolean
PICS_SUB_NCT
:=
true
;
modulepar
boolean
PICS_SUB_NEC
:=
true
;
modulepar
boolean
PICS_SUB_SU
:=
true
;
modulepar
boolean
PICS_SUB_LBL
:=
true
;
modulepar
boolean
PICS_SUB_GPI
:=
true
;
modulepar
boolean
PICS_SUB_BN
:=
true
;
modulepar
boolean
PICS_SUB_RL
:=
true
;
modulepar
boolean
PICS_SUB_PN
:=
true
;
modulepar
boolean
PICS_SUB_NSP
:=
true
;
modulepar
boolean
PICS_SUB_LN
:=
true
;
modulepar
boolean
PICS_SUB_PSN
:=
true
;
modulepar
boolean
PICS_SUB_CR
:=
true
;
}
}
}
// end of module
}
// end of module
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