Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
TS-0020
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
Specifications
Technical Specifications
TS-0020
Commits
d269d0be
Commit
d269d0be
authored
1 year ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Fix unsupported grouping mermaid feature
parent
07930163
Branches
Branches containing commit
No related tags found
1 merge request
!5
SDS-2024-0021-Corrections_for_WS_binding
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
TS-0020-WebSocket_Protocol_Binding.md
+5
-13
5 additions, 13 deletions
TS-0020-WebSocket_Protocol_Binding.md
with
5 additions
and
13 deletions
TS-0020-WebSocket_Protocol_Binding.md
+
5
−
13
View file @
d269d0be
...
...
@@ -153,19 +153,11 @@ Figure 5.2-2 shows an example message flow for a scenario where an ADN-AE regist
```
mermaid
%%{init: { 'sequence': {'mirrorActors': false, 'actorFontSize': 2, 'noteFontSize':10} } }%%
sequenceDiagram
box ADN
Participant AE
Participant WS client
end
box MN
Participant WS server
Participant CSE
end
Note over AE, WS client: 1) AE wants to start registration<br/>procedure and triggers<br/>WebSocket connection<br/>establishment
Note over ADN-AE, WS client: 1) AE wants to start registration<br/>procedure and triggers<br/>WebSocket connection<br/>establishment
WS client ->> WS server: 2) Client handshak
WS server ->> WS client: 3) Server handshake
AE ->> WS client: 4) Request primitive
ADN-
AE ->> WS client: 4) Request primitive
Note over WS client: 5) Websocket binding
WS client ->> WS server: 6) WebSocket message
Note over WS server: 7) Unpacking request primitive
...
...
@@ -175,8 +167,8 @@ CSE ->> WS server: 10) Response primitive
Note over WS server: 11) WebSocket Binding
WS server ->> WS client: 12) Websocket message
Note over WS client: 13) Unpacking response primitive
WS client ->> AE: 14) Response primitive
Note over AE, CSE: 15) non-registration CRUDN operations
WS client ->>
ADN-
AE: 14) Response primitive
Note over
ADN-
AE, CSE: 15) non-registration CRUDN operations
```
**Figure 5.2-2: Example message flow with WebSocket binding**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment