Skip to content

Scenarios

Explore the different simulation scenarios available in the project.

  • Single-Tier Architecture


    Baseline architecture with a flat network topology.

    graph LR
        UE([UE]) -- NR --> gNB[gNB]
        gNB -- N3 --> UPF[UPF]

    View Setup View Analysis

  • Two-Tier Architecture


    Hierarchical architecture with edge and regional components.

    graph LR
        UE([UE]) -- NR --> gNB([gNB])
        gNB -- N3 --> EdgeUPF(["Edge UPF"])
        EdgeUPF -- N9 --> PSA(["PSA UPF"])

    View Setup View Analysis

  • Mobility


    Scenarios involving user movement and handovers.

    👷 Work in Progress 👷

    This scenario is still under development. Stay tuned for updates!

    View Setup View Analysis