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
spbro
OpenXG-RAN
Commits
94258b0f
Commit
94258b0f
authored
Jun 05, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused fields of DRB
parent
125210fa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
8 deletions
+0
-8
openair2/RRC/NR/nr_rrc_defs.h
openair2/RRC/NR/nr_rrc_defs.h
+0
-4
openair2/RRC/NR/rrc_gNB.c
openair2/RRC/NR/rrc_gNB.c
+0
-1
openair2/RRC/NR/rrc_gNB_radio_bearers.c
openair2/RRC/NR/rrc_gNB_radio_bearers.c
+0
-3
No files found.
openair2/RRC/NR/nr_rrc_defs.h
View file @
94258b0f
...
...
@@ -202,11 +202,7 @@ typedef struct f1u_tunnel_s {
typedef
struct
drb_s
{
int
status
;
int
defaultDRBid
;
int
drb_id
;
int
reestablishPDCP
;
int
recoverPDCP
;
int
daps_Config_r16
;
struct
cnAssociation_s
{
int
present
;
int
eps_BearerIdentity
;
...
...
openair2/RRC/NR/rrc_gNB.c
View file @
94258b0f
...
...
@@ -345,7 +345,6 @@ static NR_DRB_ToAddModList_t *createDRBlist(gNB_RRC_UE_t *ue, bool reestablish)
if
(
ue
->
established_drbs
[
i
].
status
!=
DRB_INACTIVE
)
{
DRB_config
=
generateDRB_ASN1
(
&
ue
->
established_drbs
[
i
]);
if
(
reestablish
)
{
ue
->
established_drbs
[
i
].
reestablishPDCP
=
NR_DRB_ToAddMod__reestablishPDCP_true
;
asn1cCallocOne
(
DRB_config
->
reestablishPDCP
,
NR_DRB_ToAddMod__reestablishPDCP_true
);
}
asn1cSeqAdd
(
&
DRB_configList
->
list
,
DRB_config
);
...
...
openair2/RRC/NR/rrc_gNB_radio_bearers.c
View file @
94258b0f
...
...
@@ -96,10 +96,7 @@ drb_t *generateDRB(gNB_RRC_UE_t *ue,
est_drb
->
status
=
DRB_ACTIVE
;
est_drb
->
drb_id
=
drb_id
;
est_drb
->
reestablishPDCP
=
-
1
;
est_drb
->
recoverPDCP
=
-
1
;
est_drb
->
cnAssociation
.
sdap_config
.
defaultDRB
=
true
;
est_drb
->
defaultDRBid
=
drb_id
;
/* SDAP Configuration */
est_drb
->
cnAssociation
.
present
=
NR_DRB_ToAddMod__cnAssociation_PR_sdap_Config
;
...
...
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