[CI] test rfsim sa
test branch for SA:
develop-NR_SA_F1AP_5GRECORDS + ci_sa_rfsim_test
Merge request reports
Activity
28 28 29 29 typedef struct nr_pdcp_ue_t { 30 30 int rnti; 31 nr_pdcp_entity_t *srb[2]; 31 nr_pdcp_entity_t *srb[3]; Hi @Cedric.Roux, with
nr_pdcp_entity_t *srb[3]
we are expecting to have until srb2, because we havesrb[0]
(for srb0),srb[1]
(for srb1), andsrb[2]
(for srb2). Are we thinking wrong?actually srb[0] stores srb1 and srb[1] stores srb2. See the functions in
nr_pdcp_oai_api.c
, we do:rb = ue->srb[rb_id - 1];
where rb_id is either 1 or 2.
I see a lot of comparisons with 3 in
nr_pdcp_oai_api.c
but it should be 2. Only srb1 and srb2 are handled today. So look for "srb" innr_pdcp_oai_api.c
and check that all the tests accept only 1 and 2 but not 3.@Cedric.Roux, thank you for your clarification. We were confused about srb0. It is now fixed as you suggested. Thank you very much.
added 5G-NR label
OAI RAN-Container-Parent build (346): passed (https://jenkins-oai.eurecom.fr/job/RAN-Container-Parent/346/)
OAI RAN-CI-develop build (1750): failed (https://open5glab.eurecom.fr:8083/jenkins/job/RAN-CI-develop/1750/)
OAI RAN-Container-Parent build (348): failed (https://jenkins-oai.eurecom.fr/job/RAN-Container-Parent/348/)
OAI RAN-CI-develop build (1752): failed (https://open5glab.eurecom.fr:8083/jenkins/job/RAN-CI-develop/1752/)
assigned to @defosseu
changed milestone to %REVIEW_IN_PROGRESS
- Resolved by Remi Hardy
Code Review by : Raphael Defosseux
-
IMPACT on Python Framework
-
A new tool/lib/package has been introduced (blocking, subject to negotiation)
- Jenkins Python Agent image requires update.
-
A new tool/lib/package has been introduced (blocking, subject to negotiation)
-
DOCUMENTATION (The Merge Request requires additional documentation)
-
Has NOT the new
Python
code sufficient comment added for better maintenance?
-
Has NOT the new
Notes: since it's a temporary implementation of the
5G RF Sim in Standalone mode
, it's OK to merge.Once the review remark is fixed.
-
IMPACT on Python Framework
OAI RAN-Container-Parent build (351): passed (https://jenkins-oai.eurecom.fr/job/RAN-Container-Parent/351/)
OAI RAN-CI-develop build (1755): failed (https://open5glab.eurecom.fr:8083/jenkins/job/RAN-CI-develop/1755/)