Hi!
I've applied a series of fixes and extensions to the GPRS branch, and
would like to invited interested nanoBTS users to give it another try.
Right now, I am getting fully through GPRS routing area update and attach
request, i.e. the phones can fully register to the GPRS network.
Minimal PDP context activation and deactivation has been implemented, i.e.
the phone will send a ACTIVATE PDP CONTEXT REQUEST, and the network will
simply ACK it. However, since the network does not add any IPCP options,
the phone will typically DEACTIVATE the context immediately after that.
Have fun,
--
- Harald Welte <laforge(a)gnumonks.org> http://laforge.gnumonks.org/
============================================================================
"Privacy in residential applications is a desirable marketing option."
(ETSI EN 300 175-7 Ch. A6)
Hi,
I am trying to compile the source code but, I am stuck with the dbi.h
header file. Where can I get this include file so that I can
successfully compile ?
N.
Hi,
I am following instruction from this page :
http://openbsc.gnumonks.org/trac/wiki/Debian_Getting_Started
When I do make menuconfig I get to the point until I have to select the
mISDN modules. Firstly, I had to download the 2.6.31.6 kernel which is
different as described in the page above. And, secondly, when I do
select (based on the best 'guess'), there is no change at all ! I am
forced to select 'Exit' - it does not proceed further.
Is there anything you would like to suggest ?
I am running minimal Ubuntu Linux
(https://help.ubuntu.com/community/Installation/MinimalCD) as a guest OS
using VirtualBox hosted on Ubuntu 9.10.
N.
Hi,
Your tutorial on getting started with Debian system is good. Once
the installation is over, what tests would you suggest to know the
system is ok ? Similarly, how would one ensure that the machine running
OpenBSC is talking nice with the BTS ?
N
Never mind, I think, I found it.
http://bs11-abis.gnumonks.org/trac/wiki/BS11_Getting_Started
Thanks !
-------- Forwarded Message --------
From: ನಾಗೇಶ್ <openbscuser(a)gmail.com>
Reply-to: openbscuser(a)gmail.com
To: openbsc <openbsc(a)lists.gnumonks.org>
Subject: Testing an OpenBSC installation.
Date: Thu, 12 Nov 2009 23:24:32 +0530
Hi,
Your tutorial on getting started with Debian system is good. Once
the installation is over, what tests would you suggest to know the
system is ok ? Similarly, how would one ensure that the machine running
OpenBSC is talking nice with the BTS ?
N
Hey,
I think in the next days I will go around the sourcecode and change a couple
of logging messages. My two primary goals are increase the usefulness to figure
out what was going wrong and the second to be able to put some of these into
the syslog. Should we use DEBUG* to also log to syslog or introduce a new set
of macros?
Log Levels:
I think Harald has expressed the wish to introduce log levels. Should we
follow the log levels of syslog(3)?
Messages:
I would like to collect formats for various actions. Currently I'm thinking of
the following but would like to have more input.
subscriber:
When talking about a subscriber use TMSI, IMSI and Extension.
lchan:
Include refcount, channel type, link_id, subscriber
sccp:
Talk about SCCP source local reference and pointer
transaction:
Print the transaction?
gsm0408:
Print the lchan which prints the subscriber?
comments?
holger
From: Steffen Neubauer <stefreak(a)stefreak.de>
- Added function "gsm340_scts" to decode the service center time stamp
into a UTC/GMT timestamp
- in function gsm340_validity_period: can now decode validity period
format absolute.
I hope it's good ;)
Greetings,
Steffen