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 "Tools to centralize packet capture and storing".
The annotated tag, 0.0.5 has been created
at a8d1565c582beb0787cc80ff8b3364e31e0e85f2 (tag)
tagging ae5ec91a4001fe329928a413109a365e32bdf575 (commit)
replaces 0.0.4
tagged by Holger Hans Peter Freyther
on Thu Sep 10 17:03:43 2015 +0200
- Log -----------------------------------------------------------------
Add support for GPRS filtering
-----BEGIN PGP SIGNATURE-----
iEYEABECAAYFAlXxm9sACgkQGckbdURWU2qrLACfY1Zj3ZhB7hvELa7SAkKqpw/s
APQAn1h11ulDMT3ZxA4CDOG/1ll9/Hc6
=XlSn
-----END PGP SIGNATURE-----
Holger Hans Peter Freyther (4):
debian: Add changelog entry for 0.0.4
debian: Add a osmo-pcap-client init script
gprs: Add a custom GPRS filter
gprs: Remove left over for counting llc frames
Sylvain Munaut (1):
build: Replace deprecated INCLUDES with AM_CPPFLAGS
-----------------------------------------------------------------------
hooks/post-receive
--
Tools to centralize packet capture and storing
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 "Tools to centralize packet capture and storing".
The branch, master has been updated
via f42bbbc27895cc60ac11794f35345419e002d38e (commit)
via ae5ec91a4001fe329928a413109a365e32bdf575 (commit)
from b7a834b4cb6a0cdd53d4fb06c1981e8d2af1c949 (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/osmo-pcap/commit/?id=f42bbbc27895cc60ac11794f353454…
commit f42bbbc27895cc60ac11794f35345419e002d38e
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Sep 10 17:11:22 2015 +0200
debian: Prepare a new release
http://cgit.osmocom.org/osmo-pcap/commit/?id=ae5ec91a4001fe329928a413109a36…
commit ae5ec91a4001fe329928a413109a365e32bdf575
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Sep 10 17:02:18 2015 +0200
gprs: Remove left over for counting llc frames
These variables were used to verify how many LLC frames were
seen.
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 19 +++++++++++++++++--
src/osmo_client_core.c | 3 ---
2 files changed, 17 insertions(+), 5 deletions(-)
hooks/post-receive
--
Tools to centralize packet capture and storing
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 "Tools to centralize packet capture and storing".
The branch, master has been updated
via b7a834b4cb6a0cdd53d4fb06c1981e8d2af1c949 (commit)
from 07d96eb65441e46647d05e690c557ed3c14cb79b (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/osmo-pcap/commit/?id=b7a834b4cb6a0cdd53d4fb06c1981e…
commit b7a834b4cb6a0cdd53d4fb06c1981e8d2af1c949
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Sep 10 16:45:45 2015 +0200
gprs: Add a custom GPRS filter
Allow to inspect UDP messages and check for GPRS, NS, BSSGP
and then filter LLC frames. Parsing the vL datastructure with
the libpcap syntax is a pain. It could be done using BPF but
we do not want to use bpf asm to specify the entire ruleset.
I looked into using libepan/libwireshark but this has memory
issues and is painful too. So let's parse UDP, NS, BSSGP using
the info we already have. I tried a bit of editcap to generate
a bit of broken data. The length check might still be bad.
I used my crash_20100602.pcap file to count the LLC frames we
detect and compare that to wireshark it ended with the right
number.
pcap add-filter gprs
can be used to enable the new filtering option after the OS
has received the packet.
Fixes: ONW#1314
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 1 +
include/osmo-pcap/osmo_pcap_client.h | 1 +
src/Makefile.am | 2 +-
src/osmo_client_core.c | 119 +++++++++++++++++++++++++++++++++++
src/osmo_client_vty.c | 23 +++++++
5 files changed, 145 insertions(+), 1 deletion(-)
hooks/post-receive
--
Tools to centralize packet capture and storing
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 "Lev Walkin's asn1 compiler".
The branch, aper-prefix has been updated
discards 47b917d8360ebca42dbdab20d285b6b92446eecb (commit)
via d02b4a79f4311c3d94dc200392ab37c6aef9fdf0 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (47b917d8360ebca42dbdab20d285b6b92446eecb)
\
N -- N -- N (d02b4a79f4311c3d94dc200392ab37c6aef9fdf0)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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/asn1c/commit/?id=d02b4a79f4311c3d94dc200392ab37c6ae…
commit d02b4a79f4311c3d94dc200392ab37c6aef9fdf0
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Sep 10 09:31:18 2015 +0200
prefixing of generated types using a ASN1C_PREFIX environment variable
When generating code for multiple ASN.1 syntaxes that have clashing
names, we need to add a prefix in order to prevent clashes in the global
C symbol namespace. Using the ASN1C_PREFIX environment variable and
this patch serves as a work-around to that. All non-basic type names
as well as references to that type and source code + header file names
will be pre-fixed accordingly.
-----------------------------------------------------------------------
Summary of changes:
libasn1fix/asn1fix.c | 9 +++++++++
1 file changed, 9 insertions(+)
hooks/post-receive
--
Lev Walkin's asn1 compiler
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 "Lev Walkin's asn1 compiler".
The branch, aper-prefix has been created
at 47b917d8360ebca42dbdab20d285b6b92446eecb (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/asn1c/commit/?id=47b917d8360ebca42dbdab20d285b6b924…
commit 47b917d8360ebca42dbdab20d285b6b92446eecb
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Sep 10 09:31:18 2015 +0200
prefixing of generated types using a ASN1C_PREFIX environment variable
When generating code for multiple ASN.1 syntaxes that have clashing
names, we need to add a prefix in order to prevent clashes in the global
C symbol namespace. Using the ASN1C_PREFIX environment variable and
this patch serves as a work-around to that. All non-basic type names
as well as references to that type and source code + header file names
will be pre-fixed accordingly.
-----------------------------------------------------------------------
hooks/post-receive
--
Lev Walkin's asn1 compiler
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, mmcternan/bb_maint has been updated
via 6f218cce39abce83be21b376e939943a44c625ae (commit)
from 5bd5a65dfccd8b11243fd3c9163bedf04b6736a2 (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/osmo-bts/commit/?id=6f218cce39abce83be21b376e939943…
commit 6f218cce39abce83be21b376e939943a44c625ae
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Jul 31 14:39:32 2014 +0200
sysmobts: Enable the direct RTP mode for firmware >= 3.11
We need to patch the CMR due wanting to support systems that still
have Audiocodes hardware in their chain. I have manually tested
and could listen to my own voice on:
TCH/H & AMR 5.9 & PTSN & BSC
TCH/F & FR1 & Other subscriber & NITB
TCH/F & EFR & Other subscriber & NITB
TCH/H & HR1 & Other subscriber & NITB
TCH/H & AMR 5.9 & Other subscriber & NITB
The tests were done using the Nokia E71, a Blackberry curve and
for the PTSN a HTC 8S were used.
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-sysmo/femtobts.h | 10 ++++++++--
src/osmo-bts-sysmo/tch.c | 10 ++++++++++
2 files changed, 18 insertions(+), 2 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
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 "UNNAMED PROJECT".
The branch, master has been updated
via 7c8d39a67b7568cda38829c774ea541250f3142f (commit)
via c8cbfc2c9800929a46ffa71e3bd0f34aa9b42f33 (commit)
via ae0a799f4472a75912b444cc2f09361aaea27963 (commit)
via 91ff7d1864f0248ab5f45047069c09d7843212ca (commit)
via 9659d593073dfb6711f2ed9ad7bee4ca454db784 (commit)
via cf6ae9d12f9bf406a8f164f8109410d01328d913 (commit)
via af75ce8e15ec8584cbc96a0cd366a5df68b9dae8 (commit)
via be4a08b58ae17b44d2c02421d8346a1ccb63a6b9 (commit)
via 60f77033ad15da909cdbc0682c781151a23c170c (commit)
via e77d49f2a2c20202dbdc5386c7dfeed4e773a077 (commit)
via ac49d0943a2a384ef99cce0933cac74d80563407 (commit)
via 16d29c7da4ee516b4ef0a6ec18cec18f8a76d7fa (commit)
from b6b3c7eb2727da98fbba231d9a1e9fe4a33b2dd0 (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/osmo-pcu/commit/?id=7c8d39a67b7568cda38829c774ea541…
commit 7c8d39a67b7568cda38829c774ea541250f3142f
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon Sep 7 14:04:56 2015 +0200
poll: Count failed procedures
When a timeout has occured several times, the procedures handled by
poll_timeout are aborted. This happens when the number of repetitions
exceed N3105. Currently only the timeouts themselves are counted.
This commits adds counters that are incremented if a procedure has
really failed.
New counter:
- rlc.ass.failed: Count failing UL and DL assigments via PACCH
- rlc.ack.failed: Count failing DL Ack/Nack requests
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 76 +++++++++++++++++++++++++++++++++++++++++++++----
src/bts.h | 11 +++++++
src/gprs_ms.h | 9 ++++++
src/pcu_l1_if.cpp | 11 +++++++
src/pcu_l1_if.h | 11 ++++---
src/poll_controller.cpp | 15 +++-------
src/poll_controller.h | 3 +-
src/sysmo_l1_if.c | 4 +++
src/tbf.cpp | 34 ++++++++++++++++++++--
src/tbf.h | 2 ++
src/tbf_dl.cpp | 63 ++++++++++++++++++----------------------
tests/tbf/TbfTest.cpp | 5 ++--
tests/tbf/TbfTest.err | 49 ++++++++++++++++++++++++++++---
13 files changed, 228 insertions(+), 65 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
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 "UNNAMED PROJECT".
The branch, jerlbeck/master has been updated
via c8cbfc2c9800929a46ffa71e3bd0f34aa9b42f33 (commit)
via ae0a799f4472a75912b444cc2f09361aaea27963 (commit)
via 91ff7d1864f0248ab5f45047069c09d7843212ca (commit)
via 9659d593073dfb6711f2ed9ad7bee4ca454db784 (commit)
via cf6ae9d12f9bf406a8f164f8109410d01328d913 (commit)
from af75ce8e15ec8584cbc96a0cd366a5df68b9dae8 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 25 +++++++++++++++++-----
src/gprs_ms.h | 9 ++++++++
src/tbf.cpp | 21 ++++++++++++++++++
src/tbf.h | 2 ++
src/tbf_dl.cpp | 59 +++++++++++++++++++++------------------------------
tests/tbf/TbfTest.cpp | 3 +--
tests/tbf/TbfTest.err | 29 +++++++++++++++++++++----
7 files changed, 102 insertions(+), 46 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
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 d721579a6aba0e6d72f44fe8ec21a7276acebda4 (commit)
from 92360b15e323a90f3da909cec8cc3c5bac2c6515 (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=d721579a6aba0e6d72f44fe8ec21a727…
commit d721579a6aba0e6d72f44fe8ec21a7276acebda4
Author: Pablo Neira Ayuso <pablo(a)soleta.eu>
Date: Mon Sep 7 11:22:04 2015 +0200
osmux: fix show online-help
Before:
<command id='osmux dummy (on|off)'>
<params>
<param name='osmux' doc='RTP multiplexing' />
<param name='dummy' doc='Enable dummy padding' />
<param name='on' doc='Disable dummy padding' />
<param name='off' doc='(null)' />
</params>
After:
<command id='osmux dummy (on|off)'>
<params>
<param name='osmux' doc='RTP multiplexing' />
<param name='dummy' doc='Dummy padding' />
<param name='on' doc='Enable dummy padding' />
<param name='off' doc='Disable dummy padding' />
</params>
</command>
Note the 'null' string in 'off'. Reported by Holger.
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmgcp/mgcp_vty.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, 201509-fairwaves-rebase has been created
at 3d4ee9912a383762723e1cc28446b84498004f10 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=3d4ee9912a383762723e1cc28446b84…
commit 3d4ee9912a383762723e1cc28446b84498004f10
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Tue Jul 21 13:36:43 2015 -0400
debian: Update changelog to 0.3.0~fw-4
http://cgit.osmocom.org/osmo-bts/commit/?id=eb894319513f1bb1c1a20dc94adcca7…
commit eb894319513f1bb1c1a20dc94adcca7ae95f0168
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Tue Sep 23 14:34:02 2014 +0400
debian: Add gsm_data_shared.h file to make packaging possible
http://cgit.osmocom.org/osmo-bts/commit/?id=a86a85cf88bb91195d2f4b46dbaef2e…
commit a86a85cf88bb91195d2f4b46dbaef2ee973e96fb
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Tue Sep 23 13:49:09 2014 +0400
debian: Add debian directory to ease building packages
http://cgit.osmocom.org/osmo-bts/commit/?id=661b1ac2042676dad1258a78e92d601…
commit 661b1ac2042676dad1258a78e92d6018284e47d5
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Tue Sep 23 13:40:11 2014 +0400
debian: Add gsm_data_shared.c file to make packaging possible
http://cgit.osmocom.org/osmo-bts/commit/?id=bdd1e229b7759ce3dad29ce71a76b7f…
commit bdd1e229b7759ce3dad29ce71a76b7f8eb7de4ee
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun Jun 14 23:52:27 2015 -0400
l1sap: Fix use-after-free in loopback mode.
http://cgit.osmocom.org/osmo-bts/commit/?id=edeb6d66d54406e434ad4a3dbb634d8…
commit edeb6d66d54406e434ad4a3dbb634d8bbd86480d
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Mon Jan 20 13:08:21 2014 +0100
ABIS: Support of multiple RSL connections for ABIS/ipaccess
http://cgit.osmocom.org/osmo-bts/commit/?id=c641ae5dbe1699c3b16a06614d9393d…
commit c641ae5dbe1699c3b16a06614d9393dd4264c7ab
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Mon Jan 13 14:47:52 2014 +0100
HACK: Make ABIS work when reestablishing
http://cgit.osmocom.org/osmo-bts/commit/?id=9f097d95e6a5743942cf470923fbcc6…
commit 9f097d95e6a5743942cf470923fbcc690853e4c9
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Mon Jan 20 13:08:21 2014 +0100
ABIS: Support for multiple RSL connections
http://cgit.osmocom.org/osmo-bts/commit/?id=4d9593130a7b5ba35ac6c48d2c26824…
commit 4d9593130a7b5ba35ac6c48d2c26824c2dba3889
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun Jun 14 23:52:57 2015 -0400
vty: Add commands to manually activate/deactivate a channel.
This is a hack, but it's the easiest way to make BTS level loopback to work.
Another way to implement this is to have BSC/NITB to send the OML command.
Note, that the current code hardcode the channel to be TCH/F which is what we
need for the BER testing.
-----------------------------------------------------------------------
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)