Skip to content

Commit 5ad1a86

Browse files
frankistcodebot
authored andcommitted
pdcp: change unit test byte buffer pool size
1 parent 6412ef4 commit 5ad1a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittests/pdcp/pdcp_tx_empty_pool_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
using namespace srsran;
1818

19-
constexpr uint32_t pool_size = 32;
19+
constexpr uint32_t pool_size = 128;
2020

2121
/// Fixture class for PDCP TX tests
2222
/// It requires TEST_P() and INSTANTIATE_TEST_SUITE_P() to create/spawn tests for each supported SN size

0 commit comments

Comments
 (0)