Commit 63cb61db authored by Melissa Elkadi's avatar Melissa Elkadi

Only do DRB preconfiguration if NOT in noS1 mode

parent b6e82667
......@@ -339,7 +339,8 @@ static void *NRUE_phy_stub_standalone_pnf_task(void *arg)
else if (nr_prach == 2)
{
LOG_I(NR_PHY, "In %s: [UE %d] RA completed, setting UE mode to PUSCH\n", __FUNCTION__, mod_id);
nr_DRB_preconfiguration(mac->crnti);
if (!IS_SOFTMODEM_NOS1)
nr_DRB_preconfiguration(mac->crnti);
}
else if(nr_prach == 3)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment