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, master has been updated
via ac4ed17dbd15ed703583584626d820f66ea5a17d (commit)
via af5bad5ed00f0d21617c34f0e4e96eb2fd977a02 (commit)
from 90e614f7ccb0902e6ddb510bb10f78eb14a13d94 (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/libosmocore/commit/?id=ac4ed17dbd15ed703583584626d8…
commit ac4ed17dbd15ed703583584626d820f66ea5a17d
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Dec 8 10:29:16 2015 +0100
stats: Add OSMO prefix to STAT_ITEM_NOVALUE_ID
This symbol is globally visible and therefore should have an OSMO
prefix like the other identifiers exported by stat_item.h.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/libosmocore/commit/?id=af5bad5ed00f0d21617c34f0e4e9…
commit af5bad5ed00f0d21617c34f0e4e96eb2fd977a02
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Fri Nov 27 18:54:58 2015 +0100
stat: Explicitly support stat_items without unit
Add OSMO_STAT_ITEM_NO_UNIT for stat items without an unit. The
statsd reporter uses gauges ("g") to report them.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/stat_item.h | 3 ++-
src/stat_item.c | 6 +++---
src/stats_statsd.c | 12 +++++++++++-
src/vty/utils.c | 5 ++++-
4 files changed, 20 insertions(+), 6 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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 "GNU Radio block for interfacing with various radio hardware".
The branch, master has been updated
via 2ca720cfee7d12541aa84be96a0076fc8820f5ab (commit)
via 69ec75a0b4d2a7fbab0dd456e7190b5c644880f2 (commit)
via 3198eb927a09cb1741670e3c47a987c820934976 (commit)
via c804460f5dbe0cc673cf95298285a3afa87fd232 (commit)
via 9ceadfb645f2aadc7e86b87a374340a928af42da (commit)
via b3d915f5917174c7e7e57dceda3dd35e254a96de (commit)
from 86ad584204762eeb01f07daa683673f1ec3f1df5 (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/gr-osmosdr/commit/?id=2ca720cfee7d12541aa84be96a007…
commit 2ca720cfee7d12541aa84be96a0076fc8820f5ab
Author: Dimitri Stolnikov <horiz0n(a)gmx.net>
Date: Mon Dec 7 20:37:32 2015 +0100
hackrf: change hackrf i/o from default char to explicit int8_t
original patch provided via github by Dirk Grunwald
http://cgit.osmocom.org/gr-osmosdr/commit/?id=69ec75a0b4d2a7fbab0dd456e7190…
commit 69ec75a0b4d2a7fbab0dd456e7190b5c644880f2
Author: Dimitri Stolnikov <horiz0n(a)gmx.net>
Date: Mon Dec 7 20:27:02 2015 +0100
hackrf: since devicecount is signed, make comparisons signed as well
http://cgit.osmocom.org/gr-osmosdr/commit/?id=3198eb927a09cb1741670e3c47a98…
commit 3198eb927a09cb1741670e3c47a987c820934976
Merge: c804460 b3d915f
Author: Dimitri Stolnikov <horiz0n(a)gmx.net>
Date: Mon Dec 7 20:19:36 2015 +0100
Merge remote-tracking branch 'origin/soapy_support'
-----------------------------------------------------------------------
Summary of changes:
lib/config.h.in | 6 ++++++
lib/hackrf/hackrf_sink_c.cc | 18 +++++++++---------
lib/hackrf/hackrf_sink_c.h | 2 +-
lib/hackrf/hackrf_source_c.cc | 16 ++++++++--------
lib/rtl_tcp/rtl_tcp_source_f.h | 5 ++++-
lib/soapy/soapy_source_c.cc | 1 +
6 files changed, 29 insertions(+), 19 deletions(-)
hooks/post-receive
--
GNU Radio block for interfacing with various radio hardware
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 code for Iuh interface".
The branch, master has been updated
via a1e202e15eab6c4f5ea84659472a3bb2a503a59a (commit)
via 0e8ef67b7ab4811fd9b157244f0a6e056314cb2c (commit)
via f3685c2a131756feb8c4f502e9d162aeaa9eb2fb (commit)
via 4aeef6c3c4c4aaf52ce894c840e2db4f1ca65a10 (commit)
from 97374c039b7094d48f9dcc48794db2aa3caf6f59 (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-iuh/commit/?id=a1e202e15eab6c4f5ea84659472a3bb…
commit a1e202e15eab6c4f5ea84659472a3bb2a503a59a
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Mon Dec 7 17:21:07 2015 +0100
tests/hnb-test: Generate the HNBAP registration request from ASN.1
http://cgit.osmocom.org/osmo-iuh/commit/?id=0e8ef67b7ab4811fd9b157244f0a6e0…
commit 0e8ef67b7ab4811fd9b157244f0a6e056314cb2c
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Mon Dec 7 17:19:40 2015 +0100
hnbap_common: Add function to HNBAP generate initiating message
An earlier version was commented out, this function now works like
hnbap_generate_successful_outcome()
http://cgit.osmocom.org/osmo-iuh/commit/?id=f3685c2a131756feb8c4f502e9d162a…
commit f3685c2a131756feb8c4f502e9d162aeaa9eb2fb
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Mon Dec 7 17:18:56 2015 +0100
asn1helpers: Add helper to convert u8/u16 to OCTET_STRING
http://cgit.osmocom.org/osmo-iuh/commit/?id=4aeef6c3c4c4aaf52ce894c840e2db4…
commit 4aeef6c3c4c4aaf52ce894c840e2db4f1ca65a10
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Thu Dec 3 17:02:13 2015 +0100
hnb-test: Send hard-coded HNB register request for now
-----------------------------------------------------------------------
Summary of changes:
src/asn1helpers.c | 13 ++++++++++++
src/asn1helpers.h | 2 ++
src/hnbap_common.c | 33 ++++++++++++++++--------------
src/hnbap_common.h | 5 +++++
src/tests/hnb-test.c | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 95 insertions(+), 15 deletions(-)
hooks/post-receive
--
Osmocom code for Iuh interface
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, neels/gtphub has been updated
discards eae9b139b9b1c8e3638da93fafdf5d9d350f512b (commit)
discards 2170bf7b26f835d19ffd2ddbb7af3c687c5aedae (commit)
discards dc2daa1da714bc28e0779e8b9fb6961904a8e616 (commit)
discards 0a97c9c3887987e9d0d62f02038761d193a55b56 (commit)
discards b5576e419e19b2827ca8a13eba79cded5762485f (commit)
discards 614fc7f9b832dcd24d8188390a7fe28d606c0fcf (commit)
discards 5aa6f4354ec71d5ece57e54347e6ad2704f338fc (commit)
discards 5a1af308113a9f8048ead40697120aa2bdf51f4f (commit)
discards 7bdbff1ae2477aafd3a2c9a3db0471a9d91481ea (commit)
discards 69ea1b9a055f4b1240d34f6c9a7d1d25933f6291 (commit)
discards 9c72205b01fe4cbe648dd5f6042fc8c4b3b8a714 (commit)
discards 4960bcc705be868c11f51150fc7ee595fff0af68 (commit)
discards bf074a40e5ab83576e9d33d7c7d1819f0efe2d4b (commit)
discards e2918e2971549a0e9939725bf5670ef09d5d761b (commit)
via 37e7d95f28bf4dc1f108c9f2a044387021f37f7c (commit)
via 4d2b3ff6a235ff42ba839ca782f187a321c3e6a4 (commit)
via d010c49407220f7efe55d50d1dbf261a70f756d2 (commit)
via bee75969cc90d3969dd23c1c79afc70755c87177 (commit)
via ee07e4f75d1fc31dd6326e50535441a391c7de1e (commit)
via f6e4d082194e41c8a5b51a46c578921006496309 (commit)
via 328d2f78c1b934522811dea3f1d707fe39c039e3 (commit)
via 23d09cc9045dc49cf51d76aabde077ca00cf0b00 (commit)
via ee1e5d758e0949934beb2485d517ef1ddca73de9 (commit)
via e38fb66f4bfc3bbae9f5738e5b4e1f37fa0cef2f (commit)
via 956d856b61ac222f2c5ec078495d60f71b1a6278 (commit)
via ba0525e3d8b7ca5e9d1cd3aeb342f09ba142bccb (commit)
via 28a70f20cdb5507feacac48cc4e0833f6b1e9afd (commit)
via 9d8f506f7f74a90091ab4906f17e4dd7501dc406 (commit)
via 5d5c31a367b2b16ba99e9375f56628972f6b3510 (commit)
via 5c7dcf96654da33c33725e551d695d2196741a3a (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 (eae9b139b9b1c8e3638da93fafdf5d9d350f512b)
\
N -- N -- N (37e7d95f28bf4dc1f108c9f2a044387021f37f7c)
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/openbsc/commit/?id=37e7d95f28bf4dc1f108c9f2a0443870…
commit 37e7d95f28bf4dc1f108c9f2a044387021f37f7c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Dec 7 13:36:47 2015 +0100
gtphub: log: limit length of hex dumps.
The debug log prints the received/sent bytes in hex. When this data surpasses
the buffer size available for the log string (4069), the log is truncated
and lacks a newline character. Limit the amount of dumped bytes to 1000.
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=4d2b3ff6a235ff42ba839ca782f187a3…
commit 4d2b3ff6a235ff42ba839ca782f187a321c3e6a4
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Dec 7 01:13:47 2015 +0100
gtphub: add VTY show for peers and peer stats.
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=d010c49407220f7efe55d50d1dbf261a…
commit d010c49407220f7efe55d50d1dbf261a70f756d2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Dec 6 23:12:02 2015 +0100
gtphub: improve handling of restarted peer.
Handle peer restart earlier, so that all the tunnels are deleted by the restart
code path, instead of the first one being deleted due to reused TEI. That
caused confusing logging messages.
Also, when receiving Delete confirmations from the peer that didn't restart,
don't complain about unknown peer, but acknowledge and remove the half
invalidated tunnel. This means that the pending delete entry from the restart
code path is not needed / not used, so don't bother to add pending delete
entries upon peer restart.
The test test_peer_restarted_reusing_tei() hits the situation where a tunnel is
removed because of a reused TEI rather than the restart counter. Adjust the
test to expect the "out-of-band" delete request earlier on, and to still see
the half invalidated tunnel around. Enhance the test by adding the delete
response from the peer that didn't restart, and add a final tunnels_are()
verification.
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=bee75969cc90d3969dd23c1c79afc707…
commit bee75969cc90d3969dd23c1c79afc70755c87177
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Dec 6 23:07:02 2015 +0100
gtphub: log most common message type names.
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=ee07e4f75d1fc31dd6326e50535441a3…
commit ee07e4f75d1fc31dd6326e50535441a391c7de1e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Dec 6 19:11:45 2015 +0100
gtphub: simplify/fix: one TEI mapping per tunnel.
Because the sender is known, one unique TEI per tunnel suffices to map the TEIs
that the peers are sending to gtphub, instead of previously 4 (SGSN<->GGSN
interaction on User and Ctrl plane, where each had an own unique TEI).
Also, previously, a tunnel's endpoints should also have been checked against
each other for TEI reuse, not only against the endpoints of other tunnels. This
simplification fixes that problem for free.
Thus simplify TEI reuse detection and improve VTY show readability and
debugging.
Adjust log and VTY output for tunnels.
Adjust tests accordingly.
Suggested-by: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=f6e4d082194e41c8a5b51a46c5789210…
commit f6e4d082194e41c8a5b51a46c578921006496309
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Dec 6 19:03:35 2015 +0100
gtphub: fix: when checking TEIs, skip 0.
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=328d2f78c1b934522811dea3f1d707fe…
commit 328d2f78c1b934522811dea3f1d707fe39c039e3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Dec 6 19:13:21 2015 +0100
gtphub: log: add TEI reuse msg, fix another TEI msg.
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=23d09cc9045dc49cf51d76aabde077ca…
commit 23d09cc9045dc49cf51d76aabde077ca00cf0b00
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Dec 6 19:02:43 2015 +0100
gtphub_test: add test_parallel_context_creation()
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=ee1e5d758e0949934beb2485d517ef1d…
commit ee1e5d758e0949934beb2485d517ef1ddca73de9
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Dec 6 17:18:49 2015 +0100
gtphub: log: add side str to msg for reused TEI
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=e38fb66f4bfc3bbae9f5738e5b4e1f37…
commit e38fb66f4bfc3bbae9f5738e5b4e1f37fa0cef2f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Dec 6 16:44:14 2015 +0100
gtphub: add more detailed I/O rate counters.
Count bytes and packets per peer port, as well es per tunnel enpoint, which
adds two more levels of detail.
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=956d856b61ac222f2c5ec078495d60f7…
commit 956d856b61ac222f2c5ec078495d60f71b1a6278
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Dec 6 16:40:24 2015 +0100
gtphub: be strict about unknown cmdline args
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=ba0525e3d8b7ca5e9d1cd3aeb342f09b…
commit ba0525e3d8b7ca5e9d1cd3aeb342f09ba142bccb
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Dec 6 16:39:23 2015 +0100
gtphub: tweak logging.
Less spaces in tunnel strings, adjust tests accordingly.
Use side_idx to remove code dup in rate counter output.
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=28a70f20cdb5507feacac48cc4e0833f…
commit 28a70f20cdb5507feacac48cc4e0833f6b1e9afd
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Dec 6 15:22:54 2015 +0100
gtphub: logging: have one newline per log.
Some logging was multiline to ease human reading of debug output. However,
in the VTY output, these newlines lack a CR motion. Split multiline logs into
separate lines.
Also add one missing space.
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=9d8f506f7f74a90091ab4906f17e4dd7…
commit 9d8f506f7f74a90091ab4906f17e4dd7501dc406
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Dec 3 14:52:33 2015 +0100
gtphub: fix missing newline in log output
Sponsored-by: On-Waves ehi
-----------------------------------------------------------------------
Summary of changes:
openbsc/doc/examples/osmo-gtphub/gtphub-example.txt | 16 ++++++++++++++--
openbsc/src/gprs/gtphub.c | 5 +++--
openbsc/src/gprs/gtphub_sock.c | 6 ++++--
3 files changed, 21 insertions(+), 6 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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, mmcternan/bb_maint has been updated
via 547151fe2cef2c358aeb309076b09e55da1d6e36 (commit)
via 62e6d33536eb92ecece0f2ce4c37cb6bf677f431 (commit)
from 6f218cce39abce83be21b376e939943a44c625ae (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=547151fe2cef2c358aeb309076b09e5…
commit 547151fe2cef2c358aeb309076b09e55da1d6e36
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Dec 7 11:16:00 2015 +0100
sysmobts: Catch up with the API changes and specify the version
API revision 5.1 allows us to pass a version number for the rx/tx
calibration and the DSP/FPGA will inform us about clock errors.
http://cgit.osmocom.org/osmo-bts/commit/?id=62e6d33536eb92ecece0f2ce4c37cb6…
commit 62e6d33536eb92ecece0f2ce4c37cb6bf677f431
Author: Minh-Quang Nguyen <minh-quang.nguyen(a)nutaq.com>
Date: Fri Sep 18 08:40:29 2015 -0400
sysmobts: support eeprom map version 2
[hfreyther: Accept the mixing of whitespace to ease future
merges]
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-sysmo/calib_file.c | 12 +
src/osmo-bts-sysmo/eeprom.c | 499 +++++++++++++++++++++++++++++++++++-----
src/osmo-bts-sysmo/eeprom.h | 8 +
src/osmo-bts-sysmo/femtobts.c | 3 +
4 files changed, 461 insertions(+), 61 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
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, sysmocom/0.3.5-stable has been created
at dce6c09b30dd709467216d325bf38845a98fe75b (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=dce6c09b30dd709467216d325bf3884…
commit dce6c09b30dd709467216d325bf38845a98fe75b
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Dec 7 11:16:00 2015 +0100
sysmobts: Catch up with the API changes and specify the version
API revision 5.1 allows us to pass a version number for the rx/tx
calibration and the DSP/FPGA will inform us about clock errors.
http://cgit.osmocom.org/osmo-bts/commit/?id=809ff95fb6b8cf23367e311ac89d806…
commit 809ff95fb6b8cf23367e311ac89d8064444765e3
Author: Minh-Quang Nguyen <minh-quang.nguyen(a)nutaq.com>
Date: Fri Sep 18 08:40:29 2015 -0400
sysmobts: support eeprom map version 2
[hfreyther: Accept the mixing of whitespace to ease future
merges]
-----------------------------------------------------------------------
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
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 e28a20a2d9d049cd6312e218a7646593bbc43431 (commit)
via 2da932c7a0cc365fb0c071ee0caf68c4d30f8c41 (commit)
from 2ecbf871301cdc36c0212dd7526fc94ffa4597d1 (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=e28a20a2d9d049cd6312e218a764659…
commit e28a20a2d9d049cd6312e218a7646593bbc43431
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Dec 7 11:16:00 2015 +0100
sysmobts: Catch up with the API changes and specify the version
API revision 5.1 allows us to pass a version number for the rx/tx
calibration and the DSP/FPGA will inform us about clock errors.
http://cgit.osmocom.org/osmo-bts/commit/?id=2da932c7a0cc365fb0c071ee0caf68c…
commit 2da932c7a0cc365fb0c071ee0caf68c4d30f8c41
Author: Minh-Quang Nguyen <minh-quang.nguyen(a)nutaq.com>
Date: Fri Sep 18 08:40:29 2015 -0400
sysmobts: support eeprom map version 2
[hfreyther: Accept the mixing of whitespace to ease future
merges]
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-sysmo/calib_file.c | 12 +
src/osmo-bts-sysmo/eeprom.c | 499 +++++++++++++++++++++++++++++++++++-----
src/osmo-bts-sysmo/eeprom.h | 8 +
src/osmo-bts-sysmo/femtobts.c | 3 +
4 files changed, 461 insertions(+), 61 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
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 5d5c31a367b2b16ba99e9375f56628972f6b3510 (commit)
from 5c7dcf96654da33c33725e551d695d2196741a3a (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=5d5c31a367b2b16ba99e9375f5662897…
commit 5d5c31a367b2b16ba99e9375f56628972f6b3510
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Dec 7 11:07:22 2015 +0100
gtphub: enhance gtphub-example.txt
-----------------------------------------------------------------------
Summary of changes:
openbsc/doc/examples/osmo-gtphub/gtphub-example.txt | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 5c7dcf96654da33c33725e551d695d2196741a3a (commit)
from 3f015f04b1d5a63c3c134f2baa60e9a8c3c8e85e (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=5c7dcf96654da33c33725e551d695d21…
commit 5c7dcf96654da33c33725e551d695d2196741a3a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Dec 7 10:58:00 2015 +0100
gtphub: add gtphub-example.txt
-----------------------------------------------------------------------
Summary of changes:
.../doc/examples/osmo-gtphub/gtphub-example.txt | 78 ++++++++++++++++++++++
1 file changed, 78 insertions(+)
create mode 100644 openbsc/doc/examples/osmo-gtphub/gtphub-example.txt
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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, neels/gtphub has been updated
via eae9b139b9b1c8e3638da93fafdf5d9d350f512b (commit)
from 2170bf7b26f835d19ffd2ddbb7af3c687c5aedae (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=eae9b139b9b1c8e3638da93fafdf5d9d…
commit eae9b139b9b1c8e3638da93fafdf5d9d350f512b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Dec 7 10:58:00 2015 +0100
gtphub: add gtphub-example.txt
-----------------------------------------------------------------------
Summary of changes:
.../doc/examples/osmo-gtphub/gtphub-example.txt | 78 ++++++++++++++++++++++
1 file changed, 78 insertions(+)
create mode 100644 openbsc/doc/examples/osmo-gtphub/gtphub-example.txt
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)