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
wangjie
OpenXG-RAN
Commits
10d6eccb
Commit
10d6eccb
authored
9 years ago
by
gauthier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UL timing parameter for USRP B2x0, some adjustments in B2x0 configuration files for Band 7
parent
4fb09eeb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
7 deletions
+2
-7
targets/ARCH/USRP/USERSPACE/LIB/usrp_lib.cpp
targets/ARCH/USRP/USERSPACE/LIB/usrp_lib.cpp
+1
-1
targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.usrpb210.conf
...PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.usrpb210.conf
+1
-1
targets/RT/USER/lte-softmodem.c
targets/RT/USER/lte-softmodem.c
+0
-5
No files found.
targets/ARCH/USRP/USERSPACE/LIB/usrp_lib.cpp
View file @
10d6eccb
...
@@ -627,7 +627,7 @@ extern "C" {
...
@@ -627,7 +627,7 @@ extern "C" {
case
7680000
:
case
7680000
:
s
->
usrp
->
set_master_clock_rate
(
30.72e6
);
s
->
usrp
->
set_master_clock_rate
(
30.72e6
);
openair0_cfg
[
0
].
samples_per_packet
=
1024
;
openair0_cfg
[
0
].
samples_per_packet
=
1024
;
openair0_cfg
[
0
].
tx_sample_advance
=
9
0
;
openair0_cfg
[
0
].
tx_sample_advance
=
8
0
;
openair0_cfg
[
0
].
tx_bw
=
20e6
;
openair0_cfg
[
0
].
tx_bw
=
20e6
;
openair0_cfg
[
0
].
rx_bw
=
20e6
;
openair0_cfg
[
0
].
rx_bw
=
20e6
;
openair0_cfg
[
0
].
tx_scheduling_advance
=
5
*
openair0_cfg
[
0
].
samples_per_packet
;
openair0_cfg
[
0
].
tx_scheduling_advance
=
5
*
openair0_cfg
[
0
].
samples_per_packet
;
...
...
This diff is collapsed.
Click to expand it.
targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.usrpb210.conf
View file @
10d6eccb
...
@@ -82,7 +82,7 @@ eNBs =
...
@@ -82,7 +82,7 @@ eNBs =
rach_messagePowerOffsetGroupB
= ;
rach_messagePowerOffsetGroupB
= ;
*/
*/
rach_powerRampingStep
=
4
;
rach_powerRampingStep
=
4
;
rach_preambleInitialReceivedTargetPower
= -
10
0
;
rach_preambleInitialReceivedTargetPower
= -
10
8
;
rach_preambleTransMax
=
10
;
rach_preambleTransMax
=
10
;
rach_raResponseWindowSize
=
10
;
rach_raResponseWindowSize
=
10
;
rach_macContentionResolutionTimer
=
48
;
rach_macContentionResolutionTimer
=
48
;
...
...
This diff is collapsed.
Click to expand it.
targets/RT/USER/lte-softmodem.c
View file @
10d6eccb
...
@@ -3717,11 +3717,6 @@ int main( int argc, char **argv )
...
@@ -3717,11 +3717,6 @@ int main( int argc, char **argv )
#endif
#endif
write_output
(
"pusch_rb.m"
,
"puschrb"
,
PHY_vars_eNB_g
[
0
][
0
]
->
pusch_stats_rb
,
10240
,
1
,
2
);
write_output
(
"pusch_mcs.m"
,
"puschmcs"
,
PHY_vars_eNB_g
[
0
][
0
]
->
pusch_stats_mcs
,
10240
,
1
,
2
);
write_output
(
"pusch_round.m"
,
"puschround"
,
PHY_vars_eNB_g
[
0
][
0
]
->
pusch_stats_round
,
10240
,
1
,
2
);
write_output
(
"pusch_bsr.m"
,
"puschbsr"
,
PHY_vars_eNB_g
[
0
][
0
]
->
pusch_stats_bsr
,
10240
,
1
,
2
);
write_output
(
"pusch_BO.m"
,
"puschBO"
,
PHY_vars_eNB_g
[
0
][
0
]
->
pusch_stats_BO
,
10240
,
1
,
2
);
// stop threads
// stop threads
#ifdef XFORMS
#ifdef XFORMS
printf
(
"waiting for XFORMS thread
\n
"
);
printf
(
"waiting for XFORMS thread
\n
"
);
...
...
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