Commit 4629b217 authored by Robert Schmidt's avatar Robert Schmidt

Merge remote-tracking branch 'origin/nr_rrc_data_req-hotfix' into integration_2022_wk49

parents fcf983d3 3b0eed2e
...@@ -70,10 +70,6 @@ nr_rrc_data_req( ...@@ -70,10 +70,6 @@ nr_rrc_data_req(
) )
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
{ {
if(sdu_sizeP == 255) {
LOG_D(RRC,"sdu_sizeP == 255");
return false;
}
MessageDef *message_p; MessageDef *message_p;
// Uses a new buffer to avoid issue with PDCP buffer content that could be changed by PDCP (asynchronous message handling). // Uses a new buffer to avoid issue with PDCP buffer content that could be changed by PDCP (asynchronous message handling).
......
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