-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CI pipeline and bump supported ns-3 version to ns-3.43 (#173)
* Remove manual CodeQL workflow job * Update install-doc CI as in ns-3.43 * Remove CI actions that do not reduce duplication * Update linting and formatting CI as in ns-3.43 * Simplify CI job names * Fix new doxygen, clang-format and clang-tidy warnings * Change GPL license text to SPDX license * Codecov CI action in place of deprecated script * Remove "applications" module from dependencies * Extend buildings model test coverage
- Loading branch information
1 parent
e99f688
commit 17b213f
Showing
119 changed files
with
204 additions
and
1,436 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 |
---|---|---|
|
@@ -14,7 +14,7 @@ runs: | |
steps: | ||
# Pre-configuration steps | ||
# (skip ccache for --disable-precompiled-headers because it won't use it) | ||
# (skip ccache for optimized because built files are too architecture dependent) | ||
# (skip ccache for optimized because built files are architecture dependent) | ||
- if: env.MODE != 'optimized' && ( ! contains(env.EXTRA_OPTIONS, '--disable-precompiled-headers') ) | ||
name: "Restore build cache of this job" | ||
uses: hendrikmuhs/[email protected] | ||
|
@@ -27,7 +27,7 @@ runs: | |
run: > | ||
CXX=$COMPILER ./ns3 configure -d $MODE -GNinja | ||
--enable-examples --enable-tests --enable-asserts --enable-werror | ||
--enable-modules "lorawan;applications" $EXTRA_OPTIONS | ||
--enable-modules lorawan $EXTRA_OPTIONS | ||
# Build steps | ||
- name: "Build ns-3" | ||
shell: bash | ||
|
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
release ns-3.42 | ||
release ns-3.43 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,7 @@ | ||
/* | ||
* Copyright (c) 2018 University of Padova | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 as | ||
* published by the Free Software Foundation; | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program; if not, write to the Free Software | ||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
* SPDX-License-Identifier: GPL-2.0-only | ||
* | ||
* Author: Davide Magrin <[email protected]> | ||
*/ | ||
|
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 |
---|---|---|
@@ -1,18 +1,7 @@ | ||
/* | ||
* Copyright (c) 2017 University of Padova | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 as | ||
* published by the Free Software Foundation; | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program; if not, write to the Free Software | ||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
* SPDX-License-Identifier: GPL-2.0-only | ||
* | ||
* Author: Davide Magrin <[email protected]> | ||
*/ | ||
|
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 |
---|---|---|
@@ -1,18 +1,7 @@ | ||
/* | ||
* Copyright (c) 2017 University of Padova | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 as | ||
* published by the Free Software Foundation; | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program; if not, write to the Free Software | ||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
* SPDX-License-Identifier: GPL-2.0-only | ||
* | ||
* Author: Davide Magrin <[email protected]> | ||
*/ | ||
|
@@ -75,6 +64,9 @@ main(int argc, char* argv[]) | |
CommandLine cmd(__FILE__); | ||
cmd.AddValue("nDevices", "Number of end devices to include in the simulation", nDevices); | ||
cmd.AddValue("radius", "The radius (m) of the area to simulate", radiusMeters); | ||
cmd.AddValue("realisticChannel", | ||
"Whether to use a more realistic channel model", | ||
realisticChannelModel); | ||
cmd.AddValue("simulationTime", "The time (s) for which to simulate", simulationTimeSeconds); | ||
cmd.AddValue("appPeriod", | ||
"The period in seconds to be used by periodically transmitting applications", | ||
|
Oops, something went wrong.