openbsc.git branch master updated. 0.15.0-104-g8defadb

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 Dec 3 10:50:09 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, master has been updated
       via  8defadbdd2953482ad53fe9ef37bb81ff76a2097 (commit)
       via  59c1b645e2d86457ee1c9df56860aec8ee5a606f (commit)
       via  87c83d0b895624ac3968a85edc9de18e36d5d1ea (commit)
       via  d8660ef090b66e7fbbb960ce8a8c8c26f6981c6f (commit)
       via  c6d51f5fb477c9ebf0345edb088b86d70eb119a1 (commit)
       via  996ec1d73150366fa105b7d42ba8003fb018fcf8 (commit)
       via  18d304961249c7815cf3a78ebd1697a4efd9ab42 (commit)
       via  237fee649e691fc3a7ef851731305b8a41921436 (commit)
       via  936b890f71f6603bdd95fc6283030395743dfae5 (commit)
       via  be4bebaad05dd360200c38b7da02aa8ca66850f2 (commit)
       via  4573ca88345c553653eeea627cf4b51fa26ab9df (commit)
       via  52c0bd3025f319597ce40621ef44e39e01594605 (commit)
       via  bc44330671c019be92b335149a2aefa3cc08b8f7 (commit)
       via  3fdba2ed5ab7ad6e0814aac37f440ea1e72c906b (commit)
       via  7559910e8ced14f718820d8bfeb419878185d153 (commit)
       via  99a50b3529a53429343f767023fe9ca42b61a90f (commit)
       via  10fc02447279a322e1d362a31dec5c8f8bafb6f8 (commit)
       via  2f67125c3237f63800c5601f1aaddda62ce192a2 (commit)
       via  800126b1f33986ca9ffc6f2a65c91264a969d078 (commit)
       via  cd865d62f0446135258189184664a146b28db975 (commit)
       via  085500807c3a66e4d6e0a6a2d6516b2a4a13e69c (commit)
       via  ff4b630de9b8cb760e3d30861fda807f708351d9 (commit)
       via  817bc32696422ac4662b4b706c6e03961e45257b (commit)
       via  a9905a51f96acdddf761d0b3e4c21ac0711b57ae (commit)
       via  7174b169e0346d2a44ec50b309bd1e332503c825 (commit)
       via  d121ea612460b8a6f78a3bc91ab164651240f48a (commit)
       via  f977320736fe15ffc3a0e6110bec7823a57c65ee (commit)
       via  ba9e9f63bce9a868b8b3e15adca616ac4dec9414 (commit)
       via  8d1ffbd3ba44939612d453b161dd86ba8302d0c1 (commit)
       via  005f175c3b9a3182d429de9177438564b8a7e4f6 (commit)
       via  fc1be3a0c1cb7a220c174c7d7d3d4bd1cd4dedf4 (commit)
       via  e54cd1555a874b132116b1269264de7d6cc3d24d (commit)
       via  2c8b58139f3e3c29309dd6518f77a62414de560c (commit)
       via  1aa0e47104d9529ecf448b81adb9ef6fb0a50c5f (commit)
       via  508514c7c5a4cc2d4eae27a7e6df80b10ec4e863 (commit)
       via  29d926be12fccfb2a0240535d252b7f7d8452df8 (commit)
       via  231653a8d076c7c793a809de7b953c19a5e91284 (commit)
       via  4b2cbdab3e29dfbd8c4b5f9d44a9a63e7553253d (commit)
       via  1ba50c659801fd8ba811dd898236134c0f0a7011 (commit)
       via  dba6d1af697a027e9529b61925a6c78603b552a7 (commit)
       via  20bd6bfef5417f540e7fdd624832d1f31e38fe42 (commit)
       via  1ed9a8673d67f4224a0bdbebae012c855c5d7bdc (commit)
       via  b6c2db569f03bf5eb0f9a12a9bca5c0d7637beca (commit)
       via  d9b1d49485195a79095bae162f8bd8d0abc04781 (commit)
       via  4960fab767084f9d5937960f68b84c801350f74c (commit)
       via  e2ed8e6cc3eef9f93d8603634072720d20821ebb (commit)
       via  334af5dd9dcee962a25ca9cca9425da5d7f57a2c (commit)
      from  5e95a411946ba3c520f048c07f8fdc3dff26d564 (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:
 openbsc/configure.ac                             |    6 +
 openbsc/doc/examples/osmo-gtphub/osmo-gtphub.cfg |    2 +
 openbsc/include/openbsc/gtphub.h                 |  143 +-
 openbsc/src/gprs/Makefile.am                     |    4 +-
 openbsc/src/gprs/gtphub.c                        | 1507 +++++++++++++++-------
 openbsc/src/gprs/{gtphub_ext.c => gtphub_ares.c} |   32 +-
 openbsc/src/gprs/gtphub_main.c                   |  160 ++-
 openbsc/src/gprs/gtphub_sock.c                   |   58 +
 openbsc/src/gprs/gtphub_vty.c                    |  262 +++-
 openbsc/tests/atlocal.in                         |    5 +-
 openbsc/tests/gtphub/Makefile.am                 |    3 +-
 openbsc/tests/gtphub/gtphub_test.c               |  609 ++++++++-
 openbsc/tests/gtphub/gtphub_test.ok              |   23 +-
 13 files changed, 2170 insertions(+), 644 deletions(-)
 rename openbsc/src/gprs/{gtphub_ext.c => gtphub_ares.c} (87%)
 create mode 100644 openbsc/src/gprs/gtphub_sock.c


hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)



More information about the osmocom-commitlog mailing list