aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorEric Butler <eric@codebutler.com>2012-08-20 00:21:28 -0700
committerHarald Welte <laforge@gnumonks.org>2012-08-26 20:09:55 +0200
commit6e7d137e791408a37836c6e7b41f113bb799bb23 (patch)
treec34863794629f023c312f7f31fecec985990f519 /openbsc
parent3d610e63ccb3e9e1e369fd557564679dc611298d (diff)
Start osmocom-nitb with HLR path and RTP proxy enabled (debian package).
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/debian/changelog6
-rw-r--r--openbsc/debian/osmocom-nitb.default3
-rwxr-xr-xopenbsc/debian/osmocom-nitb.init2
3 files changed, 9 insertions, 2 deletions
diff --git a/openbsc/debian/changelog b/openbsc/debian/changelog
index fdab4b87a..ed0b8f25c 100644
--- a/openbsc/debian/changelog
+++ b/openbsc/debian/changelog
@@ -1,3 +1,9 @@
+openbsc (0.12.0+git26-4) precise; urgency=low
+
+ * Specify HLR path and enable RTP proxy.
+
+ -- Eric Butler <eric@codebutler.com> Mon, 20 Aug 2012 00:21:07 -0700
+
openbsc (0.12.0+git26-3) precise; urgency=low
* Fix init script.
diff --git a/openbsc/debian/osmocom-nitb.default b/openbsc/debian/osmocom-nitb.default
index 3ca21930f..106c2f9e4 100644
--- a/openbsc/debian/osmocom-nitb.default
+++ b/openbsc/debian/osmocom-nitb.default
@@ -1,2 +1,3 @@
CONFIG_FILE="/etc/osmocom/osmo-nitb.cfg"
-DAEMON_ARGS="-m"
+HLR_FILE="/var/lib/osmocom/hlr.sqlite3"
+DAEMON_ARGS="-m -P"
diff --git a/openbsc/debian/osmocom-nitb.init b/openbsc/debian/osmocom-nitb.init
index b700deaca..e4d02b427 100755
--- a/openbsc/debian/osmocom-nitb.init
+++ b/openbsc/debian/osmocom-nitb.init
@@ -34,7 +34,7 @@ SCRIPTNAME=/etc/init.d/$NAME
# Depend on lsb-base (>= 3.0-6) to ensure that this file is present.
. /lib/lsb/init-functions
-DAEMON_ARGS="$DAEMON_ARGS -D -c $CONFIG_FILE"
+DAEMON_ARGS="$DAEMON_ARGS -D -c $CONFIG_FILE -l $HLR_FILE"
#
# Function that starts the daemon/service