Skip to content

Commit db366ed

Browse files
committed
Support LTE emulation on OpenNet
* This commit includes an NS-3 patch for LTE emulation on OpenNet * Major modules: - tap-epc-helper: an epc-helper which can integrate emulation of NS-3 LTE and Open vSwitch, also support distributed emulation. - lte-time-dilation-factor: a module which can control ratio between real time and virtual time, used to enlarge emulation scale. - tap-epc-enb-application: new epc-enb-application, designed for OpenNet emulation.
1 parent 9358fd1 commit db366ed

2 files changed

Lines changed: 5539 additions & 0 deletions

File tree

ansible/roles/ns3/tasks/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
- animation-interface.patch
2323
- netanim-python.patch
2424
- sta-wifi-scan.patch
25+
- lte.patch
2526
tags: ns3
2627
- name: Waf configure
2728
command: "./waf configure"
@@ -34,6 +35,7 @@
3435
with_items:
3536
- netanim
3637
- wifi
38+
- lte
3739
args:
3840
chdir: "{{ home_location }}/ns-allinone-{{ NS3_VERSION }}/ns-{{ NS3_VERSION }}"
3941
async: 0

0 commit comments

Comments
 (0)