Skip to content
Snippets Groups Projects
Commit d37febee authored by Martin Stiemerling's avatar Martin Stiemerling :speech_balloon:
Browse files

Added sequence diagram for comm QKDNC & KMS.

parent cc07f0d2
No related branches found
No related tags found
1 merge request!9First working draft version
...@@ -51,5 +51,25 @@ There are basically two ETSI interfaces, i.e., ...@@ -51,5 +51,25 @@ There are basically two ETSI interfaces, i.e.,
### SDN Controller (ETSI GS QKD 15) ### SDN Controller (ETSI GS QKD 15)
# Interactions (AKA Flowcharts)
```mermaid
sequenceDiagram
QKDNC->>KMS1: ETSIGetQuantumInterfaces()
loop
KMS1->>KMS1: range es.handlingEkms.QuantumElements
end
KMS1-->>QKDNC: List QuantumInterfaces
QKDNC->>KMS1: ETSIAddKMSPeer(KMS2)
KMS1-->>QKDNC: KMSPeer added
KMS1->>KMS2: InterComCapabilities()
KMS2->>KMS1: InterComCapabilitiesReply
QKDNC->>KMS1: AddSession() NOTIMPLYET
KMS1->>KMS2: InterComKeyTransportSessionHandling()
KMS2->>KMS1: InterComKeyTransportSessionHandlingReply
KMS1-->>QKDNC: SessionReply NOTIMPLYET
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment