Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
openairinterface5G
openairinterface5G
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 19
    • Issues 19
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • oai1B
  • openairinterface5Gopenairinterface5G
  • Issues
  • #40

Closed
Open
Opened Dec 04, 2016 by Thomas Laurent@lthomasDeveloper
  • Report abuse
  • New issue
Report abuse New issue

Initial synchronization

From my understanding of the file lte-ue.c

A main thread: UE_thread always acquire I/Q from the RF board and keep it synchronous This thread calls other threads to process the I/Q In the case of this report, the UE is not yet synchronous with the serving eNB So, the thread calls the dedicated thread to sync (with a full frame of I/Q samples) Waiting the result, it continues to read frame per frame (and trash it), until it gets the result of the sync detection thread When the result is done and positive, it shifts of the right number of I/Q the buffers to be sync with the eNB

A thread: UE_thread_synch try to decode the PBCH in a acquired full frame But, this thread manipulate the RF board: it starts and stop it So, the main thread acquisition become completely corrupted

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: oai1B/openairinterface5g#40