mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
conf name changes..
TRACE_LEVEL.S6A -> TRACE_LEVEL.FD
This commit is contained in:
parent
63d29714e2
commit
262cc871da
9 changed files with 40 additions and 40 deletions
|
|
@ -147,9 +147,9 @@ status_t context_parse_config()
|
|||
{
|
||||
if (v) self.trace_level.nas = atoi(v);
|
||||
}
|
||||
else if (jsmntok_equal(json, t+m, "S6A") == 0)
|
||||
else if (jsmntok_equal(json, t+m, "FD") == 0)
|
||||
{
|
||||
if (v) self.trace_level.s6a = atoi(v);
|
||||
if (v) self.trace_level.fd = atoi(v);
|
||||
}
|
||||
else if (jsmntok_equal(json, t+m, "GTP") == 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue