Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Patricio Latini
openairinterface5G
Commits
c8a61331
Commit
c8a61331
authored
2 years ago
by
Sakthivel Velumani
Browse files
Options
Downloads
Patches
Plain Diff
Update UE design doc
parent
0004626a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/nr-ue-design.md
+12
-11
12 additions, 11 deletions
doc/nr-ue-design.md
with
12 additions
and
11 deletions
doc/nr-ue-design.md
+
12
−
11
View file @
c8a61331
...
...
@@ -16,19 +16,20 @@ The UE exits when at any point in operation it gets out of synchronization. When
## Initial Synchronization Block
```
mermaid
graph TD
A
(Start) -->|UE_thread|
B["readFrame
<br/>
--
Reads
samples worth 2
frames"]
B
--> |Tpool thread|
C["UE_synch
<br/>
--
PSS & SSS detection<br/>
--
PBCH decod
e
"]
B
--> |UE_thread|
D["readFrame<br/>--trash samples to unblock
radio"]
C
--> |Tpool thread|
E[s
ync
In
Frame<br/>
--s
hift
first
sample to
start of
frame]
D
--> |UE_thread|
E
start
(Start) -->|UE_thread|
rxRu["RU read
<br/>
(
Reads
two
frames
)
"]
rxRu
--> |Tpool thread|
sync["SSB detection
<br/>
(
PSS & SSS detection<br/>PBCH decod
ing<br/>SIB decoding)
"]
rxRu
--> |UE_thread|
rxRuDummy["RU read<br/>(Dummy read till sync detection to avoid buffer overflow at
radio
)
"]
sync
--> |Tpool thread|
frameS
ync
["
Frame
synchronization
<br/>
(S
hift
received
sample
s
to
align with
frame
)"
]
rxRuDummy
--> |UE_thread|
frameSync
```
## Regular Slot Processing
```
mermaid
graph TD
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| J["UE_processing (slot n)<br/>--PDCCH decode<br/>--PDSCH decode"]
F --> |UE_thread| I(Merge)
G --> |Tpool thread| I
I --> |Go to next slot<br/>UE_thread| F
sync["Frame synchronization<br/>(Shift received samples to align with frame)"] -->|UE_thread| hw_read["RU read (slot n)"]
hw_read --> |UE_thread| rxPreProc["PBCH & PDCCH decoding (slot n)"]
hw_read --> |Tpool thread| txProc["Tx processing (slot n+3)<br/>PUSCH encode<br/>PUCCH encode (wait for DLSCH in slot n+3-k1 to finish)<br/>RU write"]
rxPreProc --> |Tpool thread| rxProc["PDSCH decoding (slot n)"]
rxPreProc --> |UE_thread| join(Merge)
txProc --> |Tpool thread| join
join --> |Go to next slot<br/>UE_thread| hw_read
```
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