Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NRF] SBI: NRF NFDiscovery Service API #9

Open
Borjis131 opened this issue Nov 24, 2023 · 2 comments
Open

[NRF] SBI: NRF NFDiscovery Service API #9

Borjis131 opened this issue Nov 24, 2023 · 2 comments
Assignees

Comments

@Borjis131
Copy link
Member

Borjis131 commented Nov 24, 2023

Following 3GPP TS 29.510 - Release 17.11.0

  • MB-SMF TMGI Service API
  • MB-SMF MBS Session Service API
  • AMF MBS Broadcast Service API
@Borjis131 Borjis131 converted this from a draft issue Nov 24, 2023
@Borjis131 Borjis131 self-assigned this Nov 24, 2023
@Borjis131
Copy link
Member Author

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.

@Borjis131
Copy link
Member Author

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant