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
5bcd660a
Commit
5bcd660a
authored
Jan 31, 2018
by
Massive
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changing default values for nmerology=1 and mcs=0, fix config file
parent
9b66fe83
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
9 deletions
+2
-9
openair2/LAYER2/MAC/eNB_scheduler_phytest.c
openair2/LAYER2/MAC/eNB_scheduler_phytest.c
+1
-1
targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.100PRB.usrpx310.conf
...S/GENERIC-LTE-EPC/CONF/enb.band7.tm1.100PRB.usrpx310.conf
+0
-7
targets/RT/USER/lte-softmodem.c
targets/RT/USER/lte-softmodem.c
+1
-1
No files found.
openair2/LAYER2/MAC/eNB_scheduler_phytest.c
View file @
5bcd660a
...
...
@@ -71,7 +71,7 @@ schedule_ue_spec_phy_test(
uint16_t
rnti
=
0x1235
;
uint32_t
rb_alloc
=
0x1FFFFFFF
;
int32_t
tpc
=
1
;
int32_t
mcs
=
28
;
int32_t
mcs
=
0
;
int32_t
cqi
=
15
;
int32_t
ndi
=
subframeP
/
5
;
int32_t
dai
=
0
;
...
...
targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.100PRB.usrpx310.conf
View file @
5bcd660a
...
...
@@ -150,17 +150,10 @@ eNBs =
NETWORK_INTERFACES
:
{
<<<<<<<
HEAD
ENB_INTERFACE_NAME_FOR_S1_MME
=
"em1"
;
ENB_IPV4_ADDRESS_FOR_S1_MME
=
"192.168.12.155/24"
;
ENB_INTERFACE_NAME_FOR_S1U
=
"em1"
;
ENB_IPV4_ADDRESS_FOR_S1U
=
"192.168.12.155/24"
;
=======
ENB_INTERFACE_NAME_FOR_S1_MME
=
"eth6"
;
ENB_IPV4_ADDRESS_FOR_S1_MME
=
"192.168.12.111/24"
;
ENB_INTERFACE_NAME_FOR_S1U
=
"eth6"
;
ENB_IPV4_ADDRESS_FOR_S1U
=
"192.168.12.111/24"
;
>>>>>>>
RU
-
RAU
-
split
-
parallel
-
EMUFH
ENB_PORT_FOR_S1U
=
2152
;
# Spec 2152
};
}
...
...
targets/RT/USER/lte-softmodem.c
View file @
5bcd660a
...
...
@@ -209,7 +209,7 @@ extern void reset_opp_meas(void);
extern
void
print_opp_meas
(
void
);
int
transmission_mode
=
1
;
int
numerology
=
0
;
int
numerology
=
2
;
int
codingw
=
1
;
int
fepw
=
1
;
...
...
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