Commit f1841639 authored by Sakthivel Velumani's avatar Sakthivel Velumani

Updated documentation

parent a03864ee
...@@ -27,8 +27,8 @@ graph TD ...@@ -27,8 +27,8 @@ graph TD
graph TD graph TD
E[syncInFrame<br/>--shift first sample to start of frame] -->|UE_thread| F["trx_read_func (slot n)"] E[syncInFrame<br/>--shift first sample to start of frame] -->|UE_thread| F["trx_read_func (slot n)"]
F --> |Tpool thread| G["processSlotTX (slot n+4)<br/>--PUSCH encode<br/>--PUCCH encode<br/>--trx_write_func"] F --> |Tpool thread| G["processSlotTX (slot n+4)<br/>--PUSCH encode<br/>--PUCCH encode<br/>--trx_write_func"]
F --> |UE_thread| H["UE_processing (slot n)<br/>--PDCCH decode<br/>--PDSCH decode"] F --> |Tpool thread| J["UE_processing (slot n)<br/>--PDCCH decode<br/>--PDSCH decode"]
G --> |Tpool thread| I(Merge) F --> |UE_thread| I(Merge)
H --> |UE_thread| I(Merge) G --> |Tpool thread| I
I --> |Go to next slot<br/>UE_thread| F I --> |Go to next slot<br/>UE_thread| F
``` ```
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