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
canghaiwuhen
OpenXG-RAN
Commits
95808aec
Commit
95808aec
authored
Jun 24, 2016
by
Xiwen JIANG
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add ue_TransmissionMode in RrcConfigurationReq
parent
7d7cbc57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
openair2/RRC/LITE/rrc_eNB.c
openair2/RRC/LITE/rrc_eNB.c
+3
-2
No files found.
openair2/RRC/LITE/rrc_eNB.c
View file @
95808aec
...
...
@@ -99,7 +99,7 @@
#include "SIMULATION/TOOLS/defs.h" // for taus
//
#define XER_PRINT
#define XER_PRINT
#ifdef PHY_EMUL
extern
EMULATION_VARS
*
Emul_vars
;
...
...
@@ -3289,7 +3289,8 @@ rrc_eNB_generate_RRCConnectionSetup(
do_RRCConnectionSetup
(
ctxt_pP
,
ue_context_pP
,
(
uint8_t
*
)
eNB_rrc_inst
[
ctxt_pP
->
module_id
].
carrier
[
CC_id
].
Srb0
.
Tx_buffer
.
Payload
,
mac_xface
->
get_transmission_mode
(
ctxt_pP
->
module_id
,
CC_id
,
ue_context_pP
->
ue_id_rnti
),
//mac_xface->get_transmission_mode(ctxt_pP->module_id,CC_id,ue_context_pP->ue_id_rnti),
(
mac_xface
->
lte_frame_parms
->
nb_antenna_ports_eNB
==
2
)
?
2
:
1
,
//at this point we do not have the UE capability information, so it can only be TM1 or TM2
rrc_eNB_get_next_transaction_identifier
(
ctxt_pP
->
module_id
),
mac_xface
->
lte_frame_parms
,
SRB_configList
,
...
...
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