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 "Cellmanager NG, intended to interface with BSplus".
The branch, master has been updated
via 38d37c598cd0ef8532b4f93c241865243f3cbef2 (commit)
from 1a1aa0c73902b526e09263ab02d48a2e6963e729 (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/cellmgr-ng/commit/?id=38d37c598cd0ef8532b4f93c24186…
commit 38d37c598cd0ef8532b4f93c241865243f3cbef2
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Oct 4 18:40:45 2015 +0200
Prepare the 1.4.4 release
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 10 ++++++++++
1 file changed, 10 insertions(+)
hooks/post-receive
--
Cellmanager NG, intended to interface with BSplus
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 "Cellmanager NG, intended to interface with BSplus".
The branch, master has been updated
via 1a1aa0c73902b526e09263ab02d48a2e6963e729 (commit)
from 2f79ae9b66dba654d77cb4ba76e8019ceb8556b4 (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/cellmgr-ng/commit/?id=1a1aa0c73902b526e09263ab02d48…
commit 1a1aa0c73902b526e09263ab02d48a2e6963e729
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Oct 4 15:24:27 2015 +0200
ctr: Count number of dropped messages
In case of back pressure we can not send messages quick enough
and will drop messages. Add a counter so we can count how often
this happened per link/linkset. The SCTP M2UA code is not changed
as we don't have a link in the hands and adding it is too risky
without tests (not all M2UA have a link index so some might not
have a link).
-----------------------------------------------------------------------
Summary of changes:
include/counter.h | 2 ++
src/counter.c | 2 ++
src/link_udp.c | 3 +++
src/sctp_m3ua_client.c | 3 +++
4 files changed, 10 insertions(+)
hooks/post-receive
--
Cellmanager NG, intended to interface with BSplus
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, zecke/features/osmux-reliability has been updated
discards d35a8486742d7632c5f9ea8929ba5a68961411bb (commit)
via c9923e4e8a8752fe084fbf2bdb6c0755c11fed2e (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 (d35a8486742d7632c5f9ea8929ba5a68961411bb)
\
N -- N -- N (c9923e4e8a8752fe084fbf2bdb6c0755c11fed2e)
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=c9923e4e8a8752fe084fbf2bdb6c0755…
commit c9923e4e8a8752fe084fbf2bdb6c0755c11fed2e
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Oct 4 11:11:11 2015 +0200
osmux: Remember the allocated CID and make sure it is released
There appears to be a leak of CIDs:
<000b> mgcp_osmux.c:544 All Osmux circuits are in use!
There are paths that a CID had been requested and never released
of the NAT. Remember the allocated CID inside the endpoint so it
can always be released. It is using a new variable as the behavior
for the NAT and MGCP MGW is different.
Fixes: OW#1493
-----------------------------------------------------------------------
Summary of changes:
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, zecke/features/osmux-reliability has been updated
via d35a8486742d7632c5f9ea8929ba5a68961411bb (commit)
from a63000032940bd32331d0a5529f85ff57ddc7d72 (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=d35a8486742d7632c5f9ea8929ba5a68…
commit d35a8486742d7632c5f9ea8929ba5a68961411bb
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Oct 4 11:11:11 2015 +0200
osmux: Remember the allocated CID and make sure it is release
There appears to be a leak of CIDs:
<000b> mgcp_osmux.c:544 All Osmux circuits are in use!
There are paths that a CID had been requested and never released
of the NAT. Remember the allocated CID inside the endpoint so it
can always be released. It is using a new variable as the behavior
for the NAT and MGCP MGW is different.
Fixes: OW#1493
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/mgcp_internal.h | 2 ++
openbsc/include/openbsc/osmux.h | 2 ++
openbsc/src/libmgcp/mgcp_osmux.c | 13 +++++++++++++
openbsc/src/libmgcp/mgcp_protocol.c | 4 ++++
openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c | 18 +++++++++---------
5 files changed, 30 insertions(+), 9 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, neels/gtphub has been updated
discards 8abd825201180dd20f02a482e12195950bd8a1b1 (commit)
discards 5227ca49353e1e8ef59aeb5ed40a7e06f2a5348b (commit)
discards 24b2ced4bfa6a63b210c97ff813af6e366f6b315 (commit)
discards 21f4d580e944aa212e26e1c346d084a8d15e12c6 (commit)
discards 0f85fe78f9a5d72c40d8e4a1a2cd6df5651025d8 (commit)
discards fd1cc47efd7f1044b7f1c7116b3af52b1fa35b5c (commit)
via 26111c45f1dee84685db9c7bf027db65d5806690 (commit)
via 651f33c3ca47254021912a4cd829cb6e1da2e2d3 (commit)
via 9e1f3bdd73f1aff77db2e139f125f203b12a9ec5 (commit)
via 7aafc80f308384434c8c100b0976d6ac73d37d6d (commit)
via a0beedabbb1028d30a7f3e399b7a884445f7a636 (commit)
via 37ceb92c5e3737da8d43e907c3e588a1cfc3cf85 (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 (8abd825201180dd20f02a482e12195950bd8a1b1)
\
N -- N -- N (26111c45f1dee84685db9c7bf027db65d5806690)
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=26111c45f1dee84685db9c7bf027db65…
commit 26111c45f1dee84685db9c7bf027db65d5806690
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 3 03:38:20 2015 +0200
gtphub: add skeletal gtphub.[hc]
http://cgit.osmocom.org/openbsc/commit/?id=651f33c3ca47254021912a4cd829cb6e…
commit 651f33c3ca47254021912a4cd829cb6e1da2e2d3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 3 02:29:34 2015 +0200
gtphub: add simple netcat test
http://cgit.osmocom.org/openbsc/commit/?id=9e1f3bdd73f1aff77db2e139f125f203…
commit 9e1f3bdd73f1aff77db2e139f125f203b12a9ec5
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 3 02:20:58 2015 +0200
gtphub: forward in both directions.
Add function osmo_sockaddr_init() locally, as candidate for moving to
libosmocore.
Add callback for reading from the server. Store server sockaddr globally,
initialized from above osmo_sockaddr_init().
http://cgit.osmocom.org/openbsc/commit/?id=7aafc80f308384434c8c100b0976d6ac…
commit 7aafc80f308384434c8c100b0976d6ac73d37d6d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 3 00:51:37 2015 +0200
gtphub: use osmo_select_main() as main loop.
http://cgit.osmocom.org/openbsc/commit/?id=a0beedabbb1028d30a7f3e399b7a8844…
commit a0beedabbb1028d30a7f3e399b7a884445f7a636
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 3 00:35:51 2015 +0200
gtphub: move transfer code to new gtp_relay().
http://cgit.osmocom.org/openbsc/commit/?id=37ceb92c5e3737da8d43e907c3e588a1…
commit 37ceb92c5e3737da8d43e907c3e588a1cfc3cf85
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 3 00:06:46 2015 +0200
gtphub: cosmetic
Header comments, log level, replace printfs, var renames.
-----------------------------------------------------------------------
Summary of changes:
openbsc/configure.ac | 1 +
openbsc/src/gprs/gtphub_main.c | 57 +++++++++-------------------------
openbsc/tests/Makefile.am | 2 +-
openbsc/tests/gtphub/Makefile.am | 3 ++
openbsc/tests/gtphub/gtphub_nc_test.ok | 7 +++++
openbsc/tests/gtphub/gtphub_nc_test.sh | 57 ++++++++++++++++++++++++++++++++++
openbsc/tests/testsuite.at | 7 +++++
7 files changed, 90 insertions(+), 44 deletions(-)
create mode 100644 openbsc/tests/gtphub/Makefile.am
create mode 100644 openbsc/tests/gtphub/gtphub_nc_test.ok
create mode 100755 openbsc/tests/gtphub/gtphub_nc_test.sh
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
discards 920ee2d093dbf8426dcac7281dd8b804956f3e52 (commit)
discards a082e48359b2e59e89afa316f54129ba8d932e10 (commit)
discards 6802ac111c13705b24c1b1223308601a93686d7c (commit)
discards 63143e319bcc54aa4bb832643381bb8dfba66e83 (commit)
via 8abd825201180dd20f02a482e12195950bd8a1b1 (commit)
via 5227ca49353e1e8ef59aeb5ed40a7e06f2a5348b (commit)
via 24b2ced4bfa6a63b210c97ff813af6e366f6b315 (commit)
via 21f4d580e944aa212e26e1c346d084a8d15e12c6 (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 (920ee2d093dbf8426dcac7281dd8b804956f3e52)
\
N -- N -- N (8abd825201180dd20f02a482e12195950bd8a1b1)
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=8abd825201180dd20f02a482e1219595…
commit 8abd825201180dd20f02a482e12195950bd8a1b1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 3 03:38:20 2015 +0200
gtphub: add skeletal gtphub.[hc]
http://cgit.osmocom.org/openbsc/commit/?id=5227ca49353e1e8ef59aeb5ed40a7e06…
commit 5227ca49353e1e8ef59aeb5ed40a7e06f2a5348b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 3 02:29:34 2015 +0200
gtphub: port nr tweaks, comment
http://cgit.osmocom.org/openbsc/commit/?id=24b2ced4bfa6a63b210c97ff813af6e3…
commit 24b2ced4bfa6a63b210c97ff813af6e366f6b315
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 3 02:20:58 2015 +0200
gtphub: forward in both directions.
Add function osmo_sockaddr_init() locally, as candidate for moving to
libosmocore.
Add callback for reading from the server. Store server sockaddr globally,
initialized from above osmo_sockaddr_init().
http://cgit.osmocom.org/openbsc/commit/?id=21f4d580e944aa212e26e1c346d084a8…
commit 21f4d580e944aa212e26e1c346d084a8d15e12c6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 3 00:51:37 2015 +0200
gtphub: use osmo_select_main() as main loop.
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gtphub_main.c | 4 ++--
1 file changed, 2 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 13947b3408fda0af5b1041e8eeb0328f5a45eb2c (commit)
from 1009a87f3c0f8527290957aaf2ccc6f1a2cce531 (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=13947b3408fda0af5b1041e8eeb0328…
commit 13947b3408fda0af5b1041e8eeb0328f5a45eb2c
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Oct 3 22:45:52 2015 +0200
amr: Catch-up for the non-RTP mode after amr rename
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-sysmo/tch.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 1009a87f3c0f8527290957aaf2ccc6f1a2cce531 (commit)
from f1fb0fa3af174c605f60458388bba61ef4f40fa8 (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=1009a87f3c0f8527290957aaf2ccc6f…
commit 1009a87f3c0f8527290957aaf2ccc6f1a2cce531
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Oct 3 22:34:37 2015 +0200
amr: Catch up with the amr_mode changes
Use the bts_modes for all the types. As there are two instances
know. One for the ms and one for the bts.
Manual compile fix and not tested on HW
-----------------------------------------------------------------------
Summary of changes:
src/common/amr.c | 20 ++++++++++----------
src/osmo-bts-sysmo/tch.c | 2 +-
2 files changed, 11 insertions(+), 11 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, neels/gtphub has been updated
via 920ee2d093dbf8426dcac7281dd8b804956f3e52 (commit)
from a082e48359b2e59e89afa316f54129ba8d932e10 (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=920ee2d093dbf8426dcac7281dd8b804…
commit 920ee2d093dbf8426dcac7281dd8b804956f3e52
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 3 03:38:20 2015 +0200
gtphub: add skeletal gtphub.[hc]
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/Makefile.am | 3 +-
openbsc/include/openbsc/gtphub.h | 71 +++++++++++++++++++++++++++++++++++++
openbsc/src/gprs/Makefile.am | 2 +-
openbsc/src/gprs/gtphub.c | 53 +++++++++++++++++++++++++++
4 files changed, 127 insertions(+), 2 deletions(-)
create mode 100644 openbsc/include/openbsc/gtphub.h
create mode 100644 openbsc/src/gprs/gtphub.c
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 a082e48359b2e59e89afa316f54129ba8d932e10 (commit)
via 6802ac111c13705b24c1b1223308601a93686d7c (commit)
via 63143e319bcc54aa4bb832643381bb8dfba66e83 (commit)
via 0f85fe78f9a5d72c40d8e4a1a2cd6df5651025d8 (commit)
via fd1cc47efd7f1044b7f1c7116b3af52b1fa35b5c (commit)
from dd0c3409a9c124493d9c4c85fdb65acf48414e98 (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=a082e48359b2e59e89afa316f54129ba…
commit a082e48359b2e59e89afa316f54129ba8d932e10
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 3 02:29:34 2015 +0200
gtphub: port nr tweaks, comment
http://cgit.osmocom.org/openbsc/commit/?id=6802ac111c13705b24c1b1223308601a…
commit 6802ac111c13705b24c1b1223308601a93686d7c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 3 02:20:58 2015 +0200
gtphub: forward in both directions.
Add function osmo_sockaddr_init() locally, as candidate for moving to
libosmocore.
Add callback for reading from the server. Store server sockaddr globally,
initialized from above osmo_sockaddr_init().
http://cgit.osmocom.org/openbsc/commit/?id=63143e319bcc54aa4bb832643381bb8d…
commit 63143e319bcc54aa4bb832643381bb8dfba66e83
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 3 00:51:37 2015 +0200
gtphub: use osmo_select_main() as main loop.
http://cgit.osmocom.org/openbsc/commit/?id=0f85fe78f9a5d72c40d8e4a1a2cd6df5…
commit 0f85fe78f9a5d72c40d8e4a1a2cd6df5651025d8
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 3 00:35:51 2015 +0200
gtphub: move transfer code to new gtp_relay().
http://cgit.osmocom.org/openbsc/commit/?id=fd1cc47efd7f1044b7f1c7116b3af52b…
commit fd1cc47efd7f1044b7f1c7116b3af52b1fa35b5c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 3 00:06:46 2015 +0200
gtphub: cosmetic
Header comments, log level, replace printfs, var renames.
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gtphub_main.c | 275 +++++++++++++++++++++++++++++++++--------
1 file changed, 224 insertions(+), 51 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)