From ebbeea520cfc564dedaf05db204240eddd2b5763 Mon Sep 17 00:00:00 2001
From: HansBusch <47081128+HansBusch@users.noreply.github.com>
Date: Thu, 29 Jan 2026 08:39:00 +0100
Subject: [PATCH 1/2] Calling an not implement optional fault should be a
sender error.
---
doc/Core.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/Core.xml b/doc/Core.xml
index 8d8bc1174..b77b291d3 100644
--- a/doc/Core.xml
+++ b/doc/Core.xml
@@ -2108,7 +2108,7 @@ DATE: when response was generated
- env:Receiver
+ env:Sender
ter:ActionNotSupported
From 5147d6bb0f0ecb3684e4e5e1ea62ed6c22fbe147 Mon Sep 17 00:00:00 2001
From: Hans Busch <47081128+HansBusch@users.noreply.github.com>
Date: Tue, 10 Mar 2026 08:38:24 +0100
Subject: [PATCH 2/2] Add annotation instead of changing to sender.
---
doc/Core.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/Core.xml b/doc/Core.xml
index b77b291d3..01e1b03a3 100644
--- a/doc/Core.xml
+++ b/doc/Core.xml
@@ -2108,7 +2108,7 @@ DATE: when response was generated
- env:Sender
+ env:Receiver
ter:ActionNotSupported
@@ -2117,7 +2117,7 @@ DATE: when response was generated
Optional Action Not Implemented
- The requested action is optional and is not implemented by the device.
+ The requested action is optional and is not implemented by the device. Note that this fault may be caused by both Sender and Receiver.