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 bb0cc685f1b7a932492941f13ddd53014501cb55 (commit)
via 6044785a2265ae862450f4945c5fb12a7c28fe29 (commit)
via b2b1112a6e20ad632dcec0d9f1afe1ab80583d2d (commit)
from f3ee66207de2859cf4751b44241c0f84cf0999b4 (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=bb0cc685f1b7a932492941f13ddd530…
commit bb0cc685f1b7a932492941f13ddd53014501cb55
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Mar 17 11:37:24 2016 +0100
Add utility to check proper scheduling of SI
There are several types of System Information messages with tricky
scheduling rules described in 3GPP TS 05.02 § 6.3.1.3. This GNU Awk
script takes in .csv file with sequence of scheduled SI messages (for
example generated using tshark from GSMTAP capture - see usage note
inside the script) and check the scheduling rules compliance.
http://cgit.osmocom.org/osmo-bts/commit/?id=6044785a2265ae862450f4945c5fb12…
commit 6044785a2265ae862450f4945c5fb12a7c28fe29
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Mar 17 11:37:23 2016 +0100
Ignore binary and backup files
Add missing entries to .gitignore
http://cgit.osmocom.org/osmo-bts/commit/?id=b2b1112a6e20ad632dcec0d9f1afe1a…
commit b2b1112a6e20ad632dcec0d9f1afe1ab80583d2d
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Mar 17 11:37:22 2016 +0100
Add explicit check for SI2quater index and count
Right now we do not support multiple SI2quater messages, so return error
if either index or count is non-zero.
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 2 ++
contrib/si_check.gawk | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++
src/common/rsl.c | 23 +++++++++++--
3 files changed, 114 insertions(+), 2 deletions(-)
create mode 100755 contrib/si_check.gawk
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 f3ee66207de2859cf4751b44241c0f84cf0999b4 (commit)
from 0be80aa2d1d21b2d19eb6c91b3b4151d6c3a5ddf (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=f3ee66207de2859cf4751b44241c0f8…
commit f3ee66207de2859cf4751b44241c0f84cf0999b4
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Mar 17 12:32:12 2016 +0100
Fix SI2ter scheduling
According to 3GPP TS 05.02 § 6.3.1.3 SI2ter messages should be scheduled
in FN with TC=4 only if SI2bis messages are also available.
-----------------------------------------------------------------------
Summary of changes:
src/common/sysinfo.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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, sysmocom/201604-stable has been updated
via ef565f4fd374f7b51c692fdb93d97c6d21dd4e05 (commit)
from 41466d65caf6affa933e88597330d29365c9b156 (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=ef565f4fd374f7b51c692fdb93d97c6d…
commit ef565f4fd374f7b51c692fdb93d97c6d21dd4e05
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Mar 17 13:10:20 2016 +0100
tests: Catch up with stand-a-lone libtalloc on linking
Link libosmocore after the internal library. That is needed for
for newer libosmocore.
-----------------------------------------------------------------------
Summary of changes:
openbsc/tests/smpp/Makefile.am | 5 +++--
1 file changed, 3 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, max/si2q has been created
at 93c5295712c59d3f51beb91989cf76c2c9d3c314 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=93c5295712c59d3f51beb91989cf76c…
commit 93c5295712c59d3f51beb91989cf76c2c9d3c314
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Mar 17 12:41:08 2016 +0100
Fix SI2ter scheduling
http://cgit.osmocom.org/osmo-bts/commit/?id=7d6693990c61de0e8615ef393618244…
commit 7d6693990c61de0e8615ef393618244358132078
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Mar 17 12:40:38 2016 +0100
Add utility to check proper scheduling of SI
http://cgit.osmocom.org/osmo-bts/commit/?id=98953c5041707b25738300f55e4ba3f…
commit 98953c5041707b25738300f55e4ba3fb0b6641f9
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Mar 17 12:39:52 2016 +0100
Ignore binary and backup files
http://cgit.osmocom.org/osmo-bts/commit/?id=e3392ca6596e0e53fdf152cda7f5fbf…
commit e3392ca6596e0e53fdf152cda7f5fbfc1b3bb3ea
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Mar 17 12:39:22 2016 +0100
Add explicit check for SI2quater index and count
-----------------------------------------------------------------------
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, max/si2q has been updated
discards 6a3b2b0b68ebca3e8ff34c0573d0a5e351a504d8 (commit)
via 91382488c90344500c9734842b71c70d5155f7de (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 (6a3b2b0b68ebca3e8ff34c0573d0a5e351a504d8)
\
N -- N -- N (91382488c90344500c9734842b71c70d5155f7de)
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=91382488c90344500c9734842b71c70d…
commit 91382488c90344500c9734842b71c70d5155f7de
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Mar 11 18:16:22 2016 +0100
Add basic SI2quater support
* support for sending arbitrary static SI2quater.
* vty interface for neightbor EARFCNs specific to SI2quater.
* dynamic generation of SI2quater messages.
* unit test for SI2quater messages.
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/bsc_vty.c | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 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/si2q has been updated
discards b334fe4b0dd950d92bcff6ab20058680a0550ffa (commit)
via 6a3b2b0b68ebca3e8ff34c0573d0a5e351a504d8 (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 (b334fe4b0dd950d92bcff6ab20058680a0550ffa)
\
N -- N -- N (6a3b2b0b68ebca3e8ff34c0573d0a5e351a504d8)
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=6a3b2b0b68ebca3e8ff34c0573d0a5e3…
commit 6a3b2b0b68ebca3e8ff34c0573d0a5e351a504d8
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Mar 11 18:16:22 2016 +0100
Add basic SI2quater support
* support for sending arbitrary static SI2quater.
* vty interface for neightbor EARFCNs specific to SI2quater.
* dynamic generation of SI2quater messages.
* unit test for SI2quater messages.
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/rest_octets.c | 43 ++++++++++++++++++++++++----------------
1 file changed, 26 insertions(+), 17 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/si2q has been updated
discards cb0fb8f3a82ba77bc7c515f956a226067b9e88ae (commit)
via b334fe4b0dd950d92bcff6ab20058680a0550ffa (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 (cb0fb8f3a82ba77bc7c515f956a226067b9e88ae)
\
N -- N -- N (b334fe4b0dd950d92bcff6ab20058680a0550ffa)
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=b334fe4b0dd950d92bcff6ab20058680…
commit b334fe4b0dd950d92bcff6ab20058680a0550ffa
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Mar 11 18:16:22 2016 +0100
Add basic SI2quater support
* support for sending arbitrary static SI2quater.
* vty interface for neightbor EARFCNs specific to SI2quater.
* dynamic generation of SI2quater messages.
* unit test for SI2quater messages.
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/bsc_init.c | 6 +--
openbsc/src/libbsc/bsc_vty.c | 53 +++++++++++---------------
openbsc/src/libbsc/rest_octets.c | 17 +++++----
openbsc/src/libbsc/system_information.c | 3 ++
openbsc/src/libcommon/gsm_data.c | 1 +
openbsc/tests/gsm0408/Makefile.am | 3 +-
openbsc/tests/gsm0408/gsm0408_test.c | 67 +++++++++++++++++++++++++++++++++
openbsc/tests/gsm0408/gsm0408_test.ok | 8 ++++
8 files changed, 116 insertions(+), 42 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, sysmocom/201504-stable has been created
at 8b2fcce98481888ed38c9724ed5800a0cbe6e301 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=8b2fcce98481888ed38c9724ed5800a0…
commit 8b2fcce98481888ed38c9724ed5800a0cbe6e301
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Mar 16 15:27:38 2016 +0100
bsc: Add parameter to restart a bts
The ip.access nanoBTS seems to have severe issues with BSSGP when
changing the country code and/or network code. It is unlikely that
the proprietary code is getting fixed so we extend the parameter
for the apply-configuration command to carry the 'restart' param.
http://cgit.osmocom.org/openbsc/commit/?id=ff95b0bb6ab831899a2ca05d455d7f1d…
commit ff95b0bb6ab831899a2ca05d455d7f1da4f77093
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Mar 16 13:45:23 2016 +0100
bsc: Add code to send ip.access reboot command to nanoBTS
The nanoBTS continues to be buggy and seems to have broken BSSGP
when changing SIs across new OML connections. Add an easy command
to force the reboot of the system through OML.
Conflicts:
openbsc/src/libbsc/bsc_vty.c
http://cgit.osmocom.org/openbsc/commit/?id=d1646ade316ea187ff511df4da693680…
commit d1646ade316ea187ff511df4da6936803f8a1ff9
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Mar 16 15:53:49 2016 +0100
bts: Backport is_sysmobts_v2 from master
Backported from c5e6daa8913dd02aa85ea05b8888e71bd0db0fc9 and
needed for the restart handling
http://cgit.osmocom.org/openbsc/commit/?id=e4ad57e611037bdfb0ba9dc82dfc0bd8…
commit e4ad57e611037bdfb0ba9dc82dfc0bd84b192204
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Mar 16 14:27:29 2016 +0100
abis: Send the message without enforcing to wait for a response
The user might issue restarts while no BTS is connected and we
should not block the abis queue because of these messages.
-----------------------------------------------------------------------
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, sysmocom/201604-stable has been created
at 41466d65caf6affa933e88597330d29365c9b156 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=41466d65caf6affa933e88597330d293…
commit 41466d65caf6affa933e88597330d29365c9b156
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Mar 16 15:27:38 2016 +0100
bsc: Add parameter to restart a bts
The ip.access nanoBTS seems to have severe issues with BSSGP when
changing the country code and/or network code. It is unlikely that
the proprietary code is getting fixed so we extend the parameter
for the apply-configuration command to carry the 'restart' param.
http://cgit.osmocom.org/openbsc/commit/?id=8c5ac88180343585a7d5dd902e8a042f…
commit 8c5ac88180343585a7d5dd902e8a042f1ac4c743
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Mar 16 13:45:23 2016 +0100
bsc: Add code to send ip.access reboot command to nanoBTS
The nanoBTS continues to be buggy and seems to have broken BSSGP
when changing SIs across new OML connections. Add an easy command
to force the reboot of the system through OML.
http://cgit.osmocom.org/openbsc/commit/?id=3bcece98a31533b884456c379e4539fd…
commit 3bcece98a31533b884456c379e4539fd2bcf0f98
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Mar 16 14:27:29 2016 +0100
abis: Send the message without enforcing to wait for a response
The user might issue restarts while no BTS is connected and we
should not block the abis queue because of these messages.
-----------------------------------------------------------------------
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 5a5d2b7a27e64deef8b7b48842204414c611942b (commit)
from 2b09c39c9cb6d8a9761539d00e21b21352272905 (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=5a5d2b7a27e64deef8b7b4884220441…
commit 5a5d2b7a27e64deef8b7b48842204414c611942b
Author: Aravind Sirsikar <arvind.sirsikar(a)radisys.com>
Date: Wed Mar 16 19:19:17 2016 +0530
Introduce EGPRS header type1 and type2 in UL
Defines new structures for UL EGPRS header type1 and type2 for
supporting MCS5-MCS9
-----------------------------------------------------------------------
Summary of changes:
src/rlc.h | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
hooks/post-receive
--
UNNAMED PROJECT