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 01fa9856cac144c538d85e7645037589b1e8625c (commit)
from bb466ee020c778829b51b0e96d962394ab54f6da (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=01fa9856cac144c538d85e7…
commit 01fa9856cac144c538d85e7645037589b1e8625c
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Nov 15 11:43:49 2017 +0800
osmocomBB: Begin with a manual for the "mobile" application
Begin with manual for the layer23 ("mobile") application but focus
on the scripting code first.
Change-Id: I736f2d61650feac70b6d960811b478639aa71737
-----------------------------------------------------------------------
Summary of changes:
Makefile | 4 +
{OsmoGSMTester => OsmocomBB}/Makefile | 2 +-
OsmocomBB/chapters/scripting.adoc | 111 +++++++++++++++++++++
.../osmocombb-usermanual-docinfo.xml | 31 +++---
.../osmocombb-usermanual.adoc | 15 +--
5 files changed, 135 insertions(+), 28 deletions(-)
copy {OsmoGSMTester => OsmocomBB}/Makefile (77%)
create mode 100644 OsmocomBB/chapters/scripting.adoc
copy OsmoBSC/osmobsc-usermanual-docinfo.xml => OsmocomBB/osmocombb-usermanual-docinfo.xml (77%)
copy OsmoPCU/osmopcu-usermanual.adoc => OsmocomBB/osmocombb-usermanual.adoc (57%)
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 "The Open Source GSM Base Band stack".
The branch, master has been updated
via 89009751ea7ceda542c254633f4ceef23b3f8f90 (commit)
via 14598ac88d816168e037d701b6f43a2a4cf02f42 (commit)
via eddf339871559f282fe615f9c618a1220bd97743 (commit)
from 65774d447d8623257e1cbf3694542f4a421017d7 (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/osmocom-bb/commit/?id=89009751ea7ceda542c254633f4ce…
commit 89009751ea7ceda542c254633f4ceef23b3f8f90
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Nov 16 17:11:28 2017 +0100
mobile: Avoid msg_ref going out of sync
It seemed like msg_ref could go out of sync. In some places we are
using sms->msg_ref in other cases we pass it as parameter (e.g. when
sending the SMS) or we get it out of the gsm411_rp_hdr.
Instead of hardcoding 42 for all messages make it configurable and
pass the parameter from the caller.
Change-Id: I4bac5f06921b5fd85a98d97770d42d4858ca1c42
http://cgit.osmocom.org/osmocom-bb/commit/?id=14598ac88d816168e037d701b6f43…
commit 14598ac88d816168e037d701b6f43a2a4cf02f42
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Nov 15 16:18:28 2017 +0100
mobile: Change started and shutdown state through function
Instead of changing the field all over the place, do the state
change in a function. This will allow us to emit a notification
when things change. It is similar to the lchan_state.
Change-Id: I6a0591bb2785232681b23e41368323f16d3c960c
http://cgit.osmocom.org/osmocom-bb/commit/?id=eddf339871559f282fe615f9c618a…
commit eddf339871559f282fe615f9c618a1220bd97743
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Nov 15 12:25:47 2017 +0100
mobile: Instead of putting semantic in a comment, use an enum
The enum was created to understand the different states during
the shutdown and find places where it is used. The normal
transitions are like.
Idle -> Imsi Detach -> L1 Reset -> Done
Idle -> L1 Reset -> Done
The shutdown can get stuck in case:
* Out of memory situation while handling IMSI detach (timeout)
* Never receiving l1 reset acknnowledgment.
The code could benefit from the move to osmo fsm to deal with
proper timeouts.
Change-Id: Iee1140e4848923c7270495c381bf87b7e3fddee1
-----------------------------------------------------------------------
Summary of changes:
.../include/osmocom/bb/common/osmocom_data.h | 7 +++++
.../layer23/include/osmocom/bb/mobile/app_mobile.h | 5 ++++
.../layer23/include/osmocom/bb/mobile/gsm411_sms.h | 3 +-
src/host/layer23/src/mobile/app_mobile.c | 35 ++++++++++++++--------
src/host/layer23/src/mobile/gsm411_sms.c | 21 +++++++------
src/host/layer23/src/mobile/gsm480_ss.c | 2 +-
src/host/layer23/src/mobile/gsm48_cc.c | 2 +-
src/host/layer23/src/mobile/gsm48_mm.c | 4 +--
src/host/layer23/src/mobile/vty_interface.c | 24 +++++++--------
9 files changed, 61 insertions(+), 42 deletions(-)
hooks/post-receive
--
The Open Source GSM Base Band stack
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 "CI scripts".
The branch, master has been updated
via 6a97f52b9a40d40bf6687f19f7f3c766270ff15c (commit)
via f074019027b7601d16f964054735dcf7c52cc1af (commit)
from 48f0c0a2ecc7320b62309c5a52811d71387d8644 (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-ci/commit/?id=6a97f52b9a40d40bf6687f19f7f3c766…
commit 6a97f52b9a40d40bf6687f19f7f3c766270ff15c
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Nov 28 05:32:38 2017 +0100
jobs: describe how to install jenkins-jobs on deb 9
Change-Id: Id3a0684e567ae26ca8158fda56898eb683374d09
http://cgit.osmocom.org/osmo-ci/commit/?id=f074019027b7601d16f964054735dcf7…
commit f074019027b7601d16f964054735dcf7c52cc1af
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Nov 28 05:43:01 2017 +0100
contrib/jenkins.sh: rather git checkout -f instead of pull
Change-Id: Idc672879dcb3d38978e27b90c173f0aa950c4eb1
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 2 +-
jobs/README.adoc | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+), 1 deletion(-)
hooks/post-receive
--
CI scripts
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 "CI scripts".
The branch, master has been updated
via 48f0c0a2ecc7320b62309c5a52811d71387d8644 (commit)
via bc07ff92a12ebc9a5e559e0f13ad89c3a268b90a (commit)
from bb459a2d0bcd04ad404a44f6787be396926267d3 (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-ci/commit/?id=48f0c0a2ecc7320b62309c5a52811d71…
commit 48f0c0a2ecc7320b62309c5a52811d71387d8644
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Nov 28 02:47:10 2017 +0100
jenkins docker: drop hardcoded osmo-deps.sh
The jenkins invocation of the docker image commonly includes the osmo-ci
scripts via binding ~/bin to an up-to-date checkout. We don't need another
version of osmo-deps.sh in /usr/local/bin.
Change-Id: I5ce9ab992afa3c5a7a0bb13b55cae016bc8e805f
http://cgit.osmocom.org/osmo-ci/commit/?id=bc07ff92a12ebc9a5e559e0f13ad89c3…
commit bc07ff92a12ebc9a5e559e0f13ad89c3a268b90a
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Nov 28 02:46:08 2017 +0100
jenkins docker: also install py3 scripts of osmo-python-tests
Allow using the osmo_verify_transcript_{ctrl,vty}.py scripts from the docker
image.
Change-Id: I27d02d516c1cccd5a2447ee8d76ae476d0951d56
-----------------------------------------------------------------------
Summary of changes:
docker/Dockerfile_osmocom_jenkins.amd64 | 15 +--------------
1 file changed, 1 insertion(+), 14 deletions(-)
hooks/post-receive
--
CI scripts
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 "CI scripts".
The branch, master has been updated
via bb459a2d0bcd04ad404a44f6787be396926267d3 (commit)
via 716413c5be62cc03f0aa68803936d17646bcc294 (commit)
via 4b5d3689329afe6afb4551ee6317f1de5555b095 (commit)
from 83ccbfe87b001beaf0659a1ff6eda0cc5c9af915 (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-ci/commit/?id=bb459a2d0bcd04ad404a44f6787be396…
commit bb459a2d0bcd04ad404a44f6787be396926267d3
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Nov 28 05:14:47 2017 +0100
jobs: update-osmo-ci-on-slaves: remove build2-deb8build
The node is offline and has been for a long time. The last osmo-ci-on-slaves
job ran for a week waiting for it to come back online.
Change-Id: I5a315d1ce3d7d5763ba07bf29f9cdd5d6f7c6491
http://cgit.osmocom.org/osmo-ci/commit/?id=716413c5be62cc03f0aa68803936d176…
commit 716413c5be62cc03f0aa68803936d17646bcc294
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Nov 28 03:10:12 2017 +0100
jobs: add update-osmo-ci-on-slaves.yml
Change-Id: Ia933288f87f53f832732f650ba4be30d58faea7f
http://cgit.osmocom.org/osmo-ci/commit/?id=4b5d3689329afe6afb4551ee6317f1de…
commit 4b5d3689329afe6afb4551ee6317f1de5555b095
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Nov 28 02:54:16 2017 +0100
contrib/jenkins.sh: update from current jenkins job update-osmo-ci-on-slaves
We're not calling this script on the update-osmo-ci-on-slaves job yet. To move
over to calling this script, apply some edits we made on the jenkins UI in the
meantime.
Change-Id: I54d3f56a89934c1c7b0e445b5c447c91bf94d579
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 12 ++++++++----
jobs/update-osmo-ci-on-slaves.yml | 23 +++++++++++++++++++++++
2 files changed, 31 insertions(+), 4 deletions(-)
create mode 100644 jobs/update-osmo-ci-on-slaves.yml
hooks/post-receive
--
CI scripts
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 "CI scripts".
The branch, neels/wip has been created
at 00a78fb46d56b43a6409ee6c72039162ba2e86ee (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-ci/commit/?id=00a78fb46d56b43a6409ee6c72039162…
commit 00a78fb46d56b43a6409ee6c72039162ba2e86ee
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Nov 28 03:10:12 2017 +0100
jobs: add update-osmo-ci-on-slaves.yml
Change-Id: Ia933288f87f53f832732f650ba4be30d58faea7f
http://cgit.osmocom.org/osmo-ci/commit/?id=94c7cdf180bcd5575478cb5c41ef350b…
commit 94c7cdf180bcd5575478cb5c41ef350b4c0132dd
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Nov 28 02:54:16 2017 +0100
contrib/jenkins.sh: update from current jenkins job update-osmo-ci-on-slaves
We're not calling this script on the update-osmo-ci-on-slaves job yet. To move
over to calling this script, apply some edits we made on the jenkins UI in the
meantime.
Change-Id: I54d3f56a89934c1c7b0e445b5c447c91bf94d579
http://cgit.osmocom.org/osmo-ci/commit/?id=9f6390980680a3e83484f80da909da20…
commit 9f6390980680a3e83484f80da909da20deb2fbe8
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Nov 28 02:49:01 2017 +0100
jenkins docker: remove smalltalk things
I am personally not aware of any smalltalk related builds that might be using
our jenkins docker image. Let's remove this and see what falls on its face,
presumably nothing.
Change-Id: I1142f068100ef07ce7f177adaa8a0fe2fedb1b7b
http://cgit.osmocom.org/osmo-ci/commit/?id=3dd1ba09f7f422d43a2bce3e8b766567…
commit 3dd1ba09f7f422d43a2bce3e8b766567e7af5dea
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Nov 28 02:47:10 2017 +0100
jenkins docker: drop hardcoded osmo-deps.sh
The jenkins invocation of the docker image commonly includes the osmo-ci
scripts via binding ~/bin to an up-to-date checkout. We don't need another
version of osmo-deps.sh in /usr/local/bin.
Change-Id: I5ce9ab992afa3c5a7a0bb13b55cae016bc8e805f
http://cgit.osmocom.org/osmo-ci/commit/?id=b20cecc2fbdb843a4f3345b31515c18e…
commit b20cecc2fbdb843a4f3345b31515c18ecbd2bd3d
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Nov 28 02:46:08 2017 +0100
jenkins docker: also install py3 scripts of osmo-python-tests
Allow using the osmo_verify_transcript_{ctrl,vty}.py scripts from the docker
image.
Change-Id: I27d02d516c1cccd5a2447ee8d76ae476d0951d56
-----------------------------------------------------------------------
hooks/post-receive
--
CI scripts
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 536ebeed0841cf3a76ee7730b2f41dea5c153b85 (commit)
from f78caac25c6cf5dbed2bfd92fd39483d04efc79f (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=536ebeed0841cf3a76ee7730b2f41de…
commit 536ebeed0841cf3a76ee7730b2f41dea5c153b85
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sun Nov 26 22:13:46 2017 +0700
doc/examples: add CalypsoBTS configuration example
Despite the CalypsoBTS transceiver is similar to OsmoTRX, there
are some changes required to make it work with OsmoBTS. Let's
add a new configuration example for that.
Change-Id: Ia4b1797de576ab987b05046aa9a9828858023ed3
-----------------------------------------------------------------------
Summary of changes:
doc/examples/{trx => calypso}/osmo-bts.cfg | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
copy doc/examples/{trx => calypso}/osmo-bts.cfg (68%)
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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 5d69fa52cf1e679e391519dd841da1579d640087 (commit)
via 75042ff46a7e89ffb9a8897214c63e0bda378147 (commit)
from 0195c30df582811dd0252fb6b455c156f4a7ee95 (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=5d69fa52cf1e679e391519dd841da157…
commit 5d69fa52cf1e679e391519dd841da1579d640087
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Nov 23 19:06:09 2017 +0100
vty: Add cmd to configure 3g Early Classmark Sending
In state prior to this patch, "3G Early Classmark Sending Restriction"
bit in SI3 rest octets was always set to H, which is a sane default as
the policy to send the information is then controlled by "Early
Classmark Sending Control" bit in the same octet.
However, it seems Quortus SoftCore can have some issues decoding the
option, so let's add a vty cmd to be able to disable it for those
having any issues.
Related: SYS#4021
Change-Id: Ic1afe071038a3bb5871d7ff40f665c8644f801ec
http://cgit.osmocom.org/openbsc/commit/?id=75042ff46a7e89ffb9a8897214c63e0b…
commit 75042ff46a7e89ffb9a8897214c63e0bda378147
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Fri Nov 24 12:44:07 2017 +0100
Use type bool for boolean fields in gsm48_si_ro_info
Change-Id: Ic0981fca96f4927717ca335be1dab00a5d17fd6c
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data_shared.h | 1 +
openbsc/include/openbsc/rest_octets.h | 7 ++++---
openbsc/src/libbsc/bsc_vty.c | 24 +++++++++++++++++++++++-
openbsc/src/libbsc/rest_octets.c | 7 +++++--
openbsc/src/libbsc/system_information.c | 16 +++++++++-------
openbsc/src/libcommon/gsm_data.c | 1 +
6 files changed, 43 insertions(+), 13 deletions(-)
hooks/post-receive
--
Legacy: 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 f78caac25c6cf5dbed2bfd92fd39483d04efc79f (commit)
from 25647562968ac6985e3999f4e71bbfd7751d6715 (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=f78caac25c6cf5dbed2bfd92fd39483…
commit f78caac25c6cf5dbed2bfd92fd39483d04efc79f
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Nov 27 16:17:16 2017 +0100
Remove leftover comments and checks
It seems like rx previously had 'float' type. Remove the comments and
checks which are not relevant since rx is 'int'.
Change-Id: Idb4aad53667f88f9656c5bb1c52e7e75b385f446
Fixes: OS#2223
-----------------------------------------------------------------------
Summary of changes:
src/common/power_control.c | 11 +----------
1 file changed, 1 insertion(+), 10 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 7dc8e88d64716831a1553d402571fb7b1ade3d30 (commit)
from 19ec7b948322bbc9457a2b22219c93558a6f931e (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=7dc8e88d64716831a1553d402571…
commit 7dc8e88d64716831a1553d402571fb7b1ade3d30
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Nov 24 13:53:33 2017 +0100
ctrl: make response easier to parse
Previously ctrl request for all counters in
group (e. g. 'rate_ctr.abs.msc.0') will result in human-readable
description which is not regular enough and is hard to both parse and
generate. The ctrl interface is intended for m2m, not for human
interaction. Let's simplify things by making response similar to counter
group request ('rate_ctr.*').
Reply now looks as follows:
GET_REPLY 9084354783926137287 rate_ctr.abs.msc.0 loc_update_type:attach 0;loc_update_type:normal 0;
Previously it was:
GET_REPLY 9084354783926137287 rate_ctr.abs.msc.0 All counters in msc.0
loc_update_type:attach 0
loc_update_type:normal 0
Change-Id: I7a24cc307450efdcd28168fffe477320c59fcd36
Related: OS#2550
-----------------------------------------------------------------------
Summary of changes:
src/ctrl/control_if.c | 41 +++++++++--------------------------------
1 file changed, 9 insertions(+), 32 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications