libosmocore.git branch pmaier/rbs2000 updated. 0.9.6-113-g6bbae77

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
Fri Feb 24 16:04:43 UTC 2017


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, pmaier/rbs2000 has been updated
  discards  3677627b484820f17805e4214051c2021538044e (commit)
       via  6bbae7775defed3c6dbf12813a82fa208174f9a4 (commit)
       via  a1004640ce02e4ae63e244de241b1c43a508f044 (commit)
       via  fa9e05e7e83e2a2adaab6f489e2d56725511fcd2 (commit)
       via  8b86cd76cf6e5254f888276d73f94bb0bfcee03b (commit)
       via  492e1808b0adede71be81cf0ad9d112dc39255a5 (commit)
       via  0d6420b302d6638501b88460e77d33e4b1631286 (commit)
       via  d1c2fc6de19cf66a91139951bb386659eb1a9502 (commit)
       via  812ba6dc63a75c39678dd3fe652768e76bf63183 (commit)
       via  bd9de2f66f82db66bbbe7e7df54bf8fee8e1a8ae (commit)
       via  abb23698d6363e9be368a24c034f5cfa7015a829 (commit)
       via  3b8cb39e7cf4b49ada8fd8135bed9d5f1a8e405a (commit)
       via  3a5ca647c531b7761dc6c555e5e0cabc972bd3ac (commit)
       via  32ee5af8935406578a2b811bd3cec65e980d2918 (commit)
       via  8fcc81db6607d44fe135850cef07e7a2123e1171 (commit)
       via  10f5fb49dbe8e79390758d8a83e826865d76929d (commit)
       via  3e6d5701e6aa56979165e58d896c14040966f04b (commit)
       via  437ed4ab4295998a488769657fe300cb8d4b6080 (commit)
       via  7adb567ffbbfc46dad70f1bb62f6da549127758f (commit)
       via  af4bb17a9345a093173d2ba98d0d4731314db8e5 (commit)
       via  6f0f560eab7bd28110b1bd1d3bcf97e2690e3d50 (commit)
       via  2c717948d91540016067f87bb3e0913067d42647 (commit)
       via  4ffb43f654d12663af0c072eb6191716d377f4b5 (commit)
       via  f12d40f4df1d42e4e1ee81607db53cb01dced80d (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 (3677627b484820f17805e4214051c2021538044e)
            \
             N -- N -- N (6bbae7775defed3c6dbf12813a82fa208174f9a4)

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/libosmocore/commit/?id=6bbae7775defed3c6dbf12813a82fa208174f9a4

commit 6bbae7775defed3c6dbf12813a82fa208174f9a4
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Thu Feb 2 18:14:40 2017 +0100

    Revert "Revert "gsm0408: add chreq_type for CHREQ_T_PDCH_ONE_PHASE and CHREQ_T_PDCH_TWO_PHASE""
    
    This reverts commit 909cbecbb9d3223b3b372849564600bb9be7fbda.

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

Summary of changes:
 .gitignore                               |   1 +
 Makefile.am                              |   2 +-
 doc/osmocom-authn-protocol.txt           | 250 -------------------------------
 include/osmocom/core/logging.h           |  33 +++-
 include/osmocom/ctrl/control_if.h        |   2 +-
 include/osmocom/ctrl/ports.h             |   1 +
 include/osmocom/gprs/gprs_msgb.h         |   4 -
 include/osmocom/gsm/gsup.h               |   5 +
 include/osmocom/gsm/protocol/gsm_04_08.h |   8 +-
 src/ctrl/control_if.c                    |  66 +++++++-
 src/gb/common_vty.c                      |  12 +-
 src/gb/common_vty.h                      |   6 -
 src/gb/gprs_bssgp.c                      |   2 +-
 src/gb/gprs_bssgp_vty.c                  |  10 +-
 src/gb/gprs_ns.c                         |  32 ++--
 src/gb/gprs_ns_vty.c                     |  10 +-
 src/gsm/Makefile.am                      |   2 +-
 src/gsm/abis_nm.c                        |   2 +-
 src/gsm/auth_core.c                      |   9 +-
 src/gsm/gsup.c                           |  33 +++-
 src/gsm/ipa.c                            |   1 +
 src/gsm/libosmogsm.map                   |   1 +
 src/logging.c                            |  21 ++-
 src/socket.c                             |  20 ++-
 src/utils.c                              |  31 ++--
 src/vty/logging_vty.c                    |   4 +-
 tests/Makefile.am                        |  11 +-
 tests/gsup/gsup_test.c                   |  68 ++++++++-
 tests/gsup/gsup_test.err                 |  71 +++++++++
 tests/gsup/gsup_test.ok                  |   2 +
 tests/socket/socket_test.c               |  93 ++++++++++++
 tests/socket/socket_test.err             |   1 +
 tests/socket/socket_test.ok              |   3 +
 tests/testsuite.at                       |  11 +-
 tests/utils/utils_test.c                 | 123 +++++++++++++++
 tests/utils/utils_test.ok                |  23 +++
 utils/conv_gen.py                        |  46 +++++-
 utils/osmo-sim-test.c                    |   6 +-
 38 files changed, 673 insertions(+), 353 deletions(-)
 delete mode 100644 doc/osmocom-authn-protocol.txt
 create mode 100644 tests/gsup/gsup_test.err
 create mode 100644 tests/socket/socket_test.c
 create mode 100644 tests/socket/socket_test.err
 create mode 100644 tests/socket/socket_test.ok


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list