Skip to content

Commit b2efe31

Browse files
committed
du_high: add doxygen description to du_high_test and paging_test
1 parent 609c5e0 commit b2efe31

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/unittests/du_high/du_high_test.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
*
99
*/
1010

11+
/// \file
12+
/// \brief Tests that check the setup/teardown, addition/removal of UEs in the DU-high class.
13+
1114
#include "lib/f1ap/common/f1ap_asn1_packer.h"
1215
#include "test_utils/du_high_test_bench.h"
1316
#include "tests/unittests/f1ap/du/f1ap_du_test_helpers.h"

tests/unittests/du_high/paging_test.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
*
99
*/
1010

11+
/// \file
12+
/// \brief Tests that check the transmission of Paging messages by the DU-high class.
13+
1114
#include "lib/f1ap/common/f1ap_asn1_packer.h"
1215
#include "test_utils/du_high_test_bench.h"
1316
#include "tests/unittests/gateways/test_helpers.h"

0 commit comments

Comments
 (0)