aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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