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 "MNCC <-> SIP bridge".
The branch, master has been updated
via d1c11b1e976532b23321a44a48606e7a78685a38 (commit)
via 02b19354e4b3f577d65019065002b53262b4518b (commit)
via 79538fc2203ea72dab9167f5c7faa8ef0678c474 (commit)
via 211ad859de157c676bde6529a829e66db9fe4ff6 (commit)
via 32162fe7c80b8201ff4cb4a32632830282b2249f (commit)
from c39c3df2514b41d98c3ee1c2b32d422ea74513c2 (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-sip-connector/commit/?id=d1c11b1e976532b23321a…
commit d1c11b1e976532b23321a44a48606e7a78685a38
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Apr 4 20:17:29 2016 +0200
vty: Add VTY command about the state of the mncc connection
Add VTY command with the state of the MNCC connection. It gives
a simple state and is connected in case of the READY state.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=02b19354e4b3f577d6501…
commit 02b19354e4b3f577d65019065002b53262b4518b
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Apr 4 20:10:33 2016 +0200
mncc: Use strcpy for these routines and not memcpy
We need to stop on the first occurence of a \0 in the address
provided by SIP. Do not copy the full amount of bytes.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=79538fc2203ea72dab916…
commit 79538fc2203ea72dab9167f5c7faa8ef0678c474
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Apr 4 20:09:02 2016 +0200
vty: Add extended show calls command with all information
Print everything we know about the call. This can be useful to debug
stuck calls or similiar events.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=211ad859de157c676bde6…
commit 211ad859de157c676bde6529a829e66db9fe4ff6
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Apr 4 19:52:41 2016 +0200
sip/call/mncc: Move source/dest into the call structure
In preparation of a better show calls VTY command it is of interest
to know which number has been dialed by whom. For that store the
source/dest in there.
MNCC: Change the talloc root context to the call and don't try to
free the strings after calling the routing code
SIP: Use talloc_strdup to duplicate them.
Call: Add null check because the talloc_strdup of the SIP layer
could have failed.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=32162fe7c80b8201ff4cb…
commit 32162fe7c80b8201ff4cb4a32632830282b2249f
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Apr 4 18:31:34 2016 +0200
vty: Fix the number of documented arguments
-----------------------------------------------------------------------
Summary of changes:
src/app.c | 24 +++++++++++++------
src/call.h | 3 +++
src/mncc.c | 26 ++++++++++++---------
src/mncc.h | 6 +++--
src/sip.c | 9 ++++----
src/sip.h | 2 +-
src/vty.c | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
7 files changed, 122 insertions(+), 26 deletions(-)
hooks/post-receive
--
MNCC <-> SIP bridge
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 "MNCC <-> SIP bridge".
The branch, master has been updated
via c39c3df2514b41d98c3ee1c2b32d422ea74513c2 (commit)
from b2b13f69ae5916477ea3f6e37b57b52a83ac5a63 (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-sip-connector/commit/?id=c39c3df2514b41d98c3ee…
commit c39c3df2514b41d98c3ee1c2b32d422ea74513c2
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Apr 4 17:06:29 2016 +0200
vty: Add simple VTY output for current calls
Start with a show call summary that lists simple data about the
current set of calls:
Call(5002) initial(type=SIP,state=CONFIRMED) remote(type=MNCC,state=INITIAL)
Call(5001) initial(type=MNCC,state=PROCEEDING) remote(type=SIP,state=CONFIRMED)
Related: OS#1680
-----------------------------------------------------------------------
Summary of changes:
src/call.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/call.h | 10 ++++++++++
src/vty.c | 43 +++++++++++++++++++++++++++++++++++++++++++
3 files changed, 109 insertions(+)
hooks/post-receive
--
MNCC <-> SIP bridge
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 "MNCC <-> SIP bridge".
The branch, master has been updated
via b2b13f69ae5916477ea3f6e37b57b52a83ac5a63 (commit)
from 270c73c11fa66171a9d85e22ce868b9669960c0b (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-sip-connector/commit/?id=b2b13f69ae5916477ea3f…
commit b2b13f69ae5916477ea3f6e37b57b52a83ac5a63
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Apr 4 16:24:31 2016 +0200
mncc: Use snprintf correctly create format specifier
I was focusing so much on the length that I didn't notice the
wrong usage of snprintf. Correct it.
Warning on Ubuntu:
mncc.c:679:3: warning: format not a string literal and no format arguments [-Wformat-security]
snprintf(mncc.imsi, 15, called);
-----------------------------------------------------------------------
Summary of changes:
src/mncc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
MNCC <-> SIP bridge
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, max/natext has been updated
discards 1f504670cc7f3fb18c90fd4651f9235966cb504d (commit)
via a35b992f69c9761d1b56c92a7762347dcad02f7e (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 (1f504670cc7f3fb18c90fd4651f9235966cb504d)
\
N -- N -- N (a35b992f69c9761d1b56c92a7762347dcad02f7e)
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=a35b992f69c9761d1b56c92a7762347d…
commit a35b992f69c9761d1b56c92a7762347dcad02f7e
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Apr 4 15:20:22 2016 +0200
NAT: reload BSCs config dynamically
Add vty tests for BSC configuration reloading.
Load BSCs configuration on bscs-config-file command:
* remove all runtime configured BSC not in the config file
* close connections to all BSC with updated token value
Fixes: OS#1670
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/bsc_nat.h | 2 +-
openbsc/src/osmo-bsc_nat/bsc_nat_vty.c | 5 ++---
openbsc/tests/vty_test_runner.py | 5 +++++
3 files changed, 8 insertions(+), 4 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, max/dyncfg has been deleted
was 0f7a81c408e826ce83806c7c69eb01a2dec468be
-----------------------------------------------------------------------
0f7a81c408e826ce83806c7c69eb01a2dec468be NAT: reload BSCs config dynamically
-----------------------------------------------------------------------
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, max/natext has been created
at 1f504670cc7f3fb18c90fd4651f9235966cb504d (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=1f504670cc7f3fb18c90fd4651f92359…
commit 1f504670cc7f3fb18c90fd4651f9235966cb504d
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Apr 4 15:20:22 2016 +0200
NAT: reload BSCs config dynamically
Add vty tests for BSC configuration reloading.
Load BSCs configuration on bscs-config-file command:
* remove all runtime configured BSC not in the config file
* close connections to all BSC with updated token value
Fixes: OS#1670
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/openbsc/commit/?id=2b22b0883710603651f13388e39862f1…
commit 2b22b0883710603651f13388e39862f117047a5d
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Apr 4 14:54:33 2016 +0200
NAT: move BSC config into separate file
Introduce new configuration option bscs-config-file which includes BSC
configuration from the given file. Both absolute and relative (to the
main config file) paths are supported.
Add 'show bscs-config' command to display current BSC configuration.
Note: it is still possible to have BSC configuration in the main
file (provided proper index number is used) and in runtime but BSC
configuration is no longer saved automatically. The management of
included configuration file is left to external tools.
Update configuration examples.
Fixes: OS#1669
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/openbsc/commit/?id=80a12b2534dd5ce7919fb4722c7b35be…
commit 80a12b2534dd5ce7919fb4722c7b35be53a6ad42
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Apr 4 14:52:12 2016 +0200
NAT: vty command to display number of BSCs
Add command 'show nat bsc' to display number of configured BSCs.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/openbsc/commit/?id=2603adeb818cf7d65f5ff3d1cbc354fe…
commit 2603adeb818cf7d65f5ff3d1cbc354fef1fdea41
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Apr 4 14:48:20 2016 +0200
Ignore vty test byproducts
-----------------------------------------------------------------------
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, max/dyncfg has been updated
discards af45ab0e646b1c08c598bc33f428326e55291a94 (commit)
via 0f7a81c408e826ce83806c7c69eb01a2dec468be (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 (af45ab0e646b1c08c598bc33f428326e55291a94)
\
N -- N -- N (0f7a81c408e826ce83806c7c69eb01a2dec468be)
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=0f7a81c408e826ce83806c7c69eb01a2…
commit 0f7a81c408e826ce83806c7c69eb01a2dec468be
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Mar 31 15:28:01 2016 +0200
NAT: reload BSCs config dynamically
Add command 'show nat bsc' to display number of configured BSCs.
Add vty tests for BSC configuration reloading.
Load BSCs configuration on bscs-config-file command:
* remove all runtime configured BSC not in the config file
* close connections to all BSC with updated token value
Fixes: OS#1670
-----------------------------------------------------------------------
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, max/nat has been deleted
was 8313c0fda14f085cb2666bf89e99cad67ad05511
-----------------------------------------------------------------------
8313c0fda14f085cb2666bf89e99cad67ad05511 wip: reload config dynamically
-----------------------------------------------------------------------
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, max/dyncfg has been updated
discards 4ac612e7f8ca02229795f2280ba1b517ac74b57b (commit)
discards 9220d5dc3078937914e0bb8cd84e3b7a4946e480 (commit)
discards c6e8b964ceb9f80c6eb0a8449a542ec04988fcba (commit)
via af45ab0e646b1c08c598bc33f428326e55291a94 (commit)
via 5bda1fb4eb807f5ed3b9b9e0286fb2a8f1d2a2da (commit)
via ebf3ebc75dec7d6c8d50b5f9c793f880cf73683c (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 (4ac612e7f8ca02229795f2280ba1b517ac74b57b)
\
N -- N -- N (af45ab0e646b1c08c598bc33f428326e55291a94)
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=af45ab0e646b1c08c598bc33f428326e…
commit af45ab0e646b1c08c598bc33f428326e55291a94
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Mar 31 15:28:01 2016 +0200
NAT: reload BSCs config dynamically
Load BSCs configuration on bscs-config-file command:
* remove all runtime configured BSC not in the config file
* close connections to all BSC with updated token value
Fixes: OS#1670
http://cgit.osmocom.org/openbsc/commit/?id=5bda1fb4eb807f5ed3b9b9e0286fb2a8…
commit 5bda1fb4eb807f5ed3b9b9e0286fb2a8f1d2a2da
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Mar 31 11:52:39 2016 +0200
NAT: move BSC config into separate file
Introduce new configuration option bscs-config-file which includes BSC
configuration from the given file. Both absolute and relative (to the
main config file) paths are supported.
Add 'show bsc-config' command to display current BSC configuration.
Note: it is still possible to have BSC configuration in the main
file (provided proper index number is used) and in runtime but BSC
configuration is no longer saved automatically. The management of
included configuration file is left to external tools.
Update configuration examples.
Fixes: OS#1669
http://cgit.osmocom.org/openbsc/commit/?id=ebf3ebc75dec7d6c8d50b5f9c793f880…
commit ebf3ebc75dec7d6c8d50b5f9c793f880cf73683c
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Mar 31 15:25:57 2016 +0200
Ignore vty test byproducts
-----------------------------------------------------------------------
Summary of changes:
openbsc/tests/vty_test_runner.py | 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, max/dyncfg has been updated
discards d4a3bdeeeba2fadbcbb5006a0b7dd2e682c5da98 (commit)
discards a6c1951964c5f779c8b0ef515243aedf784ea27f (commit)
via 4ac612e7f8ca02229795f2280ba1b517ac74b57b (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 (d4a3bdeeeba2fadbcbb5006a0b7dd2e682c5da98)
\
N -- N -- N (4ac612e7f8ca02229795f2280ba1b517ac74b57b)
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=4ac612e7f8ca02229795f2280ba1b517…
commit 4ac612e7f8ca02229795f2280ba1b517ac74b57b
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Mar 31 15:28:01 2016 +0200
NAT: reload BSCs config dynamically
Load BSCs configuration on bscs-config-file command:
* remove all runtime configured BSC not in the config file
* close connections to all BSC with updated token value
Fixes: OS#1670
-----------------------------------------------------------------------
Summary of changes:
openbsc/doc/examples/osmo-bsc_nat/osmo-bsc_nat.cfg | 2 +-
openbsc/include/openbsc/bsc_nat.h | 3 +-
openbsc/src/osmo-bsc_nat/bsc_nat.c | 9 +-
openbsc/src/osmo-bsc_nat/bsc_nat_vty.c | 26 +++-
openbsc/tests/vty_test_runner.py | 149 ++++++++++++---------
5 files changed, 110 insertions(+), 79 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)