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
Snippets
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
Bin He
openairinterface5G
Commits
fb14836f
Commit
fb14836f
authored
4 years ago
by
hardy
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/minor-fix-doc-basic-sim' into integration_2020_wk51_2
parents
69cc0767
42dca06a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/BASIC_SIM.md
+4
-4
4 additions, 4 deletions
doc/BASIC_SIM.md
with
4 additions
and
4 deletions
doc/BASIC_SIM.md
+
4
−
4
View file @
fb14836f
...
...
@@ -27,7 +27,7 @@ $ cd cmake_targets
$
./build_oai
--eNB
--UE
```
Both eNB (lte-softmodem) and UE (lte-uesoftmodem) are present on
`cmake_targets/
lte
_build
_oai
/build`
folder.
Both eNB (lte-softmodem) and UE (lte-uesoftmodem) are present on
`cmake_targets/
ran
_build/build`
folder.
More details are available on the
[
build page
](
BUILD.md
)
.
...
...
@@ -50,7 +50,7 @@ Example 1: running in FDD mode with EPC.
```
bash
$
source
oaienv
$
cd
cmake_targets/
lte
_build
_oai
/build
$
cd
cmake_targets/
ran
_build/build
$ ENODEB
=
1
sudo
-E
./lte-softmodem
-O
$OPENAIR_HOME
/ci-scripts/conf_files/lte-fdd-basic-sim.conf
--basicsim
```
...
...
@@ -64,7 +64,7 @@ Example 2: running in TDD mode without any EPC.
```
bash
$
source
oaienv
$
cd
cmake_targets/
lte
_build
_oai
/build
$
cd
cmake_targets/
ran
_build/build
$ ENODEB
=
1
sudo
-E
./lte-softmodem
-O
$OPENAIR_HOME
/ci-scripts/conf_files/lte-tdd-basic-sim.conf
--basicsim
--noS1
```
...
...
@@ -79,7 +79,7 @@ You need to set the correct OPC, USIM_API_K, MSIN (this is the end par of the IM
```
bash
$
source
oaienv
# Edit openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf
$
cd
cmake_targets/
lte
_build
_oai
/build
$
cd
cmake_targets/
ran
_build/build
$
../../nas_sim_tools/build/conf2uedata
-c
$OPENAIR_HOME
/openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf
-o
.
$
sudo
-E
./lte-uesoftmodem
-C
2625000000
-r
25
--ue-rxgain
140
--basicsim
[
--noS1
]
```
...
...
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