Skip to content
Snippets Groups Projects

Implementation of a RA timer to remove UE in the case of Msg4 not be decoded by the UE

Merged Luis Pereira requested to merge Remove_UE_when_Msg4_fails_to_be_decoded into develop

Implementation of a RA timer to remove UE in the case of Msg4 not be decoded by the UE

Edited by Luis Pereira

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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 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
  • Luis Pereira marked this merge request as draft

    marked this merge request as draft

  • Luis Pereira marked this merge request as ready

    marked this merge request as ready

  • Luis Pereira added 2 commits

    added 2 commits

    • 00373ed1 - Address review comments
    • 66369a8a - Prevent ra_timer to be enabled when running in phy-test mode

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading