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 9a2187e7b19cd940007df724a5343003f847799f (commit)
from 65db0f5c418841ead1e9b11c0194798edeebaa1a (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=9a2187e7b19cd940007df724a534300…
commit 9a2187e7b19cd940007df724a5343003f847799f
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jul 10 12:54:57 2017 +0200
octphy: remap frame number in MEAS_IND
The octasic phy stamps the SACCH channel that carries the
measurmenet indication with the frame number of the last
SACCH that falls within the measurement period.
The higher layers expect the frame number to be aligned
to the SACCH channel after, which marks also the beginning
of the next measurement period.
Make the octphy code compatible to the higher layers by
remapping the measurement indication frame number.
Change-Id: I8ecb27c018bf4ad5151878a6ad34026fd0f801a1
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-octphy/l1_if.c | 53 ++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 52 insertions(+), 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 "Manuals for Osmocom GSM components".
The branch, master has been updated
via bbfb0c33ef7a4c75219c01c5101245698baeee12 (commit)
from ad61fb82e64912fc8137527339eea868fc6c1b12 (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-gsm-manuals/commit/?id=bbfb0c33ef7a4c75219c01c…
commit bbfb0c33ef7a4c75219c01c5101245698baeee12
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Jul 10 18:12:46 2017 +0200
SMPP: Document Osmocom extensions
Change-Id: I4cedd07a33633bdd2350d2bda0a22cc0c631c0a9
-----------------------------------------------------------------------
Summary of changes:
OsmoNITB/chapters/smpp.adoc | 53 +++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 51 insertions(+), 2 deletions(-)
hooks/post-receive
--
Manuals for Osmocom GSM components
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 65db0f5c418841ead1e9b11c0194798edeebaa1a (commit)
from 9a280eba486cbe11fa4dd763830ff425a7a4702a (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=65db0f5c418841ead1e9b11c0194798…
commit 65db0f5c418841ead1e9b11c0194798edeebaa1a
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 26 12:07:43 2017 +0200
measurement: fix measurment report
The end of the measurement reporting period is not aligned with the
SACCH block where the results are reported. The tables that are
used to detect the end of the measurement period are therefore
wrong. The frame number of the SACCH block must be used and not the
TDMA frame number (modulo 104) of the measurement reporing interval.
The tables are oriented to the frame number of the first SACCH block,
at the beginning of an interval. However, when a SACCH block is received
it will always contain the result of the recently passed measurement
reporting period.
To match the tables, introduce another lookup table to remap each
SACCH block that ends to the matching beginning block number.
Change-Id: I1eef894e6f15b4449fc8926bebb118624efc7924
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 1 +
src/common/measurement.c | 89 +-
tests/Makefile.am | 2 +-
tests/{handover => meas}/Makefile.am | 9 +-
tests/meas/meas_test.c | 222 +++
tests/meas/meas_test.ok | 542 +++++++
tests/meas/sysmobts_fr_samples.h | 2601 ++++++++++++++++++++++++++++++++++
tests/testsuite.at | 6 +
8 files changed, 3443 insertions(+), 29 deletions(-)
copy tests/{handover => meas}/Makefile.am (60%)
create mode 100644 tests/meas/meas_test.c
create mode 100644 tests/meas/meas_test.ok
create mode 100644 tests/meas/sysmobts_fr_samples.h
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 ed0eda236c525377e3c25d04456cbeafcab21c2d (commit)
from 363130f3a19b6c7bfce7e694ea6167ed94834df5 (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=ed0eda236c525377e3c25d04456c…
commit ed0eda236c525377e3c25d04456cbeafcab21c2d
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jul 6 17:09:01 2017 +0200
Ignore broken everything log level
* when reading config file (or vty command) ignore "logging level
.. everything" level
* when writing config file, skip "logging level .. everything" level
In both cases print corresponding deprecation warning. The "everything"
level is not working as advertised for quite some time anyway.
This will allow us to gradually deprecate broken "everything" parameter
giving users enough time to update their config files before removing it
entirely.
Change-Id: I73d5c4f238beb88981ad25caa69f64ad6fb7209f
Related: OS#71
-----------------------------------------------------------------------
Summary of changes:
src/vty/logging_vty.c | 11 +++++++++--
1 file changed, 9 insertions(+), 2 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 2102a4ae43eb5610c96ac21c77b94f621fa0ac64 (commit)
from 21a7523fcffc0f83587f50f178c41cbed65ef9b6 (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=2102a4ae43eb5610c96ac21c77b94f62…
commit 2102a4ae43eb5610c96ac21c77b94f621fa0ac64
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Jul 10 16:19:08 2017 +0200
jenkins: fix build of --enable-iu: use osmo-iuh tag 'old_sua'
We are building with libosmo-sccp tag 'old_sua' until the new sigtran has
been applied. Since osmo-iuh commit
e26bc1855326399733ee78ac84c8d33319f36dfb
"move openbsc.git's iu.h, iu.c, iu_vty.c here as iu_client"
osmo-iuh requires libosmo-sccp master. A similar 'old_sua' tag is in place in
osmo-iuh.git, to match libosmo-sccp 'old_sua'. Do that to fix the jenkins
build of --enable-iu.
Change-Id: I7c98b8bb1027fe8b47d8dcc4e0b94c1b42e44c52
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 "UNNAMED PROJECT".
The branch, master has been updated
via 8c8027c3070ad154f3fff5a6a50be710d12707dd (commit)
from aae1bfbbe0694db5df21073780fad964044dc4c1 (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-pcu/commit/?id=8c8027c3070ad154f3fff5a6a50be71…
commit 8c8027c3070ad154f3fff5a6a50be710d12707dd
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Jul 10 15:03:27 2017 +0200
jenkins.sh: Proper error message if local environment isn't set up
Change-Id: Ibd24ba6024714f3d7aac14ef661acf52de2a3825
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 7 +++++++
1 file changed, 7 insertions(+)
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, pmaier/aoip2 has been updated
via c123ce519ed1c2b036fde61e6ee089f99c0fb26e (commit)
via edc5dfe5ff61b163018852f38cdfe021e2c73571 (commit)
from fac9c9e9d8682a0fe234b12cf94fc490596284eb (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=c123ce519ed1c2b036fde61e6ee089f9…
commit c123ce519ed1c2b036fde61e6ee089f99c0fb26e
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jul 10 15:43:38 2017 +0200
fixup for: a_iface: fix missing clear command
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/osmo_msc.c | 4 +++-
openbsc/src/osmo-bsc/osmo_bsc_sigtran.c | 6 ++++--
2 files changed, 7 insertions(+), 3 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 9a280eba486cbe11fa4dd763830ff425a7a4702a (commit)
from 7887ce7aeaf5d5fa5c1ac29341fa67814921dccc (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=9a280eba486cbe11fa4dd763830ff42…
commit 9a280eba486cbe11fa4dd763830ff425a7a4702a
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 26 12:23:23 2017 +0200
osmo-bts-sysmo: Include frame number in MEAS IND
l1_if.c does not generate struct osmo_phsap_prim l1sap properly.
The frame number is not included in this struct. This renders the
logic that processes the reported measurements non functional,
since the logic (see measurement.c) is not able to detect the
end of the measurement period. This commit fixes the problem by
adding the missing frame number to the l1sap structure.
Change-Id: I09241d6cc2ff09e71a3d723d90e4468108a27ae1
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-sysmo/l1_if.c | 5 +++--
1 file changed, 3 insertions(+), 2 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 a06b877437a48ca14b8066663ea226dadee0014a (commit)
from 65529bc54167cf2c1124fad59093e157a0c10d57 (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=a06b877437a48ca14b8066663ea…
commit a06b877437a48ca14b8066663ea226dadee0014a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Jul 10 14:58:06 2017 +0200
jenkins.sh: Proper error message if local environment isn't set up
Change-Id: Ibb34f07164adb175a44f460d02f54586b56a5b95
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 6 ++++++
1 file changed, 6 insertions(+)
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 7887ce7aeaf5d5fa5c1ac29341fa67814921dccc (commit)
from 6a538a092106e448a354e42c161ea7630e457455 (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=7887ce7aeaf5d5fa5c1ac29341fa678…
commit 7887ce7aeaf5d5fa5c1ac29341fa67814921dccc
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Jul 10 14:54:24 2017 +0200
jenkins helpers: some minimal documentation/comments + print errors
We should print meaningful error messages in case a user doesn't have
the required local PATH set up, or doesn't specify a required command
line argument.
Change-Id: I30a2935f93ade69222b1e0c3e212ee10e17c1823
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins_bts_model.sh | 8 ++++++++
contrib/jenkins_bts_trx.sh | 1 +
contrib/jenkins_common.sh | 9 +++++++++
contrib/jenkins_lc15.sh | 1 +
contrib/jenkins_oct.sh | 1 +
contrib/jenkins_oct_and_bts_trx.sh | 1 +
contrib/jenkins_sysmobts.sh | 1 +
7 files changed, 22 insertions(+)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)