s5uishida / open5gs_5gc_ueransim_snssai_upf_sample_config

Open5GS 5GC & UERANSIM UE / RAN Sample Configuration - Select UPF based on S-NSSAI
10 stars 9 forks source link

Select SMF and UPF based on S-NASSI 。 SCP Mode D is not working #3

Open caoyousheng opened 1 year ago

caoyousheng commented 1 year ago

v2.6.0 open5gs. I replicate your sample configuration, but it's not work , By analyzing the pcap,I guess is that The AMF did not perform the SMF selection operation, and SCP only supports service discovery, but not service selection.

so i change SCP MODE D to MODE C ,and then it worked. amf.yaml Add the following configuration:

    discovery:
      delegated: no
nrf:
    sbi:
      - addr:
          - 172.22.0.12
        port: 7777

Sorry if I'm wrong ! Select UPF based on S-NSSAI.zip

s5uishida commented 1 year ago

Hi @caoyousheng

I built the latest Open5GS and ran with my configuration, and it (my configuration) works.