Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/10837 )

Change subject: openbsc: Install osmo-bsc-sccplite.service from git repo
......................................................................

openbsc: Install osmo-bsc-sccplite.service from git repo

Change-Id: I4d308a62fefd6f3b8d944eb6a84427437c2844bb
---
M recipes-osmocom/openbsc/openbsc.inc
D recipes-osmocom/openbsc/openbsc/osmo-bsc-sccplite.service
2 files changed, 2 insertions(+), 15 deletions(-)

Approvals:
  Pau Espin Pedrol: Verified
  Harald Welte: Looks good to me, approved



diff --git a/recipes-osmocom/openbsc/openbsc.inc 
b/recipes-osmocom/openbsc/openbsc.inc
index 9f23d52..66782fb 100644
--- a/recipes-osmocom/openbsc/openbsc.inc
+++ b/recipes-osmocom/openbsc/openbsc.inc
@@ -8,10 +8,9 @@

 SRC_URI = "file://osmo-nitb.init \
           file://osmo-bsc-sccplite.init \
-          file://osmo-bsc-sccplite.service \
           "

-INC_PR = "r1.${META_TELEPHONY_OSMO_INC}"
+INC_PR = "r2.${META_TELEPHONY_OSMO_INC}"
 
 EXTRA_OECONF += "--enable-nat --enable-osmo-bsc --enable-smpp 
--enable-mgcp-transcoding --with-g729"

@@ -32,7 +31,7 @@
        # Install systemd files and enable on sysinit
        install -d ${D}${systemd_system_unitdir}/
        install -m 0644 ${S}/contrib/systemd/osmo-nitb.service 
${D}${systemd_system_unitdir}/
-       install -m 0644 ${WORKDIR}/osmo-bsc-sccplite.service 
${D}${systemd_system_unitdir}/
+       install -m 0644 ${S}/contrib/systemd/osmo-bsc-sccplite.service 
${D}${systemd_system_unitdir}/

        install -d ${D}/var/lib/osmocom

diff --git a/recipes-osmocom/openbsc/openbsc/osmo-bsc-sccplite.service 
b/recipes-osmocom/openbsc/openbsc/osmo-bsc-sccplite.service
deleted file mode 100644
index 3edd35c..0000000
--- a/recipes-osmocom/openbsc/openbsc/osmo-bsc-sccplite.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=OpenBSC BSC (legacy, with SCCPLite)
-Wants=osmo-bsc-mgcp.service
-
-[Service]
-Type=simple
-Restart=always
-ExecStart=/usr/bin/osmo-bsc-sccplite -c /etc/osmocom/osmo-bsc-sccplite.cfg -s
-RestartSec=2
-
-[Install]
-WantedBy=multi-user.target

--
To view, visit https://gerrit.osmocom.org/10837
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: meta-telephony
Gerrit-Branch: laforge/nightly
Gerrit-MessageType: merged
Gerrit-Change-Id: I4d308a62fefd6f3b8d944eb6a84427437c2844bb
Gerrit-Change-Number: 10837
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pes...@sysmocom.de>
Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Pau Espin Pedrol <pes...@sysmocom.de>

Reply via email to