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
promise
OpenXG-RAN
Commits
32fc6310
Commit
32fc6310
authored
Oct 29, 2019
by
Wolfgang A. Mozart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete redundant code
parent
9370f5f8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
29 deletions
+2
-29
openair2/LAYER2/MAC/eNB_scheduler_NB_IoT.c
openair2/LAYER2/MAC/eNB_scheduler_NB_IoT.c
+2
-2
openair2/LAYER2/RLC/AM_v9.3.0/rlc_am.c
openair2/LAYER2/RLC/AM_v9.3.0/rlc_am.c
+0
-25
openair2/LAYER2/RLC/rlc_mac.c
openair2/LAYER2/RLC/rlc_mac.c
+0
-2
No files found.
openair2/LAYER2/MAC/eNB_scheduler_NB_IoT.c
View file @
32fc6310
...
...
@@ -111,10 +111,10 @@ void eNB_dlsch_ulsch_scheduler_NB_IoT(eNB_MAC_INST_NB_IoT *mac_inst, uint32_t ab
protocol_ctxt_t
ctxt
;
convert_system_number
(
abs_subframe
,
&
h
,
&
f
,
&
sf
);
//
printf("*************************RUN PDCP****************************\n");
//
*************************RUN PDCP****************************
PROTOCOL_CTXT_SET_BY_MODULE_ID
(
&
ctxt
,
0
,
ENB_FLAG_YES
,
NOT_A_RNTI
,
f
,
sf
,
0
);
pdcp_run
(
&
ctxt
);
//
printf("*************************************************************\n");
//
*************************************************************
eNB_scheduler_computing_flag_NB_IoT
(
mac_inst
,
abs_subframe
,
&
scheduler_flags
,
&
common_flags
,
&
max_subframe
);
...
...
openair2/LAYER2/RLC/AM_v9.3.0/rlc_am.c
View file @
32fc6310
...
...
@@ -512,31 +512,6 @@ rlc_am_rx (
}
}
//-----------------------------------------------------------------------------
/*
extern mac_status_resp *rlc_state;
struct mac_status_resp rlc_am_mac_status_indication_NB_IoT(const uint32_t tb_sizeP)
{
struct mac_status_resp status_resp;
//rlc_tb_sizeP = tb_sizeP;
status_resp.buffer_occupancy_in_bytes = rlc_state->buffer_occupancy_in_bytes;
status_resp.buffer_occupancy_in_pdus = rlc_state->buffer_occupancy_in_pdus;
status_resp.head_sdu_creation_time = rlc_state->head_sdu_creation_time;
status_resp.head_sdu_is_segmented = rlc_state->head_sdu_is_segmented;
status_resp.head_sdu_remaining_size_to_send = rlc_state->head_sdu_remaining_size_to_send;
// status_resp.rlc_info
return status_resp;
}
*/
//-----------------------------------------------------------------------------
struct
mac_status_resp
rlc_am_mac_status_indication
(
...
...
openair2/LAYER2/RLC/rlc_mac.c
View file @
32fc6310
...
...
@@ -351,8 +351,6 @@ mac_rlc_status_resp_t mac_rlc_status_ind(
srb_flag_t
srb_flag
=
(
channel_idP
<=
2
)
?
SRB_FLAG_YES
:
SRB_FLAG_NO
;
protocol_ctxt_t
ctxt
;
printf
(
"*************************get into mac_rlc_status_ind (in rlc_mac.c)*****************************
\n
"
);
PROTOCOL_CTXT_SET_BY_MODULE_ID
(
&
ctxt
,
module_idP
,
enb_flagP
,
rntiP
,
frameP
,
subframeP
,
eNB_index
);
VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
(
VCD_SIGNAL_DUMPER_FUNCTIONS_MAC_RLC_STATUS_IND
,
VCD_FUNCTION_IN
);
...
...
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