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
e37fb2ae
Commit
e37fb2ae
authored
Oct 29, 2020
by
cig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated doc files with IF / FDD features
parent
4cac02e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
0 deletions
+38
-0
doc/FEATURE_SET.md
doc/FEATURE_SET.md
+2
-0
doc/RUNMODEM.md
doc/RUNMODEM.md
+36
-0
No files found.
doc/FEATURE_SET.md
View file @
e37fb2ae
...
@@ -254,9 +254,11 @@ The NAS layer is based on **3GPP 24.301** and implements the following functions
...
@@ -254,9 +254,11 @@ The NAS layer is based on **3GPP 24.301** and implements the following functions
The following features are valid for the gNB and the 5G-NR UE.
The following features are valid for the gNB and the 5G-NR UE.
*
Static TDD,
*
Static TDD,
*
FDD
*
Normal CP
*
Normal CP
*
30 kHz subcarrier spacing
*
30 kHz subcarrier spacing
*
Bandwidths up to 80MHz (217 Physical Resource Blocks)
*
Bandwidths up to 80MHz (217 Physical Resource Blocks)
*
Intermediate downlink and uplink frequencies to interface with IF equipment
*
Single antenna port (single beam)
*
Single antenna port (single beam)
*
Slot format: 14 OFDM symbols in UL or DL
*
Slot format: 14 OFDM symbols in UL or DL
*
Highly efficient 3GPP compliant LDPC encoder and decoder (BG1 and BG2 supported)
*
Highly efficient 3GPP compliant LDPC encoder and decoder (BG1 and BG2 supported)
...
...
doc/RUNMODEM.md
View file @
e37fb2ae
...
@@ -132,6 +132,42 @@ With the RF simulator (on the same machine):
...
@@ -132,6 +132,42 @@ With the RF simulator (on the same machine):
`sudo RFSIMULATOR=127.0.0.1 ./nr-uesoftmodem --do-ra --rfsim --parallel-config PARALLEL_SINGLE_THREAD`
`sudo RFSIMULATOR=127.0.0.1 ./nr-uesoftmodem --do-ra --rfsim --parallel-config PARALLEL_SINGLE_THREAD`
## IF setup with OAI
The -C and -CO flags can be used together at UE side to set custom downlink and uplink FR1 intermediate frequencies for the IF equipment.
In order to run this setup, the following flags are needed at the UE side:
`-C`
`--CO`
and the following parameters must be configured in the RUs section of the gNB configuration file:
`if_freq`
`if_offset`
### Run OAI with custom DL/UL intermediate frequencies
The following example uses DL frequency 2169.080 MHz and UL frequency offset -400 MHz, with a configuration file for band 66 at gNB side.
From the
`cmake_targets/ran_build/build`
folder:
gNB on machine 1:
`sudo ./nr-softmodem -O ../../../targets/PROJECTS/GENERIC-LTE-EPC/CONF/gnb.band66.tm1.106PRB.usrpx300.conf`
UE on machine 2:
`sudo ./nr-uesoftmodem -C 2169080000 --CO -400000000`
[
oai wiki home
](
https://gitlab.eurecom.fr/oai/openairinterface5g/wikis/home
)
[
oai wiki home
](
https://gitlab.eurecom.fr/oai/openairinterface5g/wikis/home
)
...
...
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