mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-02 13:03:31 +00:00
[ALL] GNB/NF Memory pool from 32 to 64
This commit is contained in:
@@ -259,7 +259,7 @@ parameter:
|
||||
# o Maximum Number of UE per AMF/MME
|
||||
# ue: 1024
|
||||
# o Maximum Number of gNB/eNB per AMF/MME
|
||||
# gnb: 32
|
||||
# gnb: 64
|
||||
#
|
||||
max:
|
||||
|
||||
|
||||
@@ -134,7 +134,7 @@ parameter:
|
||||
# o Maximum Number of UE per AMF/MME
|
||||
# ue: 1024
|
||||
# o Maximum Number of gNB/eNB per AMF/MME
|
||||
# gnb: 32
|
||||
# gnb: 64
|
||||
#
|
||||
max:
|
||||
|
||||
|
||||
@@ -136,7 +136,7 @@ parameter:
|
||||
# o Maximum Number of UE per AMF/MME
|
||||
# ue: 1024
|
||||
# o Maximum Number of gNB/eNB per AMF/MME
|
||||
# gnb: 32
|
||||
# gnb: 64
|
||||
#
|
||||
max:
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ parameter:
|
||||
# o Maximum Number of UE per AMF/MME
|
||||
# ue: 1024
|
||||
# o Maximum Number of gNB/eNB per AMF/MME
|
||||
# gnb: 32
|
||||
# gnb: 64
|
||||
#
|
||||
max:
|
||||
|
||||
|
||||
@@ -357,7 +357,7 @@ parameter:
|
||||
# o Maximum Number of UE per AMF/MME
|
||||
# ue: 1024
|
||||
# o Maximum Number of gNB/eNB per AMF/MME
|
||||
# gnb: 32
|
||||
# gnb: 64
|
||||
#
|
||||
max:
|
||||
|
||||
|
||||
@@ -95,7 +95,7 @@ parameter:
|
||||
# o Maximum Number of UE per AMF/MME
|
||||
# ue: 1024
|
||||
# o Maximum Number of gNB/eNB per AMF/MME
|
||||
# gnb: 32
|
||||
# gnb: 64
|
||||
#
|
||||
max:
|
||||
|
||||
|
||||
@@ -176,7 +176,7 @@ parameter:
|
||||
# o Maximum Number of UE per AMF/MME
|
||||
# ue: 1024
|
||||
# o Maximum Number of gNB/eNB per AMF/MME
|
||||
# gnb: 32
|
||||
# gnb: 64
|
||||
#
|
||||
max:
|
||||
|
||||
|
||||
@@ -136,7 +136,7 @@ parameter:
|
||||
# o Maximum Number of UE per AMF/MME
|
||||
# ue: 1024
|
||||
# o Maximum Number of gNB/eNB per AMF/MME
|
||||
# gnb: 32
|
||||
# gnb: 64
|
||||
#
|
||||
max:
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ parameter:
|
||||
# o Maximum Number of UE per AMF/MME
|
||||
# ue: 1024
|
||||
# o Maximum Number of gNB/eNB per AMF/MME
|
||||
# gnb: 32
|
||||
# gnb: 64
|
||||
#
|
||||
max:
|
||||
|
||||
|
||||
@@ -132,7 +132,7 @@ parameter:
|
||||
# o Maximum Number of UE per AMF/MME
|
||||
# ue: 1024
|
||||
# o Maximum Number of gNB/eNB per AMF/MME
|
||||
# gnb: 32
|
||||
# gnb: 64
|
||||
#
|
||||
max:
|
||||
|
||||
|
||||
@@ -121,7 +121,7 @@ parameter:
|
||||
# o Maximum Number of UE per AMF/MME
|
||||
# ue: 1024
|
||||
# o Maximum Number of gNB/eNB per AMF/MME
|
||||
# gnb: 32
|
||||
# gnb: 64
|
||||
#
|
||||
max:
|
||||
|
||||
|
||||
@@ -466,7 +466,7 @@ parameter:
|
||||
# o Maximum Number of UE per AMF/MME
|
||||
# ue: 1024
|
||||
# o Maximum Number of gNB/eNB per AMF/MME
|
||||
# gnb: 32
|
||||
# gnb: 64
|
||||
#
|
||||
max:
|
||||
|
||||
|
||||
@@ -134,7 +134,7 @@ parameter:
|
||||
# o Maximum Number of UE per AMF/MME
|
||||
# ue: 1024
|
||||
# o Maximum Number of gNB/eNB per AMF/MME
|
||||
# gnb: 32
|
||||
# gnb: 64
|
||||
#
|
||||
max:
|
||||
|
||||
|
||||
@@ -136,7 +136,7 @@ parameter:
|
||||
# o Maximum Number of UE per AMF/MME
|
||||
# ue: 1024
|
||||
# o Maximum Number of gNB/eNB per AMF/MME
|
||||
# gnb: 32
|
||||
# gnb: 64
|
||||
#
|
||||
max:
|
||||
|
||||
|
||||
@@ -192,7 +192,7 @@ parameter:
|
||||
# o Maximum Number of UE per AMF/MME
|
||||
# ue: 1024
|
||||
# o Maximum Number of gNB/eNB per AMF/MME
|
||||
# gnb: 32
|
||||
# gnb: 64
|
||||
#
|
||||
max:
|
||||
|
||||
|
||||
@@ -189,7 +189,7 @@ static void app_context_prepare(void)
|
||||
self.sockopt.no_delay = true;
|
||||
|
||||
#define MAX_NUM_OF_UE 1024 /* Num of UE per AMF/MME */
|
||||
#define MAX_NUM_OF_GNB 32 /* Num of gNB per AMF/MME */
|
||||
#define MAX_NUM_OF_GNB 64 /* Num of gNB per AMF/MME */
|
||||
|
||||
self.max.gnb = MAX_NUM_OF_GNB;
|
||||
self.max.ue = MAX_NUM_OF_UE;
|
||||
|
||||
Reference in New Issue
Block a user