osmo-bts.git branch master updated. 0.4.0-126-gbb0cc68

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.org
Thu Mar 17 12:51:29 UTC 2016


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, master has been updated
       via  bb0cc685f1b7a932492941f13ddd53014501cb55 (commit)
       via  6044785a2265ae862450f4945c5fb12a7c28fe29 (commit)
       via  b2b1112a6e20ad632dcec0d9f1afe1ab80583d2d (commit)
      from  f3ee66207de2859cf4751b44241c0f84cf0999b4 (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=bb0cc685f1b7a932492941f13ddd53014501cb55

commit bb0cc685f1b7a932492941f13ddd53014501cb55
Author: Max <msuraev at sysmocom.de>
Date:   Thu Mar 17 11:37:24 2016 +0100

    Add utility to check proper scheduling of SI
    
    There are several types of System Information messages with tricky
    scheduling rules described in 3GPP TS 05.02 § 6.3.1.3. This GNU Awk
    script takes in .csv file with sequence of scheduled SI messages (for
    example generated using tshark from GSMTAP capture - see usage note
    inside the script) and check the scheduling rules compliance.

http://cgit.osmocom.org/osmo-bts/commit/?id=6044785a2265ae862450f4945c5fb12a7c28fe29

commit 6044785a2265ae862450f4945c5fb12a7c28fe29
Author: Max <msuraev at sysmocom.de>
Date:   Thu Mar 17 11:37:23 2016 +0100

    Ignore binary and backup files
    
    Add missing entries to .gitignore

http://cgit.osmocom.org/osmo-bts/commit/?id=b2b1112a6e20ad632dcec0d9f1afe1ab80583d2d

commit b2b1112a6e20ad632dcec0d9f1afe1ab80583d2d
Author: Max <msuraev at sysmocom.de>
Date:   Thu Mar 17 11:37:22 2016 +0100

    Add explicit check for SI2quater index and count
    
    Right now we do not support multiple SI2quater messages, so return error
    if either index or count is non-zero.

-----------------------------------------------------------------------

Summary of changes:
 .gitignore            |  2 ++
 contrib/si_check.gawk | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++
 src/common/rsl.c      | 23 +++++++++++--
 3 files changed, 114 insertions(+), 2 deletions(-)
 create mode 100755 contrib/si_check.gawk


hooks/post-receive
-- 
Osmocom BTS-side code (Abis, scheduling, ...)



More information about the osmocom-commitlog mailing list