Skip to content

INFRA: Isolate core RAN simulation logic into a dedicated worker QThread #58

Description

@DmitriyRodin

Description:

To prevent GUI freezing during heavy network load or dense packet serialization, decouple the UI from the simulation loop. Keep the QtWidgets rendering loop strictly on the Main GUI Thread. Move GnbLogic, UeLogic, and the RadioHub router engine into a dedicated backend QThread. Establish asynchronous inter-thread communication using cross-thread Qt Signals and Slots (Qt::QueuedConnection).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions