osmo-pcu.git branch master updated. 0.2-425-g4f45979

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 May 21 17:25:52 UTC 2015


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  4f459799e31ee8fe34ae5f7b584860f699019cfc (commit)
       via  be0cbc1b7ede65ff6c5390905fc956d52a5d88b1 (commit)
       via  87597358cfe216a80405c21559ba640eedf44ad2 (commit)
       via  939904672961fa7e28397e27f942a7d1fff4bbdf (commit)
       via  e43460b50fc152026ab96b5095b94fbac6939ab2 (commit)
       via  536708617505a017b6b263a32f592471913ec464 (commit)
       via  dfef28de887eba43747bca52584f8310450e243a (commit)
       via  67c385046dbf4fe00871bb9f56b6b82e1f9d1348 (commit)
       via  fecece0e59ab5ff705887a1247df6e02836d7c66 (commit)
       via  e04e0b0a20fb2b93855de0106873c90a88c53052 (commit)
      from  6eeb7c7e74ed8cc1e23b19453012f43563055e12 (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:
 .gitignore                                         |   2 +
 src/Makefile.am                                    |   7 +-
 src/bts.cpp                                        |  22 +-
 src/bts.h                                          |  16 +
 src/cxx_linuxlist.h                                | 133 +++++++
 src/gprs_bssgp_pcu.cpp                             |  16 +-
 src/gprs_ms.cpp                                    | 238 ++++++++++++
 src/gprs_ms.h                                      |  99 +++++
 src/gprs_ms_storage.cpp                            |  86 +++++
 src/{ta.h => gprs_ms_storage.h}                    |  33 +-
 src/tbf.cpp                                        | 108 ++++--
 src/tbf.h                                          |  15 +-
 src/tbf_dl.cpp                                     |  32 +-
 tests/Makefile.am                                  |  24 +-
 tests/alloc/AllocTest.cpp                          |   4 +
 tests/llist/LListTest.cpp                          |  87 +++++
 tests/{types/TypesTest.err => llist/LListTest.err} |   0
 tests/llist/LListTest.ok                           |  10 +
 tests/ms/MsTest.cpp                                | 430 +++++++++++++++++++++
 tests/ms/MsTest.err                                |  45 +++
 tests/ms/MsTest.ok                                 |  14 +
 tests/tbf/TbfTest.cpp                              |  34 +-
 tests/tbf/TbfTest.err                              |  71 +++-
 tests/testsuite.at                                 |  14 +
 24 files changed, 1466 insertions(+), 74 deletions(-)
 create mode 100644 src/cxx_linuxlist.h
 create mode 100644 src/gprs_ms.cpp
 create mode 100644 src/gprs_ms.h
 create mode 100644 src/gprs_ms_storage.cpp
 copy src/{ta.h => gprs_ms_storage.h} (58%)
 create mode 100644 tests/llist/LListTest.cpp
 copy tests/{types/TypesTest.err => llist/LListTest.err} (100%)
 create mode 100644 tests/llist/LListTest.ok
 create mode 100644 tests/ms/MsTest.cpp
 create mode 100644 tests/ms/MsTest.err
 create mode 100644 tests/ms/MsTest.ok


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list