Add trace log for debugging #2287

This commit is contained in:
Sukchan Lee 2023-08-07 22:13:35 +09:00
parent 03c0043e51
commit 9f19210f22
10 changed files with 1603 additions and 9 deletions

View file

@ -293,7 +293,7 @@ int test_context_parse_config(void)
NULL, self.ngap_port, NULL);
ogs_assert(rv == OGS_OK);
}
} if (!strcmp(amf_key, "tai")) {
} else if (!strcmp(amf_key, "tai")) {
int num_of_list0 = 0;
int num_of_list1 = 0;
ogs_5gs_tai0_list_t *list0 = NULL;
@ -620,10 +620,7 @@ int test_context_parse_config(void)
}
} while (ogs_yaml_iter_type(&plmn_support_array) ==
YAML_SEQUENCE_NODE);
} else if (!strcmp(amf_key, "sbi")) {
/* handle config in sbi library */
} else
ogs_warn("unknown key `%s`", amf_key);
}
}
} else if (!strcmp(root_key, "mme")) {
ogs_yaml_iter_t mme_iter;