conf name changes..

TRACE_LEVEL.S6A -> TRACE_LEVEL.FD
This commit is contained in:
Sukchan Lee 2017-08-05 14:37:53 +09:00
parent 63d29714e2
commit 262cc871da
9 changed files with 40 additions and 40 deletions

View file

@ -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)
{