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 "UNNAMED PROJECT".
The branch, max/gsmtap2 has been updated
discards 1abca6c33d95c0bf360d4dfc1f0bb15b195c957a (commit)
via 372a5474539f900b200cf0f2017b571270ae16f2 (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 (1abca6c33d95c0bf360d4dfc1f0bb15b195c957a)
\
N -- N -- N (372a5474539f900b200cf0f2017b571270ae16f2)
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/osmo-pcu/commit/?id=372a5474539f900b200cf0f2017b571…
commit 372a5474539f900b200cf0f2017b571270ae16f2
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Feb 22 11:42:33 2016 +0100
Add gsmtap support to generic bts
Instrument TX and RX functions dealing with regular BTS (without direct
DSP access) to use GSMTAP. Previously only DSP-related functions were
instrumented.
-----------------------------------------------------------------------
Summary of changes:
src/pcu_l1_if.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
UNNAMED PROJECT
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
discards 2c541c652d1524c9770849c65cef9b3d039008bf (commit)
via cb20c83323da485ff392ccffa7ec75de8e2ffede (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 (2c541c652d1524c9770849c65cef9b3d039008bf)
\
N -- N -- N (cb20c83323da485ff392ccffa7ec75de8e2ffede)
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/osmo-bts/commit/?id=cb20c83323da485ff392ccffa7ec75d…
commit cb20c83323da485ff392ccffa7ec75de8e2ffede
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Feb 18 17:48:07 2016 +0100
Fix ocmo-bts-octphy interaction with OsmoPCU
Previously osmo-bts-octphy have not provided in-band presence
information which cause off-by-one errors and misinterpretation of
ph_data_ind by PCU. This fixed now by adding support for explicitly
passing PH-DATA presence info. Corresponding check and in-band passing
of presence information are removed.
Note: this requires libosmocore version with osmo_ph_pres_info_type
support integrated.
[hfreyther/max: Remove + 1 from the decoded length]
-----------------------------------------------------------------------
Summary of changes:
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 2c541c652d1524c9770849c65cef9b3d039008bf (commit)
from 94bb3769f36c8b64c5dc196f02f22994543997d2 (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=2c541c652d1524c9770849c65cef9b3…
commit 2c541c652d1524c9770849c65cef9b3d039008bf
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Feb 18 17:48:07 2016 +0100
Fix ocmo-bts-octphy interaction with OsmoPCU
Previously osmo-bts-octphy have not provided in-band presence
information which cause off-by-one errors and misinterpretation of
ph_data_ind by PCU. This fixed now by adding support for explicitly
passing PH-DATA presence info. Corresponding check and in-band passing
of presence information are removed.
Note: this requires libosmocore version with osmo_ph_pres_info_type
support integrated.
[hfreyther/max: Remove + 1 from the decoded length, bump the protocol
version even if the ABI change is coming from libosmocore but let us
be explicity here]
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/pcuif_proto.h | 2 +-
include/osmo-bts/scheduler_backend.h | 2 +-
src/common/l1sap.c | 5 +++--
src/common/scheduler.c | 3 ++-
src/osmo-bts-octphy/l1_if.c | 1 +
src/osmo-bts-trx/scheduler_trx.c | 16 +++++++---------
6 files changed, 15 insertions(+), 14 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/nitb-bind has been created
at c1b420615d0c5a1087e44f97762a0b0b4bf3cb27 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=c1b420615d0c5a1087e44f97762a0b0b…
commit c1b420615d0c5a1087e44f97762a0b0b4bf3cb27
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Feb 22 13:43:37 2016 +0100
libosmo_abis_init: pass new IP bind addr param
All callers pass it as NULL to use any interface as before. This will change
for at least osmo-nitb soon.
-----------------------------------------------------------------------
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 A-bis protcol interface library".
The branch, neels/bind has been created
at f55285329851b54bd42605bd70af4d2f437270d3 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmo-abis/commit/?id=f55285329851b54bd42605bd70a…
commit f55285329851b54bd42605bd70af4d2f437270d3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Feb 22 13:29:09 2016 +0100
ip: make bind address configurable
Add bind address params to libosmo_abis_init(), e1inp_init(), e1inp_ipaccess_init().
Rename e1inp_ipaccess_init() to e1inp_ip_init(). In fact the whole ipaccess
reference should be named just ip, as it is used for all BTS models using IP
network interfaces, not just those from the ip.access vendor. I couldn't resist
to rename this function I am touching, but am restraining myself from kicking
off a renaming avalanche apart from that.
Add a priv pointer to struct e1inp_driver in order to communicate the bind
address parameter from e1inp_ip_init() to ipaccess_line_update().
Add static ip_bind_addr() to default to "0.0.0.0" if the e1inp_driver's priv is
not set, and use that in ipaccess_line_update().
-----------------------------------------------------------------------
hooks/post-receive
--
Osmocom A-bis protcol interface 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, sysmocom/iu has been updated
via c01abec7d8393e3a23cac346283a7f0d1928d697 (commit)
from 9295f95c5dca8e2a1c7ddc2cbe8f2862f97f4491 (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=c01abec7d8393e3a23cac346283a7f0d…
commit c01abec7d8393e3a23cac346283a7f0d1928d697
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Feb 22 12:16:55 2016 +0100
osmo-bsc: half-fix tz override to allow compilation
As described in a comment, for MSCSPLIT the tz data has been moved to network
level. To allow compiling osmo-bsc on the sysmocom-iu branch, move tz up to
network level in osmo-bsc as well.
This could be done better for osmo-bsc, rather easily too, still allowing
per-BTS timezone settings. But I'm trying to focus on IuCS and would like to
come back to this later.
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 14 ++++++++------
openbsc/src/osmo-bsc/osmo_bsc_ctrl.c | 25 +++++++++++++++++++------
openbsc/src/osmo-bsc/osmo_bsc_filter.c | 15 ++++++++-------
openbsc/src/osmo-bsc/osmo_bsc_main.c | 8 ++++++--
openbsc/tests/bsc/bsc_test.c | 10 +++++-----
5 files changed, 46 insertions(+), 26 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, max/l1sap has been updated
discards afcc88d095e13553c3e7a11cb454c4eb0a533945 (commit)
via ff56df575a44b6417614cab19b066f9c6dbf91a7 (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 (afcc88d095e13553c3e7a11cb454c4eb0a533945)
\
N -- N -- N (ff56df575a44b6417614cab19b066f9c6dbf91a7)
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/osmo-bts/commit/?id=ff56df575a44b6417614cab19b066f9…
commit ff56df575a44b6417614cab19b066f9c6dbf91a7
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Feb 18 17:48:07 2016 +0100
Fix ocmo-bts-octphy interaction with OsmoPCU
Previously osmo-bts-octphy have not provided in-band presence
information which cause off-by-one errors and misinterpretation of
ph_data_ind by PCU. This fixed now by adding support for explicitly
passing PH-DATA presence info. Corresponding check and in-band passing
of presence information are removed.
Note: this requires libosmocore version with osmo_ph_pres_info_type
support integrated.
-----------------------------------------------------------------------
Summary of changes:
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 "UNNAMED PROJECT".
The branch, max/gsmtap2 has been updated
discards a43fe8ba5c3324050f8bbf987f43da08bae5532f (commit)
discards c5276a57f99a377583936876010592a21a92f533 (commit)
via 1abca6c33d95c0bf360d4dfc1f0bb15b195c957a (commit)
via 12079db43965269e7ce73a61503a79111b42747a (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 (a43fe8ba5c3324050f8bbf987f43da08bae5532f)
\
N -- N -- N (1abca6c33d95c0bf360d4dfc1f0bb15b195c957a)
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/osmo-pcu/commit/?id=1abca6c33d95c0bf360d4dfc1f0bb15…
commit 1abca6c33d95c0bf360d4dfc1f0bb15b195c957a
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Feb 22 11:42:33 2016 +0100
Add gsmtap support to generic bts
Instrument TX and RX functions dealing with regular BTS (without direct
DSP access) to use GSMTAP. Previously only DSP-related functions were
instrumented.
http://cgit.osmocom.org/osmo-pcu/commit/?id=12079db43965269e7ce73a61503a791…
commit 12079db43965269e7ce73a61503a79111b42747a
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Feb 22 11:39:30 2016 +0100
Introduce --gsmtap-ip/-i option
This option allows user to use custom IP address instead of default "localhost".
Correspondingly gsmtap init moved from sysmoBTS-specific code up to "bts" struct
level. This way it can be easier reused by other implementations. The
lack of regressions was verified by checking following command on
sysmoBTS: "./osmo-pcu -c osmo-pcu.cfg -r 1 -i 192.168.10.1" where
192.168.10.1 is the host which was running wireshark and netcat:
"nc -u -l 192.168.10.1 -p 4729" to accept gsmtap flow.
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
UNNAMED PROJECT
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 "UNNAMED PROJECT".
The branch, max/gsmtap2 has been created
at a43fe8ba5c3324050f8bbf987f43da08bae5532f (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-pcu/commit/?id=a43fe8ba5c3324050f8bbf987f43da0…
commit a43fe8ba5c3324050f8bbf987f43da08bae5532f
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Feb 22 11:42:33 2016 +0100
Add gsmtap support to generic bts
Instrument TX and RX functions dealing with regular BTS (without direct
DSP access) to use GSMTAP. Previously only DSP-related functions were
instrumented.
http://cgit.osmocom.org/osmo-pcu/commit/?id=c5276a57f99a377583936876010592a…
commit c5276a57f99a377583936876010592a21a92f533
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Feb 22 11:39:30 2016 +0100
Introduce --gsmtap-ip/-i option
This option allows user to use custom IP address instead of default "localhost".
Correspondingly gsmtap init moved from sysmoBTS-specific code up to "bts" struct
level. This way it can be easier reused by other implementations.
http://cgit.osmocom.org/osmo-pcu/commit/?id=3e864cc7f2e8d7f554f744b0299dd03…
commit 3e864cc7f2e8d7f554f744b0299dd033898301de
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Feb 22 11:26:10 2016 +0100
Ignore files generated by cscope tool
Signed-off-by: Max <msuraev(a)sysmocom.de>
-----------------------------------------------------------------------
hooks/post-receive
--
UNNAMED PROJECT
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 19dea8b49b538a1918bd25d814c212fe397b3cad (commit)
from ce5b9965f94839c79128c6ff72034995022db1de (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=19dea8b49b538a1918bd25d814c212f…
commit 19dea8b49b538a1918bd25d814c212fe397b3cad
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Fri Feb 19 16:53:43 2016 +0100
asn1: Generate _free_*ies function declarations
ranap_ies_defs.h is checked in so update it
hnbap_ies_defs.h and rua_ies_defs.h need to be regenerated
-----------------------------------------------------------------------
Summary of changes:
asn1/utils/asn1tostruct.py | 12 ++
include/osmocom/ranap/ranap_ies_defs.h | 317 ++++++++++++++++++++++++++++++++-
2 files changed, 328 insertions(+), 1 deletion(-)
hooks/post-receive
--
Osmocom code for Iuh interface