[Gx/Gy] MAX_CC_REQUESTER_NUMBER(32->64) (#2038)

Incrased MAX_CC_REQUESTER_NUMBER from 32 to 64
This commit is contained in:
Sukchan Lee 2023-02-04 20:53:44 +09:00
parent 8a92c7e219
commit 79f73fae2a
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ struct sess_state {
os0_t peer_host; /* Peer Host */
#define MAX_CC_REQUEST_NUMBER 32
#define MAX_CC_REQUEST_NUMBER 64
smf_sess_t *sess;
ogs_gtp_xact_t *xact[MAX_CC_REQUEST_NUMBER];

View File

@ -29,7 +29,7 @@ struct sess_state {
os0_t peer_host; /* Peer Host */
#define MAX_CC_REQUEST_NUMBER 32
#define MAX_CC_REQUEST_NUMBER 64
smf_sess_t *sess;
struct {
bool pfcp;