Skip to content

Store UPF associations as graph in adjacency list

Stefan Spettel requested to merge feature_upf_graph into feature_edge_computing
  • Replace folly AtomicHashMap with a std hashmap which stores a list of edges
  • Adjacency list representation of UPF graph
  • Connect UPF edges based on FQDN or IPv4 addresses

Merge request reports