aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-24 15:24:57 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-24 15:24:57 +0100
commitf244a25089098d0728bdf899f7109deaeac19853 (patch)
treeac24fd4b97475524b7b144ccfe4d22bc52b2393a
parent2c75d4a418b168bfe4f90bad5cbec2803ea909fa (diff)
openbsc: Do not enable any of the services by default
We don't want to enable any of these services by default. E.g. specially with the BSC/NITB selection we want someone else to take that decision.
-rw-r--r--recipes-osmocom/openbsc/openbsc.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-osmocom/openbsc/openbsc.inc b/recipes-osmocom/openbsc/openbsc.inc
index df597ec..faa0208 100644
--- a/recipes-osmocom/openbsc/openbsc.inc
+++ b/recipes-osmocom/openbsc/openbsc.inc
@@ -11,7 +11,7 @@ SRC_URI = "file://osmo-nitb.init \
file://osmo-bsc.init \
file://osmo-sgsn.init"
-INC_PR = "r20.${META_TELEPHONY_OSMO_INC}"
+INC_PR = "r21.${META_TELEPHONY_OSMO_INC}"
EXTRA_OECONF += " --enable-nat --enable-osmo-bsc --enable-smpp --enable-mgcp-transcoding --with-g729"
@@ -51,6 +51,9 @@ PACKAGES =+ "osmo-bsc osmo-nitb osmo-gbproxy osmo-gbproxy-dbg osmo-sgsn ipaccess
INITSCRIPT_PACKAGES = "osmo-bsc osmo-bsc-mgcp osmo-nitb osmo-sgsn"
+# Do not start any of the services by default
+SYSTEMD_AUTO_ENABLE = "disable"
+
CONFFILES_osmo-bsc = "${sysconfdir}/osmocom/osmo-bsc.cfg"
INITSCRIPT_NAME_osmo-bsc = "osmo-bsc"
INITSCRIPT_PARAMS_osmo-bsc = "defaults 30 30"