-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to ns-3 3.35 and new antenna model (#86)
* Initial import from main repo * do not use deprecated functions * Add constant qualifier in lte files to reflect ns-3-dev changes * mmwave antenna updates on top of ns3-3.35 (#88) * Most MmWave changes * Fix remaining compilation errors * Tentative fix for MC scripts * Remove legacy files * Update comments in the mmwave examples * Fix qd-channel-full-stack-example * Add support to qd-channel from mmwave-helper * Fix lte antenna test * Fix remaining tests * Fix last non-passing tests Co-authored-by: Mattia Lecci <[email protected]> Co-authored-by: Mattia Lecci <[email protected]>
- Loading branch information
1 parent
06f252d
commit 95eed3b
Showing
933 changed files
with
150,144 additions
and
59,172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Makefile wrapper for waf | ||
|
||
all: | ||
./waf | ||
|
||
# free free to change this part to suit your requirements | ||
configure: | ||
./waf configure --enable-examples --enable-tests | ||
|
||
build: | ||
./waf build | ||
|
||
install: | ||
./waf install | ||
|
||
clean: | ||
./waf clean | ||
|
||
distclean: | ||
./waf distclean |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.