Skip to content

Commit 89acab6

Browse files
author
Rohit Mohan
authored
Merge pull request #35 from ietf-wg-asdf/should
Re-work usage of SHOULD in the document
2 parents 4f057af + 0ab9650 commit 89acab6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

draft-ietf-asdf-sdf-protocol-mapping.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ This section defines the protocol mappings registered by this document.
366366
## BLE {#ble-pm}
367367

368368
The BLE protocol mapping allows SDF models to specify how properties and events
369-
SHOULD be accessed using Bluetooth Low Energy (BLE) protocol {{BLE53}}. The
369+
should be accessed using Bluetooth Low Energy (BLE) protocol {{BLE53}}. The
370370
mapping includes details such as service IDs and characteristic IDs that are
371371
used to access the corresponding SDF affordances.
372372

@@ -495,7 +495,7 @@ to access the corresponding SDF affordances.
495495

496496
### Properties
497497

498-
An `sdfProperty` SHOULD be mapped to a Zigbee cluster attribute. The Zigbee property
498+
An `sdfProperty` is mapped to a Zigbee cluster attribute. The Zigbee property
499499
protocol mapping structure is defined as follows:
500500

501501
~~~ cddl
@@ -534,7 +534,7 @@ follows:
534534

535535
### Events
536536

537-
An `sdfEvent` SHOULD be mapped to Zigbee cluster attribute reporting. The Zigbee event
537+
An `sdfEvent` is mapped to Zigbee cluster attribute reporting. The Zigbee event
538538
protocol mapping structure is defined as follows:
539539

540540
~~~ cddl
@@ -574,7 +574,7 @@ For example, a Zigbee event mapping for a temperature change report:
574574

575575
### Actions
576576

577-
An `sdfAction` SHOULD be mapped to a Zigbee cluster command. The Zigbee protocol
577+
An `sdfAction` is mapped to a Zigbee cluster command. The Zigbee protocol
578578
mapping structure for actions is defined as follows:
579579

580580
~~~ cddl
@@ -682,7 +682,7 @@ The registry must contain the following attributes:
682682
The specification requirements for a registration request are
683683
defined in {{protocol-registration}}.
684684

685-
The designated expert(s) SHOULD verify that the protocol map name is appropriate and not likely to cause confusion with existing entries.
685+
The designated expert(s) MUST verify that the protocol map name is appropriate and not likely to cause confusion with existing entries.
686686

687687
The registrant of an existing entry may request updates to that entry, subject to the same expert review.
688688
They should verify that updates preserve backward compatibility with deployed implementations, or if breaking changes are necessary, consider whether a new registry entry is more appropriate.

0 commit comments

Comments
 (0)