Hi all
Just to let everyone know about an auction that people may like to look into.
Online Auction Closes 3pm* on Tuesday 19th April 2011
Extensive Electronic Test and Measurment Equipment to include Agilent
/HP Telecom test, Spectrum Analysers, Frequency generators, Optical
Test, Oscilloscopes, Programmable Power Supplies, Inspection Scopes,
19in Test rack syetems Equipment Transport, IT equipment and more.
http://www.sweeney-kincaid.com/Sales/SaleDescription.aspx?SaleId=1640
guy
Hi Harald,
I bisected this and I end at the commit that moves bsc_init.c code around and
moves things to signals. Out of your head would you know if ipaccess-config
needs to call some other init function or do something special? If not I will
dig a bit more and come back with more details.
holger
hello,
one abis_rsl-massage is: CONNECTION FAIL: RELEASE CAUSE=0x18(Siemens: T_MSRFPCI Expired) 01
and handover always ends in a segfault error
what does that mean and how can i fix it?
T.
From: Pablo Neira Ayuso <pablo(a)gnumonks.org>
This patchset is the second in the series to cleanup redundant code
in ipaccess tools.
They have been tested by bootstraping the nanoBTS successfully in
a small setup with two laptops, one acting as proxy and another with
osmo-nitb.
They are available in the pablo/cleanups branch in openbsc git tree.
Please, merge it!
Thanks.
Pablo Neira Ayuso (6):
ipaccess-proxy: get rid of make_listen_sock() and use make_sock()
instead
libabis: ipaccess: conclude new ipaccess_send_*() functions and use
them
libabis: ipaccess: export ipaccess_idtag_name()
ipaccess-proxy: get rid of ipac_idtag_parse()
libabis: ipaccess: export ipaccess_parse_unitid
ipaccess-proxy: remove hardcoded IP for options `-l' and `-b'
openbsc/include/openbsc/ipaccess.h | 3 +
openbsc/src/ipaccess/Makefile.am | 7 +-
openbsc/src/ipaccess/ipaccess-proxy.c | 188 ++++++---------------------------
openbsc/src/libabis/input/ipaccess.c | 75 +++++++++----
4 files changed, 94 insertions(+), 179 deletions(-)
--
1.7.2.3
hello
to enable handover function, do i have to change in data field msg_3 the corresponding values form 0x00h to 0x01h?
does 0x01h enable where 0x00h disables?
T.
From: Pablo Neira Ayuso <pablo(a)gnumonks.org>
This patchset is the first in the series to cleanup redundant code
in ipaccess tools.
They are available in the pablo/cleanups branch in openbsc git tree.
Please, merge it!
Thanks.
Pablo Neira Ayuso (3):
ipaccess-config: exit if no network interface is specified
libcommon: socket: extend make_sock() prototype
ipaccess-proxy: get rid of internal make_sock() implementation
openbsc/include/openbsc/socket.h | 5 ++-
openbsc/src/ipaccess/ipaccess-find.c | 1 +
openbsc/src/ipaccess/ipaccess-proxy.c | 42 ++------------------------------
openbsc/src/libabis/input/hsl.c | 4 +-
openbsc/src/libabis/input/ipaccess.c | 8 +++---
openbsc/src/libcommon/socket.c | 10 ++++---
openbsc/src/libgb/gprs_ns.c | 2 +-
openbsc/src/libgb/gprs_ns_frgre.c | 2 +-
openbsc/src/osmo-bsc_nat/bsc_ussd.c | 2 +-
9 files changed, 22 insertions(+), 54 deletions(-)
--
1.7.2.3
Hi all,
A thread on the asterisk mailing list re-triggerd my memory.
Last november or so i asked if it might be possible to use a
gsm/umts-dongle as a bts. afaicr the general consensus was that it was
not possible because the proximity of TX and RX hardware.
I have been discussing it with my colleges today and wonder where we
were making the obvious thinking-mistake...
1) i know, that certainly at higher powers, the receiver becomes deaf in
the vincinity of a (high powered) transmitter, due to cirtuit overload,
but in our case we only needs a single miliwatt or even less....
2) scanning for multiple devices/frequencies is not needed.
[the idea is to connect to a single hand-held-device, that is only one
meter away, and feed voice through an existing IP-connection]
3) if a dongle is not usable for above reasons as a BTS, why is that
same dongle (more-or-less) capable as working as a handheld? Same
problems should occur as such, not?
http://wiki.e1550.mobi/doku.php
If they can tap in the device for audio/sms-client, it should also be
possible to do it the other way round, as a single-thread bts....
still puzzled, Hans