Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
TST
ATS
Commits
a635df1c
Commit
a635df1c
authored
Jul 16, 2018
by
Miguel Angel Reina Ortega
Browse files
New templates for sending a Notify Request
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
parent
a446476f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
LibOneM2M/OneM2M_Templates.ttcn
LibOneM2M/OneM2M_Templates.ttcn
+12
-0
No files found.
LibOneM2M/OneM2M_Templates.ttcn
View file @
a635df1c
...
...
@@ -1503,6 +1503,13 @@ module OneM2M_Templates {
vendorInformation
:=
omit
};
/**
* @desc Base NOTIFY request primitive
*/
template
RequestPrimitive
m_notifyNotification
(
XSD
.
ID
p_resourceAddress
,
Notification
p_notification
)
modifies
m_notify
:=
{
primitiveContent
:=
{
notification
:=
p_notification
}
};
/**
* @desc Base NOTIFY Aggregated request primitive
*/
...
...
@@ -4411,6 +4418,11 @@ module OneM2M_Templates {
iPEDiscoveryRequest
:=
omit
};
template
Notification
m_contentNotification_subscriptionVerification
modifies
m_contentNotification_allOmit
:=
{
verificationRequest
:=
true
,
creator
:=
"C-AE-ID"
};
template
Notification
mw_contentNotification_any
:=
{
notificationEvent
:=
*
,
verificationRequest
:=
*
,
...
...
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