Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Patricio Latini
openairinterface5G
Commits
e37fb2ae
Commit
e37fb2ae
authored
4 years ago
by
cig
Browse files
Options
Downloads
Patches
Plain Diff
Updated doc files with IF / FDD features
parent
4cac02e0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FEATURE_SET.md
+2
-0
2 additions, 0 deletions
doc/FEATURE_SET.md
doc/RUNMODEM.md
+36
-0
36 additions, 0 deletions
doc/RUNMODEM.md
with
38 additions
and
0 deletions
doc/FEATURE_SET.md
+
2
−
0
View file @
e37fb2ae
...
...
@@ -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.
*
Static TDD,
*
FDD
*
Normal CP
*
30 kHz subcarrier spacing
*
Bandwidths up to 80MHz (217 Physical Resource Blocks)
*
Intermediate downlink and uplink frequencies to interface with IF equipment
*
Single antenna port (single beam)
*
Slot format: 14 OFDM symbols in UL or DL
*
Highly efficient 3GPP compliant LDPC encoder and decoder (BG1 and BG2 supported)
...
...
This diff is collapsed.
Click to expand it.
doc/RUNMODEM.md
+
36
−
0
View file @
e37fb2ae
...
...
@@ -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`
## 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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment