Skip to content

Commit

Permalink
update readme files for emulation and add few missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanninardini committed Aug 27, 2021
1 parent 5579253 commit cb333e1
Show file tree
Hide file tree
Showing 15 changed files with 5,674 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ ui/com.simulte.configeditor/bin/
/simulations/*/*/routing*/bkUe???.mrt

/emulation/*/results*/
/emulation/*/stats*/
/emulation/*/plots*/
/emulation/*/trafficGeneratorConfigs*/

vim files
*.swp
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Advanced features
- CoMP Coordinated Scheduling support
- Device-to-device communications
- Support for vehicular mobility (integration with Veins 5.1)
- ETSI-compiant model of Multi-access Edge Computing (MEC) Hosts
- ETSI-compliant model of Multi-access Edge Computing (MEC) Hosts


Applications
Expand Down
2 changes: 1 addition & 1 deletion emulation/extclientserver/README
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ How to build and run the emulation

6) Run the external client, e.g. use "Iperf" with the following command:

iperf -c 10.0.2.1 -P 1 -i 1 -m -p 10021 -M 536.0B -l 10.0M -f m -t 0
iperf -c 10.0.2.1 -P 1 -i 1 -m -p 10021 -M 536.0B -n 10.0M -f m
1 change: 1 addition & 0 deletions emulation/extclientserver_bgTraffic/stats/README
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This folder will contain output files of the emulated application

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion emulation/extserver/README
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ How to build and run the emulation
6) Run the external server for the downlink traffic, e.g. use "Iperf" with the following command(type
"man iperf" for options description):

iperf -c 10.0.0.1 -P 1 -i 1 -m -p 10021 -M 536.0B -l 10.0M -f m -t 0
iperf -c 10.0.0.1 -P 1 -i 1 -m -p 10021 -M 536.0B -n 10.0M -f m
1 change: 0 additions & 1 deletion simulations/NR/dualConnectivity_multicell/omnetpp.ini
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ description = "Base configuration, do not run this config!"
# through the LTE master eNB
[Config SingleConnection-CBR-DL]
extends = DualConnectivity
description = "Base configuration, do not run this config!"

# one UDP application for each user
*.ue[*].numApps = 1
Expand Down

0 comments on commit cb333e1

Please sign in to comment.