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 8b4bd46b9503fe5d2ec58d1cfcb17330e2cdd794 (commit)
from 74906224caef4df4eb412aac592ceb5348253189 (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=8b4bd46b9503fe5d2ec58d1cfcb1733…
commit 8b4bd46b9503fe5d2ec58d1cfcb17330e2cdd794
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Mar 26 23:24:14 2018 +0200
mslot_class: find_free_tfi(): use uint32_t to shift 1 << 31
Avoid runtime error seen on jenkins admin-deb9build slave, when building
osmo-pcu with_dsp=None,with_vty=False, during ts_alloc and tbf regression
tests:
+../../../src/mslot_class.c:242:22: runtime error: left shift of 1 by 31 places cannot be represented in type 'int'
The master-osmo-pcu breaks on this since moving to a debian9 build slave.
Change-Id: I0cdf10e5fbc1173a7a09bd4fed8a66d06f80aeb1
-----------------------------------------------------------------------
Summary of changes:
src/mslot_class.c | 2 +-
1 file changed, 1 insertion(+), 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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 408856088bcf376f5317803fd8d1747f8b920054 (commit)
from 8469818e33ef81e9f707a0c4dd13d7b91ecf83f5 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/abis_nm.h | 9 +--
openbsc/include/openbsc/bsc_msc_data.h | 4 +-
openbsc/include/openbsc/gsm_data.h | 18 ++++-
openbsc/include/openbsc/pcuif_proto.h | 6 +-
openbsc/src/ipaccess/network_listen.c | 6 +-
openbsc/src/libbsc/abis_nm.c | 30 +++-----
openbsc/src/libbsc/bsc_ctrl_commands.c | 88 ++++++++++++++++++----
openbsc/src/libbsc/bsc_init.c | 7 +-
openbsc/src/libbsc/bsc_vty.c | 10 +--
openbsc/src/libbsc/pcu_sock.c | 5 +-
openbsc/src/libbsc/system_information.c | 12 +--
openbsc/src/libcommon-cs/common_cs.c | 6 +-
openbsc/src/libcommon-cs/common_cs_vty.c | 18 ++++-
openbsc/src/libcommon/gsm_data.c | 10 +--
openbsc/src/libiu/iu.c | 6 +-
openbsc/src/libmsc/gsm_04_08.c | 10 +--
openbsc/src/osmo-bsc/osmo_bsc_api.c | 47 ++++--------
openbsc/src/osmo-bsc/osmo_bsc_ctrl.c | 7 +-
openbsc/src/osmo-bsc/osmo_bsc_filter.c | 16 +---
openbsc/src/osmo-bsc/osmo_bsc_msc.c | 6 +-
openbsc/src/osmo-bsc/osmo_bsc_vty.c | 30 ++++++--
openbsc/tests/ctrl_test_runner.py | 17 +++--
.../tests/nanobts_omlattr/nanobts_omlattr_test.c | 3 +-
23 files changed, 211 insertions(+), 160 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 "The Open Source GSM Base Band stack".
The branch, master has been updated
via f9ac7eb36ebc97c68a98c700f801015c0fc9c8ad (commit)
from d49a748cbbf7d7b5bb77f3d906179da9b462e6d1 (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=f9ac7eb36ebc97c68a98c700f8010…
commit f9ac7eb36ebc97c68a98c700f801015c0fc9c8ad
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Mar 21 17:23:09 2018 +0100
virt_phy: Add missing gprs related entries to l1ctlPrimNames
Change-Id: Ia59e22cda9cf5e25b5e2b1fe38f8ec3937b16f80
-----------------------------------------------------------------------
Summary of changes:
src/host/virt_phy/src/logging.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via a2501a20651bad1c1645547c8ad99af4f5c64e2e (commit)
from 71f781c303bb4216d3328181d7798a28a15813c9 (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=a2501a20651bad1c1645547c8ad9…
commit a2501a20651bad1c1645547c8ad99af4f5c64e2e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Mar 23 19:33:27 2018 +0100
VTY: Don't welcome the user to the "control" interface, if it's VTY
This is quite confusing, I'm surprised that it has not been flagged
before...
Change-Id: I3dc07290579949891e481675d493e5a2ea6d0aed
-----------------------------------------------------------------------
Summary of changes:
src/vty/vty.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "MNCC <-> SIP bridge".
The branch, master has been updated
via a6a34fd7188bbe46fbd84484610697dd5930d584 (commit)
from fd203f6a97831cf5bf40b931d58244ebf0ecf75a (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-sip-connector/commit/?id=a6a34fd7188bbe46fbd84…
commit a6a34fd7188bbe46fbd84484610697dd5930d584
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Mar 23 19:35:59 2018 +0100
Call the program "OsmoSIPcon" (also in vty)
It's confusing to access the telnet interface and then see a prompt
that's not like the program name
Change-Id: Iba20c1c90e528d08bd362be39d86317569c253e6
-----------------------------------------------------------------------
Summary of changes:
src/main.c | 2 +-
src/vty.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
MNCC <-> SIP bridge
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 "MNCC <-> SIP bridge".
The branch, master has been updated
via fd203f6a97831cf5bf40b931d58244ebf0ecf75a (commit)
via 05cd0f2628d09c0867dd726f2f8a5cb3e5506755 (commit)
from cdc5e591bb871ec04b9d79ddb411fcc87a5fd508 (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-sip-connector/commit/?id=fd203f6a97831cf5bf40b…
commit fd203f6a97831cf5bf40b931d58244ebf0ecf75a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Mar 19 10:03:26 2018 +0100
mncc: use 'const' to denote read-only input buffer/message
We normally use the 'const' modifier whenever using read-only input
data, let's do so in the mncc parser/handler, too.
Change-Id: Ide24feb536c04fe7ef08c62b4498fdd95605b58c
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=05cd0f2628d09c0867dd7…
commit 05cd0f2628d09c0867dd726f2f8a5cb3e5506755
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Mar 19 10:00:01 2018 +0100
comments
Change-Id: Icf0e9211a4e93eb1b05b5a5d68f9ba766982da8d
-----------------------------------------------------------------------
Summary of changes:
src/mncc.c | 88 ++++++++++++++++++++++++++++++++++++--------------------------
1 file changed, 51 insertions(+), 37 deletions(-)
hooks/post-receive
--
MNCC <-> SIP bridge
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 d5b6a78b9f38c07ce231e195b9bce627e74b160d (commit)
from 51a87cec2c1801e2e152ea258869f5ad3bccf377 (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=d5b6a78b9f38c07ce231e19…
commit d5b6a78b9f38c07ce231e195b9bce627e74b160d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Mar 26 23:02:26 2018 +0200
message sequence charts for GSM <-> SIP codec selection
Those diagrams represent the current design of the way how
GSM <-> SIP codec selection should work in the future.
Related: OS#1683
Change-Id: If92379b41d859bdf7be4b7689dc0bbca7cb6e682
-----------------------------------------------------------------------
Summary of changes:
common/chapters/msc_mncc_mo_sip_mgcp.msc | 68 +++++++++++++++++++++++
common/chapters/msc_mncc_mo_sip_rel18x_mgcp.msc | 72 +++++++++++++++++++++++++
common/chapters/msc_mncc_mt_sip_mgcp.msc | 71 ++++++++++++++++++++++++
3 files changed, 211 insertions(+)
create mode 100644 common/chapters/msc_mncc_mo_sip_mgcp.msc
create mode 100644 common/chapters/msc_mncc_mo_sip_rel18x_mgcp.msc
create mode 100644 common/chapters/msc_mncc_mt_sip_mgcp.msc
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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/mnc3 has been created
at 408856088bcf376f5317803fd8d1747f8b920054 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=408856088bcf376f5317803fd8d1747f…
commit 408856088bcf376f5317803fd8d1747f8b920054
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Mar 21 14:45:13 2018 +0100
backport support for 3-digit MNC with leading zeros
Backport the patches with the following change-ids:
osmo-bsc.git:
I5b097dbb6329f284e3b4914a744d5c3ad628f715
I8e722103344186fde118b26d8353db95a4581daa
I78f30aef7aa224b2e9db54c3a844d8f520b3aee0
I38ac98a4d25159cfd4f686efbfbaf8f00625a6d8
osmo-iuh.git:
I29ebcddd45fe3079f8883589a83cc7216a535475
Also apply change of ipac_bcch_info.cgi to struct osmo_cell_global_id in
src/ipaccess/network_listen.c, a change that appears to not have been necessary
in the new split repositories.
Related: OS#3010
Change-Id: Ibf50fd7e1ca5472d0a38fcb87c68227d6de44f42
-----------------------------------------------------------------------
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 71f781c303bb4216d3328181d7798a28a15813c9 (commit)
via 338d17439973a7f2f54efc75bb8d40f6b9b8ff40 (commit)
from ec0f334e995a72aab78cb0fc839b67c7b961b336 (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=71f781c303bb4216d3328181d779…
commit 71f781c303bb4216d3328181d7798a28a15813c9
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Mar 26 15:01:38 2018 +0200
contrib/fsm-to-dot: warn about identically named FSMs
FSMs with identical names confuse the script, so at least warn about them.
IMHO we should also have different names for each FSM, so not bothering to make
the script safe against identical naming.
Change-Id: I4fe7e85d2fdf23e2ba964f3b47be1954edc63cef
http://cgit.osmocom.org/libosmocore/commit/?id=338d17439973a7f2f54efc75bb8d…
commit 338d17439973a7f2f54efc75bb8d40f6b9b8ff40
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Mar 26 14:59:18 2018 +0200
contrib/fsm-to-dot: mark illegal states in red
If an FSM transitions to a state that actually belongs to a different FSM,
print an error and mark it red, instead of exiting with exception.
Change-Id: I73d95a0c65ca1ea586ad55234610671a53d6220f
-----------------------------------------------------------------------
Summary of changes:
contrib/fsm-to-dot.py | 55 ++++++++++++++++++++++++++++++++++++++++++++-------
1 file changed, 48 insertions(+), 7 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via ec0f334e995a72aab78cb0fc839b67c7b961b336 (commit)
via 536534a62f253b61e3c1c253fe95e33fda3101f1 (commit)
via 75ee4e8aa957d4f04e107130fe69d61e6b215763 (commit)
via fcf79926e5e5d296efc4d53b1c50849e4fff7908 (commit)
via bb22df3db915f2141ce3c2477e7417781c5961f4 (commit)
via 46145e80ec64f4941469debb8310be37fba69ded (commit)
via 167f808d7641f2a23f247cb1f66ec93d026ca366 (commit)
from 21946e8f5dbc0c7128ac82991017ec6d4c99d0d1 (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=ec0f334e995a72aab78cb0fc839b…
commit ec0f334e995a72aab78cb0fc839b67c7b961b336
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sun Mar 25 04:17:35 2018 +0200
contrib/fsm-to-dot: less false positives on event parsing
Do some more mad hacking to only detect event triggers if event names actually
appear in if() or case: statements. Also combine events in consecutive 'case'
statements.
When will this madness stop?
Change-Id: Iabaaab57f0d1687607eaaa4e09c7c2439fbd7a25
http://cgit.osmocom.org/libosmocore/commit/?id=536534a62f253b61e3c1c253fe95…
commit 536534a62f253b61e3c1c253fe95e33fda3101f1
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sun Mar 25 04:15:37 2018 +0200
contrib/fsm-to-dot: mark arrows that feed events
Most arrows draw state transitions, but some want to show that an event is
delivered to a state. Mark those with a "halfopen" arrow head.
Change-Id: Ib07380894a6d513896c9135f175ecbf653a23eec
http://cgit.osmocom.org/libosmocore/commit/?id=75ee4e8aa957d4f04e107130fe69…
commit 75ee4e8aa957d4f04e107130fe69d61e6b215763
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sun Mar 25 03:08:28 2018 +0200
contrib/fsm-to-dot: add default edge label '-'
When some edges have no label, it is sometimes hard to interpret which label
belongs to which edge. Adding a '-' default label clarifies the edge labeling.
Change-Id: I3a10b615288107e8fc12ffdbbe0099cf51abe94f
http://cgit.osmocom.org/libosmocore/commit/?id=fcf79926e5e5d296efc4d53b1c50…
commit fcf79926e5e5d296efc4d53b1c50849e4fff7908
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sun Mar 25 01:03:26 2018 +0100
contrib/fsm-to-dot: warn and draw unallowed state transitions
Hacked as it is, fsm-to-dot is capable of detecting action functions
transitioning to states that are not allowed according to the FSM definition
struct.
Draw those in red and output a warning.
Found these osmo-bsc gscon errors with this patch:
ERROR: gscon_fsm_active() triggers a transition to ST_WAIT_HO_COMPL, but this is not allowed by the FSM definition
ERROR: gscon_fsm_wait_ho_compl() triggers a transition to ST_WAIT_MDCX_BTS_HO, but this is not allowed by the FSM definition
Related: OS#3109
Change-Id: Ic6319a958b3c7247510c1930bac8b02b95f9dcf2
http://cgit.osmocom.org/libosmocore/commit/?id=bb22df3db915f2141ce3c2477e74…
commit bb22df3db915f2141ce3c2477e7417781c5961f4
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sun Mar 25 01:03:26 2018 +0100
contrib/fsm-to-dot: don't match on event names in comments
Strip comments from function bodies before matching on event names.
In osmo-bsc's gscon FSM, there often are event names in comments. The naive
parsing of fsm-to-dot.py mistakes these as events causing state transitions,
but the comments are just explaining how states interact.
Makes me reconsider parsing the C with clang instead, but I got away with a
dirty hack once more.
Change-Id: I56d70ae14d363f7ca655dced16d93d795b3f940d
http://cgit.osmocom.org/libosmocore/commit/?id=46145e80ec64f4941469debb8310…
commit 46145e80ec64f4941469debb8310be37fba69ded
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sun Mar 25 01:02:35 2018 +0100
contrib/fsm-to-dot: allow transition from and to the same state
In osmo-bsc's new gscon FSM, there is an osmo_fsm_inst_state_chg() from
ST_ACTIVE to ST_ACTIVE. Avoid an exception triggering on this simple fact.
Change-Id: I420c7be84e3af555cc5e8bddbff7261013348375
http://cgit.osmocom.org/libosmocore/commit/?id=167f808d7641f2a23f247cb1f66e…
commit 167f808d7641f2a23f247cb1f66ec93d026ca366
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sun Mar 25 01:01:32 2018 +0100
contrib/fsm-to-dot: add -h option to print basic instructions
Change-Id: I196033e44d50ebb73cf9b44cbdc94a2b8b4f98ce
-----------------------------------------------------------------------
Summary of changes:
contrib/fsm-to-dot.py | 88 ++++++++++++++++++++++++++++++++++++++++-----------
1 file changed, 69 insertions(+), 19 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications