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 ContextCreate Service operation #16

Open
Borjis131 opened this issue Feb 2, 2024 · 1 comment
Open

[AMF] SBI: MBS Broadcast ContextCreate Service operation #16

Borjis131 opened this issue Feb 2, 2024 · 1 comment
Assignees

Comments

@Borjis131
Copy link
Member

Following 3GPP TS 29.518 - Release 17.11.0

Ch. 5.6.2.2 - MBS Broadcast ContextCreate Service operation

@Borjis131 Borjis131 converted this from a draft issue Feb 2, 2024
@Borjis131 Borjis131 self-assigned this Feb 2, 2024
@Borjis131 Borjis131 moved this from Todo to In Progress in 5MBS: 5G Core functions Jun 4, 2024
@Borjis131
Copy link
Member Author

To test the MBS Broadcast ContextCreate Service operation from the AF (this is sent by the MB-SMF to the AMF in the specs):

# 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=<ngap.bin;type=application/vnd.3gpp.ngap;headers="Content-Id: ngap-sm"' \
amf.open5gs.org:80/namf-mbs-bc/v1/mbs-contexts

data.json text file and ngap.bin binary file are needed.

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