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, master has been updated
       via  3f015f04b1d5a63c3c134f2baa60e9a8c3c8e85e (commit)
       via  c14574b56795c2cffb18c45df9947e5ea26d22dc (commit)
       via  d8352d75b61ae72bb1142d3a3e9a546ad8704f73 (commit)
       via  c696cc28d8e61a50717e3c2e68a7cfe2d08c8a48 (commit)
      from  e1ba781f7b3d45b3e8f9ea87c3041e6980dcf946 (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=3f015f04b1d5a63c3c134f2baa60e9a8c3c8e85e
commit 3f015f04b1d5a63c3c134f2baa60e9a8c3c8e85e
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Dec 5 23:13:35 2015 +0100
    bring the README into the 21st century
http://cgit.osmocom.org/openbsc/commit/?id=c14574b56795c2cffb18c45df9947e5ea26d22dc
commit c14574b56795c2cffb18c45df9947e5ea26d22dc
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Dec 5 23:04:11 2015 +0100
    AUTHORS: Add Jacob and Neels
http://cgit.osmocom.org/openbsc/commit/?id=d8352d75b61ae72bb1142d3a3e9a546ad8704f73
commit d8352d75b61ae72bb1142d3a3e9a546ad8704f73
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Dec 5 22:59:41 2015 +0100
    remove old obsolete linux kernel and wireshark patches
    
    Those were relevant in 2008/2009, but not today...
    
    Also, move hlrsync to the contrib directory
http://cgit.osmocom.org/openbsc/commit/?id=c696cc28d8e61a50717e3c2e68a7cfe2d08c8a48
commit c696cc28d8e61a50717e3c2e68a7cfe2d08c8a48
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Dec 5 16:19:21 2015 +0100
    gsm_data_shared: compute/sprintf the lchan name only once
    
    We now store the pre-printed lchan name in lchan->name to avoid having
    to call sprintf every time there is a debug statement somewhere,
    particularly as most of those debug statements are going to be inactive
    most of the time.
-----------------------------------------------------------------------
Summary of changes:
 linux-kernel/linux-2.6.27.4-misdn-abis.diff       |  144 --
 linux-kernel/linux-2.6.30-hfcmulti-multibts.patch |  486 ----
 openbsc/AUTHORS                                   |    2 +
 openbsc/README                                    |   47 +-
 {hlrsync => openbsc/contrib/hlrsync}/hlrsync.py   |    0
 openbsc/include/openbsc/gsm_data_shared.h         |    8 +-
 openbsc/src/libcommon/gsm_data_shared.c           |    5 +-
 wireshark/0001-abis_oml.patch                     | 2462 ---------------------
 wireshark/0002-ericsson_rbs2409.patch             | 1926 ----------------
 wireshark/0003-lucent-hnb.patch                   |  145 --
 wireshark/0004-rsl-ipaccess.patch                 |  688 ------
 wireshark/0005-rsl-hsl.patch                      |  272 ---
 wireshark/0006-abis_oml-hsl.patch                 |   32 -
 wireshark/README                                  |   20 -
 14 files changed, 38 insertions(+), 6199 deletions(-)
 delete mode 100644 linux-kernel/linux-2.6.27.4-misdn-abis.diff
 delete mode 100644 linux-kernel/linux-2.6.30-hfcmulti-multibts.patch
 rename {hlrsync => openbsc/contrib/hlrsync}/hlrsync.py (100%)
 delete mode 100644 wireshark/0001-abis_oml.patch
 delete mode 100644 wireshark/0002-ericsson_rbs2409.patch
 delete mode 100644 wireshark/0003-lucent-hnb.patch
 delete mode 100644 wireshark/0004-rsl-ipaccess.patch
 delete mode 100644 wireshark/0005-rsl-hsl.patch
 delete mode 100644 wireshark/0006-abis_oml-hsl.patch
 delete mode 100644 wireshark/README
hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)