OpenAPI calls with Open5Gs #2408
Replies: 3 comments 2 replies
-
yes, you cab do any CRUD operation on any REST enabled open5gs NF's. |
Beta Was this translation helpful? Give feedback.
-
I have tried to make a call to namf-evts api with requesting body given below: curl --http2-prior-knowledge -X 'POST' |
Beta Was this translation helpful? Give feedback.
-
Hello! I am not completely familiar with the implementation, but after a basic search in the source code it looks like it is just not implemented yet:
Try testing with some already implemented OAPI calls, like the "namf-comm" in AMF. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
We are interested in using the OpenAPI Descriptions of 3GPP 5G APIs with Open5Gs. We have seen that it is possible to obtain the registered nf instances (curl --http2-prior-knowledge http://ip:port/nnrf-nfm/v1/nf-instances) and information related to them (curl --http2-prior-knowledge http://ip:port/nnrf-nfm/v1/nf-instances/nfInstanceId).
Apart from making calls to the NRF element, is it possible to make calls to other elements?
Best regards
Beta Was this translation helpful? Give feedback.
All reactions