Skip to content
Snippets Groups Projects
Commit af89849b authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

MQTT originator and receiver can be optional


Signed-off-by: Miguel Angel Reina Ortega's avatarreinaortega <miguelangel.reinaortega@etsi.org>
parent 6ed906c4
No related branches found
Tags ATS-oneM2M-Types-v2_28_0
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment