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
Issue boards
Milestones
Wiki
Code
Merge requests
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
Compare revisions
6ed906c421752aec5f64790181e590287b271684 to af89849b5a31a84d45cb8c2acab6ac50735b8c7f
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
TST/ATS-oneM2M-Types-Release-2
Select target project
No results found
af89849b5a31a84d45cb8c2acab6ac50735b8c7f
Select Git revision
Swap
Target
TST/ATS-oneM2M-Types-Release-2
Select target project
TST/ATS-oneM2M-Types-Release-2
1 result
6ed906c421752aec5f64790181e590287b271684
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
MQTT originator and receiver can be optional
· af89849b
Miguel Angel Reina Ortega
authored
4 years ago
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
af89849b
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
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.