On 05/30/2011 06:27 AM, Seungju Kim wrote:
> Hello, I am experiencing some crash with osmo-sgsn.
> This is the log : http://pastebin.com/XP8RcaaNI didnt make any modification except removing imsi roaming check.
> Every time when a phone tries to connect this happens. What might be wrong?
Hi,
please make yourself gdb and git and create a patch. The struct msgb has
detected a mis-use and forced a crash. What is going wrong is in the log, you
will need to identify where this msgb got allocated (or change the panic
message to print the name of the msgb) and see why it is using the amount of
headroom it wants to use.
happy hacking
holger
Dear OpenBSC users and developers!
I beseech you, help me with some information.
Today I bought a 4 pack auction Huawei femtocell UAP 3801. Next to them
there's no documentation, Huawei has not yet responded to my questions.
I want them to operate with OpenBSC. Do you think this tool will work with
it?
If anyone are having operating instructions, configuration instructions, please
share it with me.
Thanks,
bthomyka
> 1) nanoBTS based
> The nanoBTS are 200mW only, so we would need a booster. Those cost
> about 1000 EUR for 6W downlink power + 18dB uplink LNA. Who is
going
> to fund that? Also, we would need a combiner/splitter to run
> something like a 3-TRX setup.
i could get 3 amplifiers by R&S from a friend. each one has 20 watts
output power max. here is a similar device:
http://www.radiosurplus.it/pdf/TSAMPG.pdf
Hi,
I wrote a very primitive client and server for PCAP. The osmo_pcap_client will
use libpcap to sniff on a local link, we have the usual VTY interface to
configure it, one can change the filter and the device at runtime.
There is also a very simple server that authenticates clients based on the
remote address, that will write the pcap files to disk. The files will be
rotated based on time and size, but also when the Link Header of a client is
changing. The traffic is not encrypted yet but that is on the todolist.
The code can be found in our git repository[1].
holger
[1] http://cgit.osmocom.org/cgit/osmo-pcap/
Hello,
this patchset adds an SNMP-like control interface to OpenBSC. Currently you can
set and get variables. This interface is enabled in osmo-bsc, osmo-bsc_nat, and
in osmo-nitb. It currently supports querying the counters and rate counters,
setting and querying the rf_locked status, and geographical location.
In osmo-bsc_nat forwarding is implemented to set/query stuff in the actual
osmo-bsc.
The patches are located in the daniel/controlif branch. Please merge them if you
feel they are ready or point me to the problems.
Regards
Daniel Willmann (10):
Add documentation for the control interface protocol
Add example to communicate through the control interface
Add libctrl, an SNMP-like control interface
libctrl: Add macros to help define commands
libctrl: Add commands to query counters and rate_cntr
bsc_hack: Use libctrl, listen on port 4249
osmo_bsc: Use libctrl, handle ctrl cmds on port 4249 or from the nat
osmo_bsc: Add some libctrl commands
libctrl: Add ctrl_cmd_cpy() to copy a command
nat: Use libctrl and add command forwarding to osmo-bsc
openbsc/configure.in | 1 +
openbsc/contrib/bsc_control.py | 100 +++++
openbsc/doc/control-interface.txt | 21 +
openbsc/include/openbsc/bsc_nat.h | 22 +
openbsc/include/openbsc/control_cmd.h | 151 +++++++
openbsc/src/Makefile.am | 2 +-
openbsc/src/libctrl/Makefile.am | 7 +
openbsc/src/libctrl/control_cmd.c | 479 +++++++++++++++++++++++
openbsc/src/libctrl/control_if.c | 627 ++++++++++++++++++++++++++++++
openbsc/src/osmo-bsc/Makefile.am | 1 +
openbsc/src/osmo-bsc/osmo_bsc_main.c | 167 ++++++++
openbsc/src/osmo-bsc/osmo_bsc_msc.c | 34 ++
openbsc/src/osmo-bsc_nat/Makefile.am | 1 +
openbsc/src/osmo-bsc_nat/bsc_nat.c | 279 +++++++++++++
openbsc/src/osmo-bsc_nat/bsc_nat_utils.c | 1 +
openbsc/src/osmo-nitb/Makefile.am | 3 +-
openbsc/src/osmo-nitb/bsc_hack.c | 3 +
17 files changed, 1897 insertions(+), 2 deletions(-)
create mode 100755 openbsc/contrib/bsc_control.py
create mode 100644 openbsc/doc/control-interface.txt
create mode 100644 openbsc/include/openbsc/control_cmd.h
create mode 100644 openbsc/src/libctrl/Makefile.am
create mode 100644 openbsc/src/libctrl/control_cmd.c
create mode 100644 openbsc/src/libctrl/control_if.c
--
1.7.5.rc3
This is a Mailman mailing list bounce action notice:
List: OpenBSC
Member: galbayar(a)usi.mn
Action: Subscription disabled.
Reason: Excessive or fatal bounces.
The triggering bounce notice is attached below.
Questions? Contact the Mailman site administrator at
mailman(a)lists.osmocom.org.
Dear OpenBSC lovers and developers!
question, I turn towards you again:
if the operation OpenBSC nanoBTS and A-bis Over IP basis, you think any of
the femtocell (eg Vodafone's preferred cells) are able to operate in the
same way?
I think that the same standard as well do they work?
What is your opinion?
For more information:
http://wirelessfederation.com/news/74803-vodafone-hungary-launches-3ghsdpa-…
Thank You, and have nice day!
bthomyka from Hungary
> Hello, I am experiencing some crash with osmo-sgsn.
> This is the log : http://pastebin.com/XP8RcaaN
> I didnt make any modification except removing imsi roaming check.
> Every time when a phone tries to connect this happens. What might be wrong?
Build with debug symbols so that the backtrace makes sense ...
Cheers,
Sylvain
Hello, I am trying to make a GPRS/EDGE capable network using OpenBSC. These are my config files and results from console
http://pastebin.com/rCW6cCeU
But I still don't see any data indicator when I connect my iPhone to the network. What do you think is wrong?
Sent from my iPhone
How does the phone know if it is roaming or not? When my phone camps to OpenBTS network it says it is roaming but in OpenBSC it doesn't.
I wonder what makes such difference
Sent from my iPhone