Commit ca0b7133 authored by Laurent THOMAS's avatar Laurent THOMAS

test doc format

parent 657b525e
......@@ -15,12 +15,48 @@ body {
.func3 { margin-left: 40px; }
.func4 { margin-left: 60px; }
:root {
--sequence-theme: hand
}
</style>
This tuto for 5G gNB design, with Open Cells main
{: .text-center}
#trial diagrams and gitlab
```sequence
Alice->Bob: Hello Bob, how are you?
Note right of Bob: Bob thinks
Bob-->Alice: I am good thanks!
```
```flow
st=>start: Start
op=>operation: Your Operation
cond=>condition: Yes or No?
e=>end
st->op->cond
cond(yes)->e
cond(no)->op
​```
```mermaid
%% Example of sequence diagram
sequenceDiagram
Alice->>Bob: Hello Bob, how are you?
alt is sick
Bob->>Alice: Not so good :(
else is well
Bob->>Alice: Feeling fresh like a daisy
end
opt Extra response
Bob->>Alice: Thanks for asking
end
```
# Top file: executables/ocp-gnb.c
the function main() initializes the data from configuration file
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment