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 oneM2M Types Release 2
Commits
af89849b
Commit
af89849b
authored
Dec 17, 2020
by
Miguel Angel Reina Ortega
Browse files
MQTT originator and receiver can be optional
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
parent
6ed906c4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
OneM2M_Types.ttcn
OneM2M_Types.ttcn
+2
-2
No files found.
OneM2M_Types.ttcn
View file @
af89849b
...
...
@@ -8919,8 +8919,8 @@ type record CoapBindingDesc {
type
record
MqttBindingDesc
{
ProtocolBindings
bindingProtocol
(
e_mqtt
),
BindingDesc
bindingDesc
,
XSD
.
ID
originator
,
XSD
.
ID
receiver
XSD
.
ID
originator
optional
,
XSD
.
ID
receiver
optional
// TODO To be completed
}
...
...
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