mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
Move src/../nf-sm.[ch] to lib/sbi/nf-sm.[ch]
This commit is contained in:
parent
ec9fe7b31d
commit
e6a14cb73d
278 changed files with 2939 additions and 12471 deletions
|
|
@ -24,10 +24,23 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
bool ogs_sbi_nnrf_handle_nf_profile(ogs_sbi_nf_instance_t *nf_instance,
|
||||
void ogs_sbi_nnrf_handle_nf_register(
|
||||
ogs_sbi_nf_instance_t *nf_instance, ogs_sbi_message_t *recvmsg);
|
||||
void ogs_sbi_nnrf_handle_nf_profile(ogs_sbi_nf_instance_t *nf_instance,
|
||||
OpenAPI_nf_profile_t *NFProfile,
|
||||
ogs_sbi_stream_t *stream, ogs_sbi_message_t *message);
|
||||
|
||||
void ogs_nnrf_handle_nf_status_subscribe(
|
||||
ogs_sbi_subscription_t *subscription, ogs_sbi_message_t *recvmsg);
|
||||
bool ogs_nnrf_handle_nf_status_notify(
|
||||
ogs_sbi_stream_t *stream, ogs_sbi_message_t *recvmsg);
|
||||
|
||||
void ogs_nnrf_handle_nf_discover_search_result(
|
||||
ogs_sbi_object_t *sbi_object,
|
||||
OpenAPI_nf_type_e target_nf_type,
|
||||
ogs_sbi_discovery_option_t *discovery_option,
|
||||
OpenAPI_search_result_t *SearchResult);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue