Hi,
 
As per your mails abut a pure software BTS when I tried installing it as:
root@server:~# echo 'deb http://download.opensuse.org/repositories/home:/zecke23/Debian_6.0/ ./' > /etc/apt/sources.list.d/
I got the following error
bash: /etc/apt/sources.list.d/: Is a directory
 
so next i tried installing it as:
 
root@server:~# echo 'deb http://download.opensuse.org/repositories/home:/zecke23/Debian_6.0/ ./' > /etc/apt/sources.list
root@server:~# apt-get update
Get:1 http://download.opensuse.org/ ./ Release.gpg [189 B]
Ign http://download.opensuse.org/repositories/home:/zecke23/Debian_6.0/ ./ Translation-en
Ign http://download.opensuse.org/repositories/home:/zecke23/Debian_6.0/ ./ Translation-en_IN
Get:2 http://download.opensuse.org/ ./ Release [463 B]
Ign http://download.opensuse.org/ ./ Release
Ign http://download.opensuse.org/ ./ Packages/DiffIndex
Ign http://download.opensuse.org/ ./ Packages
Hit http://download.opensuse.org/ ./ Packages
Fetched 190 B in 1s (145 B/s)
Reading package lists... Done
W: GPG error: http://download.opensuse.org/ ./ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7E816D4EB59F3637

root@server:~# gpg --keyserver pool.sks-keyservers.net --recv-keys 7E816D4EB59F3637
gpg: requesting key B59F3637 from hkp server pool.sks-keyservers.net
gpgkeys: key 7E816D4EB59F3637 not found on keyserver
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
do you know how to troubleshoot this?
 
From: Holger Hans Peter Freyther <holger@freyther.de>
To: Priyanka Behl <priyankabehl@ymail.com>
Cc: "openbsc@lists.osmocom.org" <openbsc@lists.osmocom.org>
Sent: Thursday, 9 May 2013 1:59 PM
Subject: Re: Testing Openbsc without a BTS

On Thu, May 09, 2013 at 02:24:55PM +0800, Priyanka Behl wrote:

Hi,

> Hi everyone,
> I am trying to test Openbsc without a BTS. I need your help as I am very new to Openbsc.
> After doing the configurations for openbsc-multitrx.cfg file this is how I started the process:

you might want to look at my mails about a pure software BTS used to
test OpenBSC. The mails are here[1][2].


> cd openbsc/openbsc
> src/osmo-nitb -c doc/examples/osmo-nitb/nanobts/openbsc-multitrx.cfg -C
> Openbsc> subscriber id 1 send sms Hello
> Openbsc> subscriber id 1 silent call start any
> %subscriber not attached

This is to be expected. Our system enforces a periodic location
updating procedure and if a subscriber will not do that, it will
be expired. Your subscriber needs to make a Location Updating Procedure.

holger


[1] http://lists.osmocom.org/pipermail/openbsc/2012-October/004210.html
[2] http://lists.osmocom.org/pipermail/openbsc/2012-October/004250.html