Open Borjis131 opened 1 year ago
NFDiscovery Service
is already implemented in Open5GS. The only thing needed is to build the NF service information to be transmitted to the NRF and allow the NF type of the consumer.
Requests from the AF to discover the TMGI and MBS Session Service APIs:
# TMGI discovery
curl --http2-prior-knowledge \
--request GET \
"nrf.open5gs.org:80/nnrf-disc/v1/nf-instances?requester-nf-type=AF&service-names=nmbsmf-tmgi&target-nf-type=SMF"
# MBS Session discovery
curl --http2-prior-knowledge \
--request GET \
"nrf.open5gs.org:80/nnrf-disc/v1/nf-instances?requester-nf-type=AF&service-names=nmbsmf-mbssession&target-nf-type=SMF"
Following 3GPP TS 29.510 - Release 17.11.0