From 07a38791b9971969f08fcacbb03c07ab10053d2d Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Thu, 24 Sep 2020 21:31:40 -0400 Subject: [PATCH] remove STATIC_ASSERT --- lib/pfcp/context.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/pfcp/context.h b/lib/pfcp/context.h index ecd1d76bb..997402105 100644 --- a/lib/pfcp/context.h +++ b/lib/pfcp/context.h @@ -174,15 +174,6 @@ typedef struct ogs_pfcp_far_s { void *gnode; } ogs_pfcp_far_t; -/* - * Note that buffer size 48 should not be modified. To modify this value, - * we need to consider the overflow of the FAR memory pool. - * - * 8192 memory pool is currently being used. - * If you want to, you need to add big memory pool for FAR memory. - */ -OGS_STATIC_ASSERT((sizeof(ogs_pfcp_far_t) * OGS_MAX_NUM_OF_FAR) < 8192); - typedef struct ogs_pfcp_urr_s { ogs_lnode_t lnode; uint32_t index;