mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +00:00
Add trace log for debugging #2287
This commit is contained in:
parent
03c0043e51
commit
9f19210f22
10 changed files with 1603 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue