This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.
gitosis at osmocom.org gitosis at osmocom.orgThis 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, neels/gtphub has been updated
  discards  37e7d95f28bf4dc1f108c9f2a044387021f37f7c (commit)
       via  36948bf7c71d89746314e93ffe8f3eb2c2fbc5ea (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 (37e7d95f28bf4dc1f108c9f2a044387021f37f7c)
            \
             N -- N -- N (36948bf7c71d89746314e93ffe8f3eb2c2fbc5ea)
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/openbsc/commit/?id=36948bf7c71d89746314e93ffe8f3eb2c2fbc5ea
commit 36948bf7c71d89746314e93ffe8f3eb2c2fbc5ea
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Dec 7 13:36:47 2015 +0100
    gtphub: log: limit length of hex dumps.
    
    The debug log prints the received/sent bytes in hex. When this data surpasses
    the buffer size available for the log string (4096), the log is truncated
    and lacks a newline character. Limit the amount of dumped bytes to 1000.
    
    Sponsored-by: On-Waves ehi
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)