mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
1
MeshSynchronzation
Cedric Roux edited this page 2016-01-17 19:13:39 +01:00
When a node is turned on, the following initial procedure is started
- It looks for a CHSCH 1,2,3 and tries to decode CHBCH 1,2,3
- If successful it declares itself synched to CHSCH and becomes a MR
- Otherwise it looks for a MRSCH and tries to decode MRBCH
- If successful, it declares itself synched to MRSCH and becomes a secondary CH
- Otherwise it becomes a primary CH
Depending on its role, a running node performs the following tracking procedure
- Primary CH:
- Secondary CH: track the MRSCH, but keep running even in case it looses the MRSCH
- MR: track all available CHSCH and adjust the transmission
- If all the CHSCH are received within the length of a cyclic prefix --> okay
- If the CHSCH are further than cyclic prefix apart, send a timing advance message to the first (to be done in higher layers)
-- User.FlorianKaltenberger - 07 Mar 2008