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
3b101444
Commit
3b101444
authored
Dec 19, 2022
by
Swetank Srivastava
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
10.3.1 TC Passed
parent
5288bbc2
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
241 additions
and
123 deletions
+241
-123
openair2/RRC/LTE/rrc_eNB.c
openair2/RRC/LTE/rrc_eNB.c
+241
-119
openair3/SS/ss_eNB_srb_task.c
openair3/SS/ss_eNB_srb_task.c
+0
-4
No files found.
openair2/RRC/LTE/rrc_eNB.c
View file @
3b101444
This diff is collapsed.
Click to expand it.
openair3/SS/ss_eNB_srb_task.c
View file @
3b101444
...
...
@@ -213,7 +213,6 @@ static void ss_task_handle_rrc_pdu_req(struct EUTRA_RRC_PDU_REQ *req)
assert
(
req
);
LTE_DL_DCCH_Message_t
*
dl_dcch_msg
=
NULL
;
LTE_DL_CCCH_Message_t
*
dl_ccch_msg
=
NULL
;
struct
rrc_eNB_ue_context_s
*
ue_context_p
=
NULL
;
MessageDef
*
message_p
=
itti_alloc_new_message
(
TASK_RRC_ENB
,
0
,
SS_RRC_PDU_REQ
);
assert
(
message_p
);
...
...
@@ -251,9 +250,6 @@ static void ss_task_handle_rrc_pdu_req(struct EUTRA_RRC_PDU_REQ *req)
memcpy
(
lttng_sdu
,
SS_RRC_PDU_REQ
(
message_p
).
sdu
,
SS_RRC_PDU_REQ
(
message_p
).
sdu_size
);
LOG_P
(
OAILOG_DEBUG
,
"DL_DCCH_Message"
,
lttng_sdu
,
SS_RRC_PDU_REQ
(
message_p
).
sdu_size
);
ue_context_p
=
rrc_eNB_get_ue_context
(
RC
.
rrc
[
instance_g
],
SS_RRC_PDU_REQ
(
msg_p
).
rnti
);
memcpy
(
ue_context_p
->
sdu
,
SS_RRC_PDU_REQ
(
message_p
).
sdu
,
SS_RRC_PDU_REQ
(
message_p
).
sdu_size
);
ue_context_p
->
sdu_size
=
SS_RRC_PDU_REQ
(
message_p
).
sdu_size
;
}
LOG_A
(
ENB_SS
,
"[SS_SRB][EUTRA_RRC_PDU_REQ] sending to TASK_RRC_ENB: {srb: %d, ch: %s, qty: %d rnti %d}
\n
"
,
...
...
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