[SBI] Change NfInstance.Id to Optional

This commit is contained in:
Sukchan Lee 2022-06-18 23:56:12 +09:00
parent 0313910ac6
commit c528e0d5bc
94 changed files with 1260 additions and 1014 deletions

View file

@ -38,8 +38,6 @@ extern int __af_log_domain;
#define OGS_LOG_DOMAIN __af_log_domain
typedef struct af_context_s {
OpenAPI_nf_type_e nf_type;
ogs_hash_t *supi_hash; /* hash table (SUPI) */
ogs_hash_t *ipv4_hash; /* hash table (IPv4 Address) */
ogs_hash_t *ipv6_hash; /* hash table (IPv6 Address) */