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
ZhouShuya
OpenXG-RAN
Commits
78b09bed
Commit
78b09bed
authored
Nov 26, 2019
by
Nick Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Debug on data missing
parent
9624fce0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
openair2/LAYER2/MAC/eNB_scheduler_ulsch_NB_IoT.c
openair2/LAYER2/MAC/eNB_scheduler_ulsch_NB_IoT.c
+4
-4
No files found.
openair2/LAYER2/MAC/eNB_scheduler_ulsch_NB_IoT.c
View file @
78b09bed
...
@@ -270,10 +270,6 @@ void rx_sdu_NB_IoT(module_id_t module_id, int CC_id, frame_t frame, sub_frame_t
...
@@ -270,10 +270,6 @@ void rx_sdu_NB_IoT(module_id_t module_id, int CC_id, frame_t frame, sub_frame_t
case
DCCH0_NB_IoT
:
case
DCCH0_NB_IoT
:
case
DCCH1_NB_IoT
:
case
DCCH1_NB_IoT
:
LOG_I
(
MAC
,
"DCCH PDU Here
\n
"
);
LOG_I
(
MAC
,
"DCCH PDU Here
\n
"
);
// trigger DL scheduler
if
(
UE_info
!=
NULL
){
UE_info
->
direction
=
1
;
//1 for DL scheduler
}
mac_rlc_data_ind
(
mac_rlc_data_ind
(
module_id
,
module_id
,
...
@@ -288,6 +284,10 @@ void rx_sdu_NB_IoT(module_id_t module_id, int CC_id, frame_t frame, sub_frame_t
...
@@ -288,6 +284,10 @@ void rx_sdu_NB_IoT(module_id_t module_id, int CC_id, frame_t frame, sub_frame_t
rx_lengths
[
i
],
rx_lengths
[
i
],
1
,
1
,
NULL
);
//(unsigned int*)crc_status);
NULL
);
//(unsigned int*)crc_status);
// trigger DL scheduler
if
(
UE_info
!=
NULL
){
UE_info
->
direction
=
1
;
//1 for DL scheduler
}
// UE specific here
// UE specific here
//NB_IoT_mac_rlc_data_ind(payload_ptr,mac_inst,rnti);
//NB_IoT_mac_rlc_data_ind(payload_ptr,mac_inst,rnti);
...
...
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