This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/3793
osmoappdesc.py: drop nitb_e1_configs (and some ws)
Change-Id: I207cb63f7748a44ea3b520bfaf772d198593f92c
---
M osmoappdesc.py
1 file changed, 0 insertions(+), 14 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/93/3793/1
diff --git a/osmoappdesc.py b/osmoappdesc.py
index 021bf5b..36eb1a7 100644
--- a/osmoappdesc.py
+++ b/osmoappdesc.py
@@ -14,24 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>
-
-# Most systems won't be able to use these, so they're separated out
-nitb_e1_configs = [
- "doc/examples/osmo-nitb/bs11/openbsc-2bts-2trx.cfg",
- "doc/examples/osmo-nitb/bs11/openbsc-1bts-2trx-hopping.cfg",
- "doc/examples/osmo-nitb/bs11/openbsc-1bts-2trx.cfg",
- "doc/examples/osmo-nitb/bs11/openbsc.cfg",
- "doc/examples/osmo-nitb/nokia/openbsc_nokia_3trx.cfg",
- "doc/examples/osmo-nitb/nanobts/openbsc-multitrx.cfg",
- "doc/examples/osmo-nitb/rbs2308/openbsc.cfg"
-]
-
-
app_configs = {
"osmo-bsc": ["doc/examples/osmo-bsc/osmo-bsc.cfg"],
"nat": ["doc/examples/osmo-bsc_nat/osmo-bsc_nat.cfg"],
}
-
apps = [(4242, "src/osmo-bsc/osmo-bsc", "OsmoBSC", "osmo-bsc"),
(4244, "src/osmo-bsc_nat/osmo-bsc_nat", "OsmoBSCNAT", "nat"),
--
To view, visit https://gerrit.osmocom.org/3793
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I207cb63f7748a44ea3b520bfaf772d198593f92c
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>