Change Number of UEs usage [#533]

- Set the number of UEs in units of AMF/MME instead of gNB/eNB.
- See default value as shown below
    Number of UEs per AMF/MME : 4,096
    Number of gNB/eNB per AMF/MME : 32
This commit is contained in:
Sukchan Lee
2020-08-25 23:05:01 -04:00
parent ea0f024b93
commit 18c483950c
167 changed files with 930 additions and 1197 deletions

View File

@@ -86,14 +86,6 @@ typedef struct {
int config_pool;
} pkbuf;
struct {
int pool;
} socket;
struct {
int pool;
} timer;
struct {
int pool;
} tlv;