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 4aaa8abcab71a7257e20c96aa03d4f675b29c57e (commit)
from 411402b4dfa984d11fb14095f56e00dc2c03e6ce (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=4aaa8abcab71a7257e20c96aa03d…
commit 4aaa8abcab71a7257e20c96aa03d4f675b29c57e
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jun 29 19:27:24 2017 +0200
Add missing BSSGP cause values
Add values from 3GPP TS 48.018
Change-Id: Ie39a6c91a46d179392d861805a106743a07c6fb0
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gprs/protocol/gsm_08_18.h | 77 +++++++++++++++++++++++--------
src/gb/gprs_bssgp_util.c | 77 +++++++++++++++++++++++--------
2 files changed, 114 insertions(+), 40 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 "SCCP Library".
The branch, master has been updated
via 4313bdfa201271ef487507e355b4a9b91593520f (commit)
from 6df7a4a6ee80a79b6512997b4ecdbde304905f7e (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-sccp/commit/?id=4313bdfa201271ef487507e355b…
commit 4313bdfa201271ef487507e355b4a9b91593520f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Jun 29 19:56:31 2017 +0200
sccp_helpers.h: remove duplicate declaration of osmo_sccp_make_addr_pc_ssn()
Change-Id: Ifbb03de3df3b9bac86fb97dfc8e81e99fc172292
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/sigtran/sccp_helpers.h | 2 --
1 file changed, 2 deletions(-)
hooks/post-receive
--
SCCP Library
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 cc1602f5921f02913e5bcd58fab41a26ca89a2bc (commit)
via f2eaba88691d0125ed033add7863403593745b3e (commit)
via cdf20fec7c4729e81b1c6c78147dc8aaa74682e3 (commit)
via bb719478293f1961257085bd6a06b4a3d44d3e06 (commit)
via c19ab9ed2fca26c0efa9a887a147ed3391c56a19 (commit)
from 7738f5282f8ab4571715f1907fa47360b6b68064 (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=cc1602f5921f02913e5bcd58fab41a2…
commit cc1602f5921f02913e5bcd58fab41a26ca89a2bc
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Jun 24 18:20:41 2017 +0200
TRX: don't free l1h in trx_phy_inst_close()
l1h is allocated in bts_model_phy_instance_set_defaults() and not in
trx_phy_inst_open(). Hence, trx_phy_inst_close() should not free() it!
Change-Id: I0ac4e57a882e5a31143499c1662d8d8e52320938
http://cgit.osmocom.org/osmo-bts/commit/?id=f2eaba88691d0125ed033add7863403…
commit f2eaba88691d0125ed033add7863403593745b3e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Jun 24 18:15:40 2017 +0200
TRX: merge/simplify l1_if and trx_if code
Related code / function structure still dates back to the pre-phy_link
days. Let's clean this up to make things less convoluted and reduce the
number of non-static symbols needed between code split over two files.
Change-Id: I1f30ae1f547a5c01c516d4a05032193294c25f2d
http://cgit.osmocom.org/osmo-bts/commit/?id=cdf20fec7c4729e81b1c6c78147dc8a…
commit cdf20fec7c4729e81b1c6c78147dc8aaa74682e3
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Jun 24 18:02:42 2017 +0200
TRX: Rename trx_if_data() -> trx_if_send_burst()
The new name makes it clear what the function actually does: Send burst
data via the trx interface.
Change-Id: I5031541d4ae4244a62a18acf71139db2874927fa
http://cgit.osmocom.org/osmo-bts/commit/?id=bb719478293f1961257085bd6a06b4a…
commit bb719478293f1961257085bd6a06b4a3d44d3e06
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Jun 24 17:20:58 2017 +0200
trx_if: Improve error handling
There ware some error conditions that the previous code didn't catch
and/or report, such as unparseable TRX control strings, non-terminated
buffers, ...
Change-Id: I354d0c121880553ce1bd59b7394d52b104b7d6da
http://cgit.osmocom.org/osmo-bts/commit/?id=c19ab9ed2fca26c0efa9a887a147ed3…
commit c19ab9ed2fca26c0efa9a887a147ed3391c56a19
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Jun 24 17:20:30 2017 +0200
TRX: trx_if: Improve code description / comments
Change-Id: I4e19d68782a12e52ba1d3ba2665060275d04866c
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-trx/l1_if.c | 42 --------
src/osmo-bts-trx/l1_if.h | 3 -
src/osmo-bts-trx/scheduler_trx.c | 2 +-
src/osmo-bts-trx/trx_if.c | 220 +++++++++++++++++++++++++++------------
src/osmo-bts-trx/trx_if.h | 5 +-
5 files changed, 153 insertions(+), 119 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 411402b4dfa984d11fb14095f56e00dc2c03e6ce (commit)
from 590c402e6cfbdb6dc3953fda7d8e4d55cf293d0a (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=411402b4dfa984d11fb14095f56e…
commit 411402b4dfa984d11fb14095f56e00dc2c03e6ce
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Fri Jun 30 12:06:00 2017 +0200
l1sap.h: Add ber10k and lqual_cb to ph_tch_param
These fields are required in osmo-bts to do low link quality checks in a
generic way.
Change-Id: If4ae20c22b881e94585dad710f17b9e37f77bf82
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/l1sap.h | 2 ++
1 file changed, 2 insertions(+)
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 "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)