From: Pablo Neira Ayuso <pablo(a)gnumonks.org>
This patchset is the third in the series to cleanup code in
ipaccess tools and drivers.
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.
BTW: I'm going to stop a bit with cleanups to add a VTY interface
for ipaccess-proxy, as Harald suggested.
Please, merge it!
Thanks.
Pablo Neira Ayuso (7):
libabis: ipaccess: more robust ipaccess_idtag_name()
src: more robust ipaccess_idtag_parse()
libabis: ipaccess: use log instead of debug under errors in
ipaccess_send()
ipaccess-find: get rid of ipac_idtag_name()
ipaccess-proxy: more robust option parsing and checking
ipaccess-proxy: remove leftover option `--udp'
ipaccess-proxy: get rid of make_gprs_sock()
openbsc/include/openbsc/ipaccess.h | 2 +-
openbsc/src/ipaccess/Makefile.am | 6 +++
openbsc/src/ipaccess/ipaccess-find.c | 22 +------------
openbsc/src/ipaccess/ipaccess-proxy.c | 56 +++++++++++++--------------------
openbsc/src/libabis/input/ipaccess.c | 18 ++++++----
openbsc/src/osmo-bsc_nat/bsc_nat.c | 8 ++++-
openbsc/src/osmo-bsc_nat/bsc_ussd.c | 8 ++++-
7 files changed, 55 insertions(+), 65 deletions(-)
--
1.7.2.3
From: Pablo Neira Ayuso <pablo(a)gnumonks.org>
This patch includes some updates for the wireshark RSL dissector.
See patch for details.
This changes are available in the pablo/wireshark-rsl branch of
openBSC.
Please, merge it.
Pablo Neira Ayuso (1):
wireshark: update extension of RSL dissector with ip.access nanoBTS
support
wireshark/0004-rsl-ipaccess.patch | 228 ++++++++++++++++++++++---------------
1 files changed, 134 insertions(+), 94 deletions(-)
--
1.7.2.3
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.