Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ATS oneM2M Types Release 2
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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 oneM2M Types Release 2
Commits
af89849b
Commit
af89849b
authored
4 years ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
MQTT originator and receiver can be optional
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
parent
6ed906c4
No related branches found
Branches containing commit
Tags
ATS-oneM2M-Types-v2_28_0
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
OneM2M_Types.ttcn
+2
-2
2 additions, 2 deletions
OneM2M_Types.ttcn
with
2 additions
and
2 deletions
OneM2M_Types.ttcn
+
2
−
2
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
}
...
...
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