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: cd openbsc/openbsc src/osmo-nitb -c doc/examples/osmo-nitb/nanobts/openbsc-multitrx.cfg -C
And the output I received was: <0019> input/ipaccess.c:925 enabling ipaccess BSC mode DB: Database initialized. DB: Database prepared. <0001d> sms_queue.c:220 Attempting to send 20 SMS
After this I added a subscriber in the hlr and the subscriber was added in the output: <0019> ipaccess.c:841 enabling ipaccess BSC mode DB: Database initialized. DB: Database prepared. <001d> sms_queue.c:232 Attempting to send 20 SMS <0002> gsm_subsciber.c:390 Expiring inactive subscriber Testing(ID 1)
After this I used the following commands on the osmo-nitb console and receive the following output: Openbsc>show subscrber id 1 ID: 1, Authorized: 1 Name: 'Testing' Extension: 9999999999 LAC: 0/0x0 IMSI: 404012345678903 TMSI: 0012D681 Pending: 0 Usecount: 1 Openbsc> subscriber id 1 send sms Hello Openbsc> subscriber id 1 silent call start any %subscriber not attached
Am I doing the right thing, are there some more configurations that I am required to do and is this the only output that can be achieved without a BTS? Also the lac is being displayed as 0/0x0, is this how it should have been? Please let me know, I really need help on this. Thanks and regards Priyanka
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
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
Hi, As per your mails about 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? Thanks and regards Priyanka
________________________________ 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
On Tue, May 14, 2013 at 12:53:17PM +0800, Priyanka Behl wrote:
Hi,
your behavior of re-sending a mail within a day is considered pushy in our community!
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
Just think about the error message and the above command and you will find a solution.
Hi, I am sorry but I got this Failure notice and that's why i re-send it. But I'll take care of this in future.
________________________________ From: Holger Hans Peter Freyther holger@freyther.de To: Priyanka Behl priyankabehl@ymail.com Cc: "openbsc@lists.osmocom.org" openbsc@lists.osmocom.org Sent: Tuesday, 14 May 2013 11:43 AM Subject: Re: Testing Openbsc without a BTS
On Tue, May 14, 2013 at 12:53:17PM +0800, Priyanka Behl wrote:
Hi,
your behavior of re-sending a mail within a day is considered pushy in our community!
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
Just think about the error message and the above command and you will find a solution.
On Tue, May 14, 2013 at 12:53:17PM +0800, Priyanka Behl wrote:
Hi, As per your mails about 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
the mail was wrong. One needs to create a file in this directory and any name will work out. I have created this[1] wiki page and corrected the information from the mail.
holger
Hi Holger, It has just been a couple of months that I have started working on linux so please correct me if I am wrong, As per http://openbsc.osmocom.org/trac/wiki/simulation%C2%A0when we install softBTS as: echo 'deb http://download.opensuse.org/repositories/home:/zecke23/Debian_6.0/ ./' > /etc/apt/sources.list.d/osmocom
so the 'osmocom' in the expression is the 'osmocom.list' file that I will have to create because a file in sources.list.d has to have an extension '.list', right?
Thanks and regards Priyanka
________________________________ 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, 16 May 2013 5:20 PM Subject: Re: Testing Openbsc without a BTS
On Tue, May 14, 2013 at 12:53:17PM +0800, Priyanka Behl wrote:
Hi, As per your mails about 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
the mail was wrong. One needs to create a file in this directory and any name will work out. I have created this[1] wiki page and corrected the information from the mail.
holger