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, pmaier/aoip2 has been updated
via 116568d34f5c1e941082ae7bfc891631a8b53553 (commit)
via 458c2b0a72fefbd2c725c1b512f761b3bfc74229 (commit)
via 250c7f7a539a0626f4a013429f9fea84d580089f (commit)
from 2662502066f6241dfe5295506862c52aa43fe575 (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=116568d34f5c1e941082ae7bfc891631…
commit 116568d34f5c1e941082ae7bfc891631a8b53553
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 30 17:28:10 2017 +0200
osmo-bsc: use better msc identifier
Using the MSC numbers in the logtext is not very expressive,
ise the SCCP-Addresses instead.
When creating the sccp instance and user, use more parseable
string than "MSC No.: n"
http://cgit.osmocom.org/openbsc/commit/?id=458c2b0a72fefbd2c725c1b512f761b3…
commit 458c2b0a72fefbd2c725c1b512f761b3bfc74229
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 30 17:11:23 2017 +0200
osmo-bsc: fix typo
http://cgit.osmocom.org/openbsc/commit/?id=250c7f7a539a0626f4a013429f9fea84…
commit 250c7f7a539a0626f4a013429f9fea84d580089f
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 30 17:02:57 2017 +0200
osmo-bsc: vty: fix error message
The warning message that is displayed when a non standard SSN is
set is confusing.
Make warning message more expressive.
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/osmo-bsc/osmo_bsc_bssap.c | 6 ++++--
openbsc/src/osmo-bsc/osmo_bsc_sigtran.c | 18 +++++++++++-------
openbsc/src/osmo-bsc/osmo_bsc_vty.c | 4 ++--
3 files changed, 17 insertions(+), 11 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, pmaier/aoip2 has been updated
via 2662502066f6241dfe5295506862c52aa43fe575 (commit)
from c099ad7279976b44a6285a258a13400770f3a75b (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=2662502066f6241dfe5295506862c52a…
commit 2662502066f6241dfe5295506862c52aa43fe575
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Jun 28 15:27:41 2017 +0200
build: osmo-bsc_nat: add missing sigtran LDADD
Change-Id: I838cc9176b9d3e61e33f25d10bedd37c9c057fd3
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/osmo-bsc_nat/Makefile.am | 1 +
1 file changed, 1 insertion(+)
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, pmaier/aoip2 has been updated
via c099ad7279976b44a6285a258a13400770f3a75b (commit)
via 03bf3a7beef21c0e9b1a7cd9836a3590eedf3939 (commit)
via a550a096c42283d40f370568637916962b6b4162 (commit)
from 5ee15066de7b6b24820653ad5e2de04f60f55e00 (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=c099ad7279976b44a6285a258a134007…
commit c099ad7279976b44a6285a258a13400770f3a75b
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 30 16:49:06 2017 +0200
osmo-bsc: rename calling_addr to msc_addr
The variable name "calling_addr" is not very expressive. Change
the variable name to "msc_addr".
http://cgit.osmocom.org/openbsc/commit/?id=03bf3a7beef21c0e9b1a7cd9836a3590…
commit 03bf3a7beef21c0e9b1a7cd9836a3590eedf3939
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 30 16:44:32 2017 +0200
osmo-bsc: change calling/called addr in VTY
The vty commands:
called-addr my_msc
calling-addr my_bsc
are not very expressive to the user. Change the command
names into something more expressive:
msc-addr my_msc
bsc-addr my_bsc
Also change the function and variable names accordingly
http://cgit.osmocom.org/openbsc/commit/?id=a550a096c42283d40f37056863791696…
commit a550a096c42283d40f370568637916962b6b4162
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 30 16:38:42 2017 +0200
osmo-bsc: change calling/called_addr variable names
"calling_address" and "called_address" is not very expressive.
change the respective struct memeber names of bsc_msc_data to
bsc_addr and msc_addr to increase readability of the code.
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/bsc_msc_data.h | 15 ++++++++--
openbsc/src/osmo-bsc/osmo_bsc_sigtran.c | 34 ++++++++++-----------
openbsc/src/osmo-bsc/osmo_bsc_vty.c | 52 ++++++++++++++++-----------------
3 files changed, 56 insertions(+), 45 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 "Software-defined analyzer for APCO P25".
The branch, max has been updated
via 99926acda54c1bd48f45b90ab474c47d3b0b0595 (commit)
from 8f7932224451db4e8aeee5291e78c2ffb69cb353 (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/op25/commit/?id=99926acda54c1bd48f45b90ab474c47d3b0…
commit 99926acda54c1bd48f45b90ab474c47d3b0b0595
Author: Max <ikj1234i(a)yahoo.com>
Date: Fri Jun 30 10:25:45 2017 -0400
install.sh
-----------------------------------------------------------------------
Summary of changes:
install.sh | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100755 install.sh
hooks/post-receive
--
Software-defined analyzer for APCO P25
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, pmaier/aoip2 has been updated
via 5ee15066de7b6b24820653ad5e2de04f60f55e00 (commit)
from 6b62babe5848981bd41db7377646ee390b7b953d (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=5ee15066de7b6b24820653ad5e2de04f…
commit 5ee15066de7b6b24820653ad5e2de04f60f55e00
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 30 16:04:13 2017 +0200
osmo-bsc: check configured sccp addresses before start
do not start unless the user has configured sufficient SCCP
addresses via VTY. Do not accept address that lack point codes
or ssn
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/osmo-bsc/osmo_bsc_sigtran.c | 26 ++++++++++++++++++++++++--
1 file changed, 24 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, pmaier/aoip2 has been updated
via 6b62babe5848981bd41db7377646ee390b7b953d (commit)
from 55154fb8574337ac5854b9f5912e1d7928b6a9c0 (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=6b62babe5848981bd41db7377646ee39…
commit 6b62babe5848981bd41db7377646ee390b7b953d
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 30 15:26:22 2017 +0200
osmo-bsc: make sure only default SSNs are used
The VTY technically allows setting custom values for the
SSN. However, SSN values and their purposes are well
standardized.
If the user has configured an SSN, check that is compliant
to the standard. If not, warn and ignore the setting by
using the stanard SSN.
If the user left out the SSN, automatically use the standard
SSN.
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/osmo-bsc/osmo_bsc_sigtran.c | 2 +-
openbsc/src/osmo-bsc/osmo_bsc_vty.c | 21 ++++++++++++++++++++-
2 files changed, 21 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, pmaier/aoip2 has been created
at 55154fb8574337ac5854b9f5912e1d7928b6a9c0 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=55154fb8574337ac5854b9f5912e1d79…
commit 55154fb8574337ac5854b9f5912e1d7928b6a9c0
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 30 14:21:31 2017 +0200
cosmetic: fix typo in log output
http://cgit.osmocom.org/openbsc/commit/?id=9360d613f4e878caf469e9049262e8f1…
commit 9360d613f4e878caf469e9049262e8f1a567e92f
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 30 14:17:55 2017 +0200
osmo-bsc: only clear connections of a specific MSC
The BSC clears all connections on reception of a
BSSAP RESET, however, the RESET command must not
affect the connections of other MSCs.
Ensure that only the connections of the MSC who
actually sent the BSSAP RESET are cleared.
http://cgit.osmocom.org/openbsc/commit/?id=e80608d9fdacc6411d31def68dd00285…
commit e80608d9fdacc6411d31def68dd00285642eecbd
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 30 14:15:44 2017 +0200
osmo-bsc: Make SCCP-Addresses configurable via VTY
Add VTY commands to configure the sccp-address of the BSC
and the one of the MSC.
http://cgit.osmocom.org/openbsc/commit/?id=fc515efb41e4674c09f438a9664028f5…
commit fc515efb41e4674c09f438a9664028f5b8da804d
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 30 13:53:40 2017 +0200
common-vty: add ss7 nodes commands to VTY
The current VTY implementation has no knowledge about the
libosmo-sccp nodes and therefor can not resolve parent nodes,
nor decide if we deal with a config node.
http://cgit.osmocom.org/openbsc/commit/?id=d6ec7a4ab5e307152a94f513a3f218cd…
commit d6ec7a4ab5e307152a94f513a3f218cda5ef8482
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 30 13:28:03 2017 +0200
osmo-msc: finish msc-sided reset
finish the implementation for msc sided reset, automatically
register connecting BSCs.
Ensure that all sccp connections are cleared when the reset
procedure executes.
http://cgit.osmocom.org/openbsc/commit/?id=0bfa685ae9884876d8062a44d1680689…
commit 0bfa685ae9884876d8062a44d16806894ca229cb
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 30 12:18:20 2017 +0200
msc_vlr: fix linker problem in testcase
Swap libmsc.a and libcommon-cs.a to make symbols from
libcommon-cs.a available to libmsc.a
http://cgit.osmocom.org/openbsc/commit/?id=9e1e0f46fb82fabb3be11006effa964e…
commit 9e1e0f46fb82fabb3be11006effa964ed4163ed8
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Jun 28 18:22:46 2017 +0200
mgcp: Fix missing call id in DLCX
The call id field in the DLCX message is missing. Use the endpoint
id as call id in all CRCX and DLCX messages.
http://cgit.osmocom.org/openbsc/commit/?id=e2b37af93a084abf57c496938746cc66…
commit e2b37af93a084abf57c496938746cc66e65c120f
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 30 11:12:18 2017 +0200
reset: fix allocation and add deallocator for reset procedure
When the reset is started, state machines are allocated. The user
must provide a correctly filled structure where the reset start
function adds the state machine into.
This is prone to errors, besides of that, a proper deallocator
function which tears down the osmo fsm is missing.
make a more cofmortable allocator function and add deallocator
function.
-----------------------------------------------------------------------
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 7738f5282f8ab4571715f1907fa47360b6b68064 (commit)
from 0ada527bc0f3a408cee510ad9105c551642efc8e (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=7738f5282f8ab4571715f1907fa4736…
commit 7738f5282f8ab4571715f1907fa47360b6b68064
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Jun 29 11:07:44 2017 +0200
litecell15/tch.c: Clean up use of empty buffer
Make code easier to read and avoid reading first byte of the buffer if size is 0.
Change-Id: Ib9ee967c0f42098b3a0569e9d84f23832eb4f2d5
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-litecell15/tch.c | 7 ++++---
1 file changed, 4 insertions(+), 3 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, master has been updated
via 0ada527bc0f3a408cee510ad9105c551642efc8e (commit)
from dd3c7815a51d6655cdebe324cdc6031ed313edd7 (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=0ada527bc0f3a408cee510ad9105c55…
commit 0ada527bc0f3a408cee510ad9105c551642efc8e
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Jun 26 13:06:13 2017 +0200
sysmo/tch.c: Clean up use of empty buffer
Make code easier to read and avoid reading first byte of the buffer if size is 0.
Change-Id: I5ecfc4df5a3fcad3d3ad50bf3dd3db65b694481a
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-sysmo/tch.c | 7 ++++---
1 file changed, 4 insertions(+), 3 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 A-bis protcol interface library".
The branch, master has been updated
via 9e992c24357dc19e6b0044584c553e802e0aebd1 (commit)
from 524923a96a9892445234248623d8be642eb5229d (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/libosmo-abis/commit/?id=9e992c24357dc19e6b0044584c5…
commit 9e992c24357dc19e6b0044584c553e802e0aebd1
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Jun 29 18:04:18 2017 +0200
osmo_ortp.c: Duration of a RTP frame affects timestamp of the next one
Duration of an RTP frames dictates the timestamp used for the next
frame, not for the one being sent now. It was done like this before to
account for possible losses.
Implementation wise, the duration was understood as "duration
between last frame was sent and now when current one is sent". It makes
more sense to use it as the duration in number of sampling ticks
as described on the function documentation, specially now that we can
account for extra time by means of osmo_rtp_skipped_frame.
Change-Id: Ib8f5fa5509059fe908c09a4381844c613d478548
-----------------------------------------------------------------------
Summary of changes:
src/trau/osmo_ortp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Osmocom A-bis protcol interface library