Implementation of a RA timer to remove UE in the case of Msg4 not be decoded by the UE
Implementation of a RA timer to remove UE in the case of Msg4 not be decoded by the UE
Merge request reports
Activity
changed milestone to %REVIEW_CAN_START
added 5G-NR label
assigned to @schmidtr
OAI RAN-CI-develop build (4033): failed (https://open5glab.eurecom.fr:8083/jenkins/job/RAN-CI-develop/4033/)
strange things popped up that I never saw before. In https://open5glab.eurecom.fr:8083/jenkins/job/RAN-CI-develop/4033/consoleFull
10:50:07 oaitun_enb1: error fetching interface information: Device not found 10:50:07 Test eNB IP Address is : 10:50:07 /var/jenkins/workspace/RAN-CI-develop/ci-scripts/runTestOnVM.sh: line 89: [: -eq: unary operator expected 10:50:08 ping -I oaitun_ue0 -c 20 fdd_106prb_noS1_ping_gnb_from_nrue.log 10:50:08 scp: /home/ubuntu/fdd_106prb_noS1_ping_gnb_from_nrue.log: No such file or directory 10:50:08 ping file not present
OAI RAN-Container-Parent build (2650): failed (https://jenkins-oai.eurecom.fr/job/RAN-Container-Parent/2650/)
OAI RAN-CI-develop build (4034): failed (https://open5glab.eurecom.fr:8083/jenkins/job/RAN-CI-develop/4034/)
requested review from @schmidtr
changed milestone to %REVIEW_IN_PROGRESS
2508 2508 "uplinkBWP_ToAddModList has %d BWP!\n", 2509 2509 ul_bwp->n_ul_bwp); 2510 2510 2511 UE->ra_timer = 12000 << UE->current_DL_BWP.scs; // TODO: temporary value, 12000 ms from experimental results changed this line in version 2 of the diff
changed milestone to %REVIEW_COMPLETED_AND_APPROVED
changed milestone to %REVIEW_IN_PROGRESS
Review by @schmidtr
Recommendations:
- minor comment,
TODO
is confusing, accepted apart from that - the test RAN-gNB-nrUE-MONO-TDD-Band78-N300 fails because of segfault. The timer seems to be triggered although there is no RA. You can easily reproduce this on any machine with the below command.
3960317.715707 [NR_MAC] W Removing UE 1234 because RA timer expired 3960317.715741 [NR_MAC] I Remove NR rnti 0x1234 3960317.716208 [NR_MAC] W to remove in mac rnti_to_remove[0] = 0x1234 ./my-lte-softmodem-run0.sh: line 1: 340285 Segmentation fault sudo UHD_RFNOC_DIR=/usr/local/share/uhd/rfnoc ./ran_build/build/nr-softmodem -O /tmp/CI-NR-gNB/ci-scripts/conf_files/ci-gnb.band78.tm1.106PRB.usrpn300.conf --phy-test -q -U 787200 -T 106 -t 28 -D 130175 -m 28 -M 106 --usrp-tx-thread-config 1 --log_config.global_log_options level,nocolor,time
- RAN-CI-develop failed because of CI problem (it seems), I wait for confirmation by @defosseu then will retrigger
- minor comment,
OAI RAN-Container-Parent build (2651): failed (https://jenkins-oai.eurecom.fr/job/RAN-Container-Parent/2651/)