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

This reverts commit d3707d086c
except for the README tweaks.

Change-Id: I289d25f74007917a2eaae99f430b9c53cd87b16f
This commit is contained in:
Neels Hofmeyr 2017-09-06 18:54:58 +02:00
parent f927c6f82c
commit 95ea8ece34
3 changed files with 5 additions and 5 deletions

6
README
View File

@ -14,17 +14,17 @@ Examples:
Full 2G and 3G support:
./gen_makefile.py 3G+2G.deps default.opts
./gen_makefile.py 3G+2G.deps default.opts iu.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
./gen_makefile.py 2G.deps default.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
cd make-3G+2G-default+iu
make
If you make modifications in one of the source trees, this Makefile will pick

2
iu.opts Normal file
View File

@ -0,0 +1,2 @@
osmo-msc --enable-iu
osmo-sgsn --enable-iu

View File

@ -1,2 +0,0 @@
osmo-msc --disable-iu
osmo-sgsn --disable-iu