Start osmocom-nitb with HLR path and RTP proxy enabled (debian package).

This commit is contained in:
Eric Butler 2012-08-20 00:21:28 -07:00 committed by Harald Welte
parent 3d610e63cc
commit 6e7d137e79
3 changed files with 9 additions and 2 deletions

View File

@ -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.

View File

@ -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"

View File

@ -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