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

[AMF] SBI: MBS Broadcast Service API #3

Open
Borjis131 opened this issue Oct 26, 2023 · 1 comment
Open

[AMF] SBI: MBS Broadcast Service API #3

Borjis131 opened this issue Oct 26, 2023 · 1 comment
Assignees
Milestone

Comments

@Borjis131
Copy link
Member

Borjis131 commented Oct 26, 2023

Following 3GPP TS 29.518 - Release 17.11.0

@Borjis131 Borjis131 self-assigned this Oct 26, 2023
@Borjis131 Borjis131 converted this from a draft issue Oct 26, 2023
@Borjis131 Borjis131 moved this from Todo to In Progress in 5MBS: 5G Core functions Oct 26, 2023
@Borjis131
Copy link
Member Author

To send the MBS Broadcast Context Create request from the AF (for testing purposes, this request should be performed from the MB-SMF), to create a broadcast MBS Context:

# MBS Broadcast Context Create request: /namf-mbs-bc/v1/mbs-contexts
curl --http2-prior-knowledge \
  --request POST \
  --header "Content-Type: multipart/related" \
  --form 'jsonData=<data.json;type=application/json' \
  --form 'binaryDataN2Information=<n2.bin;type=application/vnd.3gpp.ngap;headers="Content-Id: ngap-sm"' \
amf.open5gs.org:80/namf-mbs-bc/v1/mbs-contexts

Needs the JSON file data.json and the binary file n2.bin to work.

@Borjis131 Borjis131 added this to the MBS Broadcast milestone Dec 20, 2023
@Borjis131 Borjis131 moved this from In Progress to Todo in 5MBS: 5G Core functions Dec 20, 2023
@Borjis131 Borjis131 moved this from Todo to In Progress in 5MBS: 5G Core functions Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

1 participant