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
canghaiwuhen
OpenXG-RAN
Commits
aec21aa2
Commit
aec21aa2
authored
4 years ago
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nr rlc: add a test
parent
f433c90e
develop
1
256_QAM_demod
NR-PHY-MAC-IF-multi-UE
NR_FAPI_beamindex_SSB_RO
NR_FR2_RA
NR_FR2_RRC_SSB
NR_MAC_Multi_Rach_GlobalEdge
NR_MAC_TCI_UCI_GlobalEdge
NR_PUCCH_MultiUE
NR_SA_itti_sim_wk48
NR_UE_stability_fixes
NR_UL_scheduler
NR_UL_scheduler_rebased
NR_mac_uci_functions_rework
NR_scheduling_request
bugfix-nr-ldpc-size-typo
bugfix-nr-pdcp-sn-size
ci-deploy-docker-compose
cleanup_softmodem_main
constant_power
develop-oriecpriupdates
develop-sib1
dlsch_parallel
fix_do_ra_data
flexran-repair-mme-mgmt
integration_2020_wk47
integration_2020_wk48
integration_2020_wk48_2
integration_2020_wk49
integration_2020_wk50
integration_2020_wk50_1
ldpc_short_codeword_fixes
lte_uplink_improvement
mosaic5g-oai-ran
nfapi_nr_develop
nr-rlc-am-bugfix-w44
nr_bsr
nr_dl_pf
nr_dl_ul_ptrs
nr_prach_fr2
openxg/develop
ptrs_rrc_config
pusch-mthread-scaling-fix
remove_nos1_hack_pdcp
rh_ci_fix_autoterminate
rh_fr1_newjenkins
rh_fr1_update
rh_gnb_compile_fix
rh_wk50_debug
rlc-v2-bugfix-status-reporting
rlc-v2-tick
rrc-enb-phy-testmode
s1_subnormal
yihongzheng_srb
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
47 additions
and
1 deletion
+47
-1
openair2/LAYER2/nr_rlc/tests/run_tests.sh
openair2/LAYER2/nr_rlc/tests/run_tests.sh
+1
-1
openair2/LAYER2/nr_rlc/tests/test14.h
openair2/LAYER2/nr_rlc/tests/test14.h
+46
-0
openair2/LAYER2/nr_rlc/tests/test14.txt.gz
openair2/LAYER2/nr_rlc/tests/test14.txt.gz
+0
-0
No files found.
openair2/LAYER2/nr_rlc/tests/run_tests.sh
View file @
aec21aa2
#!/bin/sh
test_count
=
1
3
test_count
=
1
4
for
i
in
`
seq
$test_count
`
do
...
...
This diff is collapsed.
Click to expand it.
openair2/LAYER2/nr_rlc/tests/test14.h
0 → 100644
View file @
aec21aa2
/*
* am test (SN field size 18):
* test status reporting with missing packet
* at time 1, UE receives an SDU of 50 bytes
* at time 2, UE receives an SDU of 50 bytes
* at time 3, UE receives an SDU of 50 bytes
* at time 4, UE receives an SDU of 50 bytes
* transmission fails for first SDU, okay for the others
* then some time with transmission failing
* then at time 49, UE receives an SDU, transmission okay
* then at time 50, transmission failing again (we had a bug triggered by this)
* finally at time 55, transmission okay again to clear buffers
*/
TIME
,
1
,
GNB_AM
,
100000
,
100000
,
45
,
35
,
0
,
-
1
,
-
1
,
8
,
18
,
UE_AM
,
100000
,
100000
,
45
,
35
,
0
,
-
1
,
-
1
,
8
,
18
,
GNB_RECV_FAILS
,
1
,
GNB_PDU_SIZE
,
80
,
UE_PDU_SIZE
,
80
,
UE_SDU
,
0
,
50
,
TIME
,
2
,
GNB_RECV_FAILS
,
0
,
UE_SDU
,
1
,
50
,
TIME
,
3
,
GNB_BUFFER_STATUS
,
UE_SDU
,
2
,
50
,
TIME
,
4
,
GNB_BUFFER_STATUS
,
UE_SDU
,
3
,
50
,
TIME
,
5
,
GNB_BUFFER_STATUS
,
GNB_RECV_FAILS
,
1
,
TIME
,
6
,
GNB_BUFFER_STATUS
,
UE_BUFFER_STATUS
,
TIME
,
49
,
GNB_RECV_FAILS
,
0
,
UE_SDU
,
4
,
50
,
TIME
,
50
,
GNB_RECV_FAILS
,
1
,
GNB_BUFFER_STATUS
,
UE_BUFFER_STATUS
,
TIME
,
55
,
GNB_RECV_FAILS
,
0
,
TIME
,
-
1
This diff is collapsed.
Click to expand it.
openair2/LAYER2/nr_rlc/tests/test14.txt.gz
0 → 100644
View file @
aec21aa2
File added
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