mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
add HIDDEN configuration for developer.
...
GTP: 1,
OTHERS: 1,
}
HIDDEN:
{
DISABLE_HSS: 0,
DISABLE_SGW: 0,
DISABLE_PGW: 0,
}
HSS :
{
if epcd or testepc, DISABLE_HSS/SGW/PGW is applied.
This commit is contained in:
parent
fcc4a7bca0
commit
59999dcb4f
4 changed files with 49 additions and 8 deletions
|
|
@ -37,6 +37,13 @@ typedef struct _context_t {
|
|||
int s6a;
|
||||
int others;
|
||||
} trace_level;
|
||||
|
||||
struct {
|
||||
int disable_hss;
|
||||
int disable_sgw;
|
||||
int disable_pgw;
|
||||
} hidden;
|
||||
|
||||
} context_t;
|
||||
|
||||
CORE_DECLARE(status_t) context_init(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue