Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@blackcat-118
Copy link
Contributor

Description

selectAnchorUPF() should perform a BFS over the topology defined in smfcfg.yaml for all UPF nodes and return a list of qualified UPFs.

In the previous implementation, it stopped upon finding the first new UPF node, ignoring other links.

Test case:

 # the topology graph of userplane, A and B represent the two nodes of each link
links:
      - A: gNB1
        B: UPF1
      - A: gNB1
        B: UPF2
      - A: gNB1
        B: UPF3

Copy link
Contributor

@Alonza0314 Alonza0314 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
It has passed ULCL TI test and basic tests(under free5GC repo).

@ianchen0119 ianchen0119 merged commit fc513eb into free5gc:main Sep 4, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants