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
littleBu
OpenXG-RAN
Commits
a54eba8f
Commit
a54eba8f
authored
Jan 23, 2025
by
Laurent THOMAS
Committed by
Robert Schmidt
Jan 23, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove commented code and unused type definitions
parent
fb2f8939
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
50 deletions
+0
-50
openair2/RRC/L2_INTERFACE/openair_rrc_L2_interface.h
openair2/RRC/L2_INTERFACE/openair_rrc_L2_interface.h
+0
-50
No files found.
openair2/RRC/L2_INTERFACE/openair_rrc_L2_interface.h
View file @
a54eba8f
...
...
@@ -45,46 +45,6 @@ mac_rrc_data_req(
const
uint8_t
mbsfn_sync_areaP
);
/*int8_t
mac_rrc_data_ind(
const module_id_t module_idP,
const int CC_id,
const frame_t frameP,
const sub_frame_t sub_frameP,
const int UE_id,
const rnti_t rntiP,
const rb_id_t srb_idP,
const uint8_t* sduP,
const sdu_size_t sdu_lenP,
const uint8_t mbsfn_sync_areaP
);
int8_t
mac_rrc_data_req_ue(
const module_id_t module_idP,
const int CC_idP,
const frame_t frameP,
const rb_id_t srb_idP,
const uint8_t nb_tbP,
uint8_t* const buffer_pP,
const mac_enb_index_t eNB_indexP,
const uint8_t mbsfn_sync_areaP
);
int8_t
mac_rrc_data_ind_ue(
const module_id_t module_idP,
const int CC_idP,
const frame_t frameP,
const sub_frame_t sub_frameP,
const rnti_t rntiP,
const rb_id_t srb_idP,
const uint8_t *sduP,
const sdu_size_t sdu_lenP,
const mac_enb_index_t eNB_indexP,
const uint8_t mbsfn_sync_area
);*/
void
mac_lite_sync_ind
(
const
module_id_t
module_idP
,
const
uint8_t
statusP
);
...
...
@@ -128,10 +88,6 @@ void mac_out_of_sync_ind(
char
openair_rrc_eNB_init
(
const
module_id_t
module_idP
);
char
openair_rrc_ue_init
(
const
module_id_t
module_idP
,
const
unsigned
char
eNB_indexP
);
int
mac_eNB_get_rrc_status
(
const
module_id_t
module_idP
,
...
...
@@ -143,12 +99,6 @@ mac_UE_get_rrc_status(
const
uint8_t
sig_indexP
);
char
openair_rrc_ue_init
(
const
module_id_t
module_idP
,
const
unsigned
char
eNB_indexP
);
void
mac_in_sync_ind
(
const
module_id_t
module_idP
,
const
frame_t
frameP
,
...
...
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