Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhongxiao
OpenXG-RAN
Commits
f9d447a3
Commit
f9d447a3
authored
Oct 14, 2022
by
jperaldi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Fix for PDCP Count unbound issue"
This reverts commit 175aa452c397bf5daaf1da8334c830c7afaf8c79.
parent
03e20b30
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
openair2/LAYER2/rlc_v2/rlc_oai_api.c
openair2/LAYER2/rlc_v2/rlc_oai_api.c
+0
-4
openair2/RRC/LTE/rrc_eNB.c
openair2/RRC/LTE/rrc_eNB.c
+0
-2
No files found.
openair2/LAYER2/rlc_v2/rlc_oai_api.c
View file @
f9d447a3
...
...
@@ -554,10 +554,6 @@ rb_found:
if
(
is_srb
==
0
)
return
;
/* Do not trigger RLF in case of System Simulator */
if
(
RC
.
ss
.
mode
>
SS_ENB
)
return
;
is_enb
=
rlc_manager_get_enb_flag
(
rlc_ue_manager
);
if
(
!
is_enb
)
return
;
...
...
openair2/RRC/LTE/rrc_eNB.c
View file @
f9d447a3
...
...
@@ -7327,7 +7327,6 @@ char openair_rrc_eNB_configuration(
if
(
configuration
->
ActiveParamPresent
==
true
)
{
LOG_A(RRC, "TTCN ActiveParam configuration RlcPduCCCH_Present=%d RlcPduCCCH_Size=%d\n", configuration->RlcPduCCCH_Present, configuration->RlcPduCCCH_Size);
RRCConnSetup_PDU_Present
=
configuration
->
RlcPduCCCH_Present
;
LOG_D
(
RRC
,
"Update config from TTCN RRCConnSetup_PDU_Present %d
\n
"
,
RRCConnSetup_PDU_Present
);
if
(
RRCConnSetup_PDU_Present
==
true
)
...
...
@@ -7335,7 +7334,6 @@ char openair_rrc_eNB_configuration(
RRCMsgOnSRB0_PDUSize
=
configuration
->
RlcPduCCCH_Size
;
memcpy
(
RRCMsgOnSRB0_PDU
,
configuration
->
RlcPduCCCH
,
RRCMsgOnSRB0_PDUSize
);
}
LOG_A(RRC,"Update config from TTCN RRCConnSetup_PDU_Present=%d RRCMsgOnSRB0_PDUSize=%d\n",RRCConnSetup_PDU_Present, RRCMsgOnSRB0_PDUSize);
}
/*
RC.rrc[ctxt.module_id]->mcc= rrc_configuration_req->mcc;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment