This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, origin/laforge/libctrl has been deleted
was a857909df392e566ea46b9d3437fc87cd6846e20
-----------------------------------------------------------------------
a857909df392e566ea46b9d3437fc87cd6846e20 libctrl: adopt to recent ipaccess/ipa naming change
-----------------------------------------------------------------------
hooks/post-receive
--
An utility library for Open Source Mobile Communications
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, daniel/osmo_fd_fixes has been deleted
was 3b978d271daaf83bfd0312c237a6508fce4ed05d
-----------------------------------------------------------------------
3b978d271daaf83bfd0312c237a6508fce4ed05d select: Fix english in comment
-----------------------------------------------------------------------
hooks/post-receive
--
An utility library for Open Source Mobile Communications
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, daniel/lapdm-desync-test has been deleted
was 3dc4e16786d1e5723e76ad7c70ad54134957f9e5
-----------------------------------------------------------------------
3dc4e16786d1e5723e76ad7c70ad54134957f9e5 gsm/lapdm: Prevent LAPD tx_queue from filling up in polling mode
-----------------------------------------------------------------------
hooks/post-receive
--
An utility library for Open Source Mobile Communications
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, daniel/fixes has been deleted
was 13607121a3f6ff0ac2d9f943ff3b34fcce0c4e9e
-----------------------------------------------------------------------
13607121a3f6ff0ac2d9f943ff3b34fcce0c4e9e tests: Don't delete atconfig in clean
-----------------------------------------------------------------------
hooks/post-receive
--
An utility library for Open Source Mobile Communications
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via c83f0276b3d0e58b3c2187923f481026952b113b (commit)
via 8db0788896221633dbe0660d08ca03e9dcfec2b2 (commit)
via dfbc42c261b438271487822f0ccd687fda84129f (commit)
via dc9b4e9ebf64e0227c85ebbb870254a1de6058d4 (commit)
via 7465e4c2e19f25bad3c92288e323d4d0d9f7baf1 (commit)
via 61c9156a744f48493aea3f7ff175a3ed56d154cd (commit)
via 98ba6359a16ce6555dee87ccde09ba6ef46bc858 (commit)
via b4771a6871efb3cf12b371aedc575912984ca528 (commit)
from 7ff77ec713c6569715077344563ff9ab1719619c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=c83f0276b3d0e58b3c2187923f481026…
commit c83f0276b3d0e58b3c2187923f481026952b113b
Merge: 7ff77ec 8db0788
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jan 1 13:23:49 2015 +0100
Merge branch 'laforge/meas_vis'
I'm merging this code, as it is proven to be very useful. The only
reason to keep it out of master was the fact that the UDP data
structures it sends are non-portable, so you can only run it reliably on
localhost or between identical systems (hardware/compiler/os).
As this hasn't been fixed in the past >= 2 years, I am merging the code
now anyway. We can still introduce a portable protocol by increasing
the protocol version at a later point.
There are two options:
a) we make 'struct gsm_meas_rep' portable. This requires an ABI
change with libosmocore, as it contains struct gsm_meas_rep_unidir :(
b) we introduce a completely separate wire format with corresponding
encoding and decoding functions.
http://cgit.osmocom.org/openbsc/commit/?id=8db0788896221633dbe0660d08ca03e9…
commit 8db0788896221633dbe0660d08ca03e9dcfec2b2
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jan 1 13:06:48 2015 +0100
meas_feed.c: Fix compiler warning
http://cgit.osmocom.org/openbsc/commit/?id=dfbc42c261b438271487822f0ccd687f…
commit dfbc42c261b438271487822f0ccd687fda84129f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Nov 15 12:29:15 2012 +0100
meas_feed: add osmo-meas-udp2db for realtime feed into database
This tool can save the meas_feed messages from UDP port 8888 directly to
a sqlite3 database for further analysis.
http://cgit.osmocom.org/openbsc/commit/?id=dc9b4e9ebf64e0227c85ebbb870254a1…
commit dc9b4e9ebf64e0227c85ebbb870254a1de6058d4
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Nov 15 00:12:56 2012 +0100
meas_feed: Add tool to read meas_feed PCAP and write it to sqlite3
In fact, the DB write code has been split out so we could later also
have a binary that would listen to realtime meas_feed packets and stuff
them into a database without any intermediate PCAP step.
The database schema contains a couple of convenience wrapper views, most
notably the "overview" view.
http://cgit.osmocom.org/openbsc/commit/?id=7465e4c2e19f25bad3c92288e323d4d0…
commit 7465e4c2e19f25bad3c92288e323d4d0d9f7baf1
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Nov 13 07:06:54 2012 +0100
build meas_vis only if libcdk is available
http://cgit.osmocom.org/openbsc/commit/?id=61c9156a744f48493aea3f7ff175a3ed…
commit 61c9156a744f48493aea3f7ff175a3ed56d154cd
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Nov 11 12:57:05 2012 +0100
meas_vis: Add header and print TA + TO values
http://cgit.osmocom.org/openbsc/commit/?id=98ba6359a16ce6555dee87ccde09ba6e…
commit 98ba6359a16ce6555dee87ccde09ba6ef46bc858
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Nov 11 12:33:30 2012 +0100
meas_vis: assign bar colors depending on level, display RxQual
http://cgit.osmocom.org/openbsc/commit/?id=b4771a6871efb3cf12b371aedc575912…
commit b4771a6871efb3cf12b371aedc575912984ca528
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Nov 11 10:58:51 2012 +0100
Initial support for export + curses-visualization of measurements
This extends osmo_nitb to offer a UDP feed of real-time measurement
reports, which can be used by (a variety of) external tools for
visualization or other processing.
We also add a small ncurses based tool (meas_vis) which shows a
baragraph display of the last few mobile stations that were active,
indicating their uplink/downlink receive level and quality.
<WARNING>
This sends non-portable structures like gsm_meas_rep over UDP
and assumes the receiver has identical alignment and endianness! Before
this feature is merged, it either needs to be converted to a unix domain
socket (but they don't do multicast, which would be nice) or the wire
format needs to change into something portable with defined alignment
and encoding
</WARNING>
-----------------------------------------------------------------------
Summary of changes:
openbsc/configure.ac | 4 +
openbsc/include/openbsc/Makefile.am | 2 +-
openbsc/include/openbsc/meas_feed.h | 29 +++
openbsc/src/libmsc/Makefile.am | 6 +-
openbsc/src/libmsc/meas_feed.c | 158 +++++++++++++++
openbsc/src/libmsc/meas_feed.h | 12 ++
openbsc/src/libmsc/vty_interface_layer3.c | 35 ++++
openbsc/src/utils/Makefile.am | 20 +-
openbsc/src/utils/meas_db.c | 323 ++++++++++++++++++++++++++++++
openbsc/src/utils/meas_db.h | 17 ++
openbsc/src/utils/meas_pcap2db.c | 141 +++++++++++++
openbsc/src/utils/meas_udp2db.c | 123 ++++++++++++
openbsc/src/utils/meas_vis.c | 306 ++++++++++++++++++++++++++++
13 files changed, 1172 insertions(+), 4 deletions(-)
create mode 100644 openbsc/include/openbsc/meas_feed.h
create mode 100644 openbsc/src/libmsc/meas_feed.c
create mode 100644 openbsc/src/libmsc/meas_feed.h
create mode 100644 openbsc/src/utils/meas_db.c
create mode 100644 openbsc/src/utils/meas_db.h
create mode 100644 openbsc/src/utils/meas_pcap2db.c
create mode 100644 openbsc/src/utils/meas_udp2db.c
create mode 100644 openbsc/src/utils/meas_vis.c
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, laforge/libctrl has been deleted
was 9c053b6fbee14e00240034f0583917543e3e787d
-----------------------------------------------------------------------
9c053b6fbee14e00240034f0583917543e3e787d libctrl: Add support for 'deferred control commands'
-----------------------------------------------------------------------
hooks/post-receive
--
An utility library for Open Source Mobile Communications
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 7ff77ec713c6569715077344563ff9ab1719619c (commit)
via f86852ce0bc7d4c854d6f6825f74ab30be64b5c5 (commit)
from 5468f768618c5d225e99f3ecf00c0ad068b1500b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=7ff77ec713c6569715077344563ff9ab…
commit 7ff77ec713c6569715077344563ff9ab1719619c
Author: Holger Hans Peter Freyther <zecke(a)selfish.org>
Date: Wed Dec 29 23:06:22 2010 +0100
smscb: Prepare to fill in the info for CBCH in SI4
Pass the number of bytes the rest octet for si4 should
fill.
http://cgit.osmocom.org/openbsc/commit/?id=f86852ce0bc7d4c854d6f6825f74ab30…
commit f86852ce0bc7d4c854d6f6825f74ab30be64b5c5
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jan 1 12:46:26 2015 +0100
chan_alloc: remove ts_alloc() and ts_free()
The idea of ts_alloc()/ts_free() dates back to the very early days of
OpenBSC, where we didn't yet have a fixed PCHAN type assigned for every
lchan in a BTS. However, ever since, PCHAN types (channel combinations)
are configured by OML in a certain way, and we only allocate LCHANs
inside PCHANs of a matching type. There should be no PCHANs with
type GSM_PCHAN_NONE, unless those that you don't want to use for
administraive reasons or the like.
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/chan_alloc.h | 11 ----
openbsc/include/openbsc/rest_octets.h | 2 +-
openbsc/src/libbsc/chan_alloc.c | 107 +-------------------------------
openbsc/src/libbsc/rest_octets.c | 4 +-
openbsc/src/libbsc/system_information.c | 2 +-
5 files changed, 5 insertions(+), 121 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 5468f768618c5d225e99f3ecf00c0ad068b1500b (commit)
from 7b1d25a11e44bbc1cb0d2acd9f1a3d4a16ec7c90 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=5468f768618c5d225e99f3ecf00c0ad0…
commit 5468f768618c5d225e99f3ecf00c0ad068b1500b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jan 1 12:41:17 2015 +0100
convert away from deprecated gsm_7bit_{encode,decode}() functions
which removes yet another bunch of compiler warnings.
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/gsm_04_08.c | 4 ++--
openbsc/src/libmsc/gsm_04_11.c | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 7b1d25a11e44bbc1cb0d2acd9f1a3d4a16ec7c90 (commit)
via 7b129e76cebee739dc959d70d7c8c257e83c76b1 (commit)
via c3e66ff5c36e47ca849b4f522d0f845437077076 (commit)
via c3f0cb38cf626c349aa2fcf6c7aa6459ac22c476 (commit)
from 979ac860954459ea8707815abeda96274e3de27b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=7b1d25a11e44bbc1cb0d2acd9f1a3d4a…
commit 7b1d25a11e44bbc1cb0d2acd9f1a3d4a16ec7c90
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jan 1 12:32:03 2015 +0100
Fix most compiler warnings with gcc-4.9.2
http://cgit.osmocom.org/openbsc/commit/?id=7b129e76cebee739dc959d70d7c8c257…
commit 7b129e76cebee739dc959d70d7c8c257e83c76b1
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jan 1 12:20:21 2015 +0100
rtp_proxy: Remove dead code
commit 65be6de155407142ddab44faf8aee5f8d5ebf628 removed the RTP
timesetamp mangling and thus the only caller to tv_difference(),
which can now be removed, too.
http://cgit.osmocom.org/openbsc/commit/?id=c3e66ff5c36e47ca849b4f522d0f8454…
commit c3e66ff5c36e47ca849b4f522d0f845437077076
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jan 1 12:14:43 2015 +0100
chan_alloc: Fix missing break statement
Fixes: Coverity CID 1261354
http://cgit.osmocom.org/openbsc/commit/?id=c3f0cb38cf626c349aa2fcf6c7aa6459…
commit c3f0cb38cf626c349aa2fcf6c7aa6459ac22c476
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jan 1 12:13:42 2015 +0100
chan_alloc.c: Don't remove SDCCH/8 without CBCH
In commit 30f1f376383df3ae8d85e96542bf14d174c25d89 we wanted to add
support for SDCCH/8+CBCH, not replace the existing SDCCH/8 with the new
CBCH-enabled configuration.
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/Makefile.am | 2 +-
openbsc/include/openbsc/smpp.h | 4 ++++
openbsc/src/libbsc/bsc_api.c | 5 +++--
openbsc/src/libbsc/chan_alloc.c | 2 ++
openbsc/src/libmgcp/mgcp_protocol.c | 2 +-
openbsc/src/libtrau/rtp_proxy.c | 15 ---------------
openbsc/src/osmo-nitb/bsc_hack.c | 1 +
openbsc/src/utils/smpp_mirror.c | 6 ++++--
openbsc/tests/abis/abis_test.c | 16 ++++++++--------
openbsc/tests/gbproxy/gbproxy_test.c | 16 ++++++++--------
10 files changed, 32 insertions(+), 37 deletions(-)
create mode 100644 openbsc/include/openbsc/smpp.h
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)