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
常顺宇
OpenXG-RAN
Commits
0ec3cfdf
Commit
0ec3cfdf
authored
9 years ago
by
Xenofon Foukas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added UE and LC config API function calls
parent
46724972
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
500 additions
and
269 deletions
+500
-269
openair2/ENB_APP/enb_agent_common.c
openair2/ENB_APP/enb_agent_common.c
+442
-269
openair2/ENB_APP/enb_agent_common.h
openair2/ENB_APP/enb_agent_common.h
+56
-0
openair2/LAYER2/MAC/extern.h
openair2/LAYER2/MAC/extern.h
+2
-0
No files found.
openair2/ENB_APP/enb_agent_common.c
View file @
0ec3cfdf
This diff is collapsed.
Click to expand it.
openair2/ENB_APP/enb_agent_common.h
View file @
0ec3cfdf
...
...
@@ -210,6 +210,62 @@ int get_tpc(mid_t mod_id, mid_t ue_id);
int
get_harq
(
const
mid_t
mod_id
,
const
uint8_t
CC_id
,
const
mid_t
ue_id
,
const
int
frame
,
const
uint8_t
subframe
,
int
*
id
,
int
*
status
);
/*
* ************************************
* Get Messages for UE Configuration Reply
* ************************************
*/
int
get_time_alignment_timer
(
mid_t
mod_id
,
mid_t
ue_id
);
int
get_meas_gap_config
(
mid_t
mod_id
,
mid_t
ue_id
);
int
get_meas_gap_config_offset
(
mid_t
mod_id
,
mid_t
ue_id
);
int
get_ue_aggregated_max_bitrate_dl
(
mid_t
mod_id
,
mid_t
ue_id
);
int
get_ue_aggregated_max_bitrate_ul
(
mid_t
mod_id
,
mid_t
ue_id
);
int
get_half_duplex
(
mid_t
ue_id
);
int
get_intra_sf_hopping
(
mid_t
ue_id
);
int
get_type2_sb_1
(
mid_t
ue_id
);
int
get_ue_category
(
mid_t
ue_id
);
int
get_res_alloc_type1
(
mid_t
ue_id
);
int
get_ue_transmission_mode
(
mid_t
mod_id
,
mid_t
ue_id
);
int
get_tti_bundling
(
mid_t
mod_id
,
mid_t
ue_id
);
int
get_maxHARQ_TX
(
mid_t
mod_id
,
mid_t
ue_id
);
int
get_beta_offset_ack_index
(
mid_t
mod_id
,
mid_t
ue_id
);
int
get_beta_offset_ri_index
(
mid_t
mod_id
,
mid_t
ue_id
);
int
get_beta_offset_cqi_index
(
mid_t
mod_id
,
mid_t
ue_id
);
int
get_simultaneous_ack_nack_cqi
(
mid_t
mod_id
,
mid_t
ue_id
);
int
get_ack_nack_simultaneous_trans
(
mid_t
mod_id
,
mid_t
ue_id
);
int
get_aperiodic_cqi_rep_mode
(
mid_t
mod_id
,
mid_t
ue_id
);
int
get_tdd_ack_nack_feedback
(
mid_t
mod_id
,
mid_t
ue_id
);
int
get_ack_nack_repetition_factor
(
mid_t
mod_id
,
mid_t
ue_id
);
int
get_extended_bsr_size
(
mid_t
mod_id
,
mid_t
ue_id
);
int
get_ue_transmission_antenna
(
mid_t
mod_id
,
mid_t
ue_id
);
int
get_lcg
(
mid_t
ue_id
,
mid_t
lc_id
);
int
get_direction
(
mid_t
ue_id
,
mid_t
lc_id
);
/*******************
* timer primitves
*******************/
...
...
This diff is collapsed.
Click to expand it.
openair2/LAYER2/MAC/extern.h
View file @
0ec3cfdf
...
...
@@ -58,6 +58,8 @@ extern const uint32_t BSR_TABLE[BSR_TABLE_SIZE];
extern
UE_MAC_INST
*
UE_mac_inst
;
extern
eNB_MAC_INST
*
eNB_mac_inst
;
extern
eNB_RRC_INST
*
eNB_rrc_inst
;
extern
UE_RRC_INST
*
UE_rrc_inst
;
extern
UE_MAC_INST
*
ue_mac_inst
;
extern
MAC_RLC_XFACE
*
Mac_rlc_xface
;
extern
uint8_t
Is_rrc_registered
;
...
...
This diff is collapsed.
Click to expand it.
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