open5gs/src/udm
Sukchan Lee 80ab4c4a1b [NF] Move ogs_log_config_domain() location (#3210)
When we run the test, for example,
./tests/registration/registration simple-init,
wee get an INFO message like the one below.

```
05/17 14:24:03.933: [sbi] INFO: NF EndPoint(addr) setup [127.0.0.200:7777] (../lib/sbi/context.c:474)
```

When we run the code in Open5GS, the log level initially defaults to INFO.

However, for test code, we change the log level to ERROR
by automatically inserting the -e error option into argv.

The reason for this is to prevent WARNING and INFO messages
from appearing when the test code is run.

However, the log level to ERROR is changed at the bottom of
the initialize routine, which caused the above message
to be printed during testing.

To prevent this from being printed, I modified the code
to change that log level to ERROR a little earlier.
2024-05-17 14:54:32 +09:00
..
app.c A minor typo fix (#2707) 2023-10-28 22:11:58 +09:00
context.c Introduce ability for multiple SDM_Subscriptions 2024-01-21 13:16:21 +09:00
context.h Introduce ability for multiple SDM_Subscriptions 2024-01-21 13:16:21 +09:00
event.c Move src/../nf-sm.[ch] to lib/sbi/nf-sm.[ch] 2022-08-12 14:03:53 +09:00
event.h [SMF] Added SMF registrations (#2514, #2524) 2023-08-18 20:21:08 +09:00
init.c [NF] Move ogs_log_config_domain() location (#3210) 2024-05-17 14:54:32 +09:00
meson.build [SMF] Added SMF registrations (#2514, #2524) 2023-08-18 20:21:08 +09:00
nnrf-handler.c [SBI] SearchResult.validityPeriod 3600->30s (#3210) 2024-05-17 14:54:32 +09:00
nnrf-handler.h Move src/../nf-sm.[ch] to lib/sbi/nf-sm.[ch] 2022-08-12 14:03:53 +09:00
nudm-handler.c Include cause in HTTP response ProblemDetails (#3051) 2024-04-04 23:29:20 +09:00
nudm-handler.h [SMF] Added SMF registrations (#2514, #2524) 2023-08-18 20:21:08 +09:00
nudr-build.c [SMF] Added SMF registrations (#2514, #2524) 2023-08-18 20:21:08 +09:00
nudr-build.h [SMF] Added SMF registrations (#2514, #2524) 2023-08-18 20:21:08 +09:00
nudr-handler.c Include cause in HTTP response ProblemDetails (#3051) 2024-04-04 23:29:20 +09:00
nudr-handler.h [SMF] Added SMF registrations (#2514, #2524) 2023-08-18 20:21:08 +09:00
sbi-path.c Include cause in HTTP response ProblemDetails (#3051) 2024-04-04 23:29:20 +09:00
sbi-path.h [SMF] Added SMF registrations (#2514, #2524) 2023-08-18 20:21:08 +09:00
sess-sm.c Include cause in HTTP response ProblemDetails (#3051) 2024-04-04 23:29:20 +09:00
udm-sm.c Include cause in HTTP response ProblemDetails (#3051) 2024-04-04 23:29:20 +09:00
udm-sm.h [SMF] Added SMF registrations (#2514, #2524) 2023-08-18 20:21:08 +09:00
ue-sm.c Include cause in HTTP response ProblemDetails (#3051) 2024-04-04 23:29:20 +09:00