[MERGED] osmo-dev[master]: move iu.opts to no-iu.opts, change to --disable-iu

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
Tue Sep 5 10:29:01 UTC 2017


Neels Hofmeyr has submitted this change and it was merged.

Change subject: move iu.opts to no-iu.opts, change to --disable-iu
......................................................................


move iu.opts to no-iu.opts, change to --disable-iu

osmo-msc and osmo-sgsn have moved to --enable-iu by default.

Depends: I1c937cb0dea001e501714cf71bfc91ec5c3cda9f (osmo-msc)
         I04b07ffead5d5394651d80711d2de06162eeed14 (osmo-sgsn)
Change-Id: I9a590b9cb9d9318c822e33e8432f3f8e5eb6779f
---
M README
D iu.opts
A no-iu.opts
3 files changed, 13 insertions(+), 5 deletions(-)

Approvals:
  Neels Hofmeyr: Looks good to me, approved; Verified



diff --git a/README b/README
index 9d3990d..a3ab68f 100644
--- a/README
+++ b/README
@@ -8,15 +8,23 @@
 more separate build trees in ./make-*.
 
 Run ./gen_makefile.py with a choice of projects (2G only or also 3G?)
-and a choice of configure options, for example:
+and a choice of configure options.
 
-  ./gen_makefile.py 3G+2G.deps default.opts iu.opts
+Examples:
+
+Full 2G and 3G support:
+
+  ./gen_makefile.py 3G+2G.deps default.opts
+
+2G only (requires to pass no-iu.opts), and a custom dir name of 'make-2G':
+
+  ./gen_makefile.py 2G.deps default.opts no-iu.opts -m make-2G
 
 This generates a new dir containing a Makefile. When you run make in it, this
 will clone the source trees (if not present yet) and build all of them in the
 right order:
 
-  cd make-3G+2G-default+iu
+  cd make-3G+2G-default
   make
 
 If you make modifications in one of the source trees, this Makefile will pick
diff --git a/iu.opts b/iu.opts
deleted file mode 100644
index a96a1bc..0000000
--- a/iu.opts
+++ /dev/null
@@ -1,2 +0,0 @@
-osmo-msc --enable-iu
-osmo-sgsn --enable-iu
diff --git a/no-iu.opts b/no-iu.opts
new file mode 100644
index 0000000..63de34a
--- /dev/null
+++ b/no-iu.opts
@@ -0,0 +1,2 @@
+osmo-msc --disable-iu
+osmo-sgsn --disable-iu

-- 
To view, visit https://gerrit.osmocom.org/3802
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I9a590b9cb9d9318c822e33e8432f3f8e5eb6779f
Gerrit-PatchSet: 1
Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list