Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhongxiao
OpenXG-RAN
Commits
70b66a86
Commit
70b66a86
authored
1 year ago
by
Cedric Roux
Committed by
Robert Schmidt
1 year ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nr rlc: let the tests be runnable with run_tests.sh
parent
5d0c453a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
openair2/LAYER2/nr_rlc/tests/Makefile
openair2/LAYER2/nr_rlc/tests/Makefile
+1
-1
openair2/LAYER2/nr_rlc/tests/test.c
openair2/LAYER2/nr_rlc/tests/test.c
+5
-0
No files found.
openair2/LAYER2/nr_rlc/tests/Makefile
View file @
70b66a86
CC
=
gcc
CFLAGS
=
-Wall
-g
--coverage
-I
.
-I
../../../..
CFLAGS
=
-Wall
-g
--coverage
-I
.
-I
../../../..
-D_STANDALONE_TESTING_
LIB
=
nr_rlc_entity.o nr_rlc_entity_am.o nr_rlc_entity_um.o nr_rlc_entity_tm.o
\
nr_rlc_pdu.o nr_rlc_sdu.o time_stat.o
...
...
This diff is collapsed.
Click to expand it.
openair2/LAYER2/nr_rlc/tests/test.c
View file @
70b66a86
...
...
@@ -10,7 +10,9 @@
#include <sys/wait.h>
#include <unistd.h>
#ifndef _STANDALONE_TESTING_
#include "common/utils/LOG/log.h"
#endif
/*
* GNB_AM <rx_maxsize> <tx_maxsize> <t_poll_retransmit> <t_reassembly>
...
...
@@ -224,7 +226,10 @@ int test_main(void)
int
ue_recv_fails
=
0
;
int
gnb_pdu_size
=
1000
;
int
ue_pdu_size
=
1000
;
#ifndef _STANDALONE_TESTING_
logInit
();
#endif
printf
(
"TEST: start
\n
"
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment