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 0b2f7153f2bfcb3897d34838105568fa90324bf5 (commit)
via 31c0fef2fd5daa53617c05752411ec6446d8a82b (commit)
via f85861d6eb6ebc962bc710ac2d481536e6be7053 (commit)
from 79c137c65446ef4139dde63a9e9c023fe9139f80 (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=0b2f7153f2bfcb3897d348381055…
commit 0b2f7153f2bfcb3897d34838105568fa90324bf5
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Apr 16 19:49:24 2017 +0200
control_if: Don't use magic number '5' when allocating vector
We have a proper constant for this (_LAST_CTRL_NODE), so let's use it.
Change-Id: I46275e644166156cb665da70d2964008f1c6cd88
http://cgit.osmocom.org/libosmocore/commit/?id=31c0fef2fd5daa53617c05752411…
commit 31c0fef2fd5daa53617c05752411ec6446d8a82b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Apr 16 17:26:30 2017 +0200
control_if: Add control interface commands for FSMs
This allows programmatic access to introspection of FSM instances, which
is quite handy from e.g. external test cases: Send a message to the
code, then use the CTRL interface to check if that message has triggered
the right kind of state transition.
Change-Id: I0f80340ee9c61c88962fdd6764a6098a844d0d1e
http://cgit.osmocom.org/libosmocore/commit/?id=f85861d6eb6ebc962bc710ac2d48…
commit f85861d6eb6ebc962bc710ac2d481536e6be7053
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Apr 16 19:17:10 2017 +0200
control_if: Add helper function for 'local execution' of control command
Sometimes (particularly when testing), we may want to parse+execute an
arbitrary control command simply form a string buffer, rather than from
a msgb. Let's add a helper for that.
Change-Id: Iaca748e0d942bb2a1ee7c2776b37485e1439eb0c
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/ctrl/control_cmd.h | 2 +
include/osmocom/ctrl/control_if.h | 1 +
src/ctrl/Makefile.am | 2 +-
src/ctrl/control_if.c | 34 ++++++-
src/ctrl/fsm_ctrl_commands.c | 175 +++++++++++++++++++++++++++++++++++++
tests/Makefile.am | 2 +-
tests/fsm/fsm_test.c | 40 ++++++++-
tests/fsm/fsm_test.err | 16 ++--
8 files changed, 258 insertions(+), 14 deletions(-)
create mode 100644 src/ctrl/fsm_ctrl_commands.c
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 2b229ffaef4d82ec87dc37d274ae62a7c214da7a (commit)
from cb1e3660946684e68bba3ab8d59ebd9cf530f83e (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=2b229ffaef4d82ec87dc37d274ae62a7…
commit 2b229ffaef4d82ec87dc37d274ae62a7c214da7a
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Apr 26 16:21:43 2017 +0200
gbproxy: add example .service
Change-Id: Ic8144777a77efce4bad44abf6c6abde12fc5149c
Related: SYS#3610
-----------------------------------------------------------------------
Summary of changes:
openbsc/contrib/systemd/osmo-gbproxy.service | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 openbsc/contrib/systemd/osmo-gbproxy.service
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 79c137c65446ef4139dde63a9e9c023fe9139f80 (commit)
from d6b1f85fd81c3dd267186830a671db88c360054f (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=79c137c65446ef4139dde63a9e9c…
commit 79c137c65446ef4139dde63a9e9c023fe9139f80
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Apr 16 19:08:49 2017 +0200
control_if: Add API to initialize control interface without TCP port bind
When executing test cases, we don't want to bind to a local TCP port, as
we cannot make assumptions as to which ports are actually free.
Change-Id: I5717f9dd92d1f143f069cecd4b4c8ba3d03b25f8
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/ctrl/control_if.h | 1 +
src/ctrl/control_if.c | 90 +++++++++++++++++++++++++++------------
2 files changed, 64 insertions(+), 27 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via b4bf603c9866cf8ed7c59b812fc84b3138bb4dda (commit)
from 25742a5929edecc545a4fc254f678cc834f8c3b3 (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=b4bf603c9866cf8ed7c59b812fc84b3…
commit b4bf603c9866cf8ed7c59b812fc84b3138bb4dda
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Mar 7 17:30:35 2017 +0100
Add MS TO to RSL measurements
Add optional MS timing offset (3GPP TS 45.010 § 1.2) to RSL MEASUREMENT
RESULT (3GPP TS 48.058 § 8.4.8). The value is calculated either directly
from corresponding BTS measurement or from 3GPP TS 48.058 § 9.3.17
Access Delay (for known TA) and is invalidated after RSL report is sent
until new measurement indication or RACH is received.
Change-Id: I4dfe5c48834a083e757d5de3236a02e15a238b28
Related: OS#1574
-----------------------------------------------------------------------
Summary of changes:
src/common/l1sap.c | 27 +++++++++++++++++++++++++++
src/common/rsl.c | 22 +++++++++++++++++-----
2 files changed, 44 insertions(+), 5 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, pespin/timerspeedfactor has been created
at 9892ef2e7616801fcbc59bcb5374a1e22e79b1fd (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=9892ef2e7616801fcbc59bcb5374…
commit 9892ef2e7616801fcbc59bcb5374a1e22e79b1fd
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Apr 26 18:09:07 2017 +0200
add osmo_clock_gettime as a shim around clock_gettime
This allows feeding a custom time for unit tests by overriding
osmo_gettimeofday.
Change-Id: I791ff5f020f67992f91d02d9d1e42877835dcc82
http://cgit.osmocom.org/libosmocore/commit/?id=7424a1b4a62e87051d18db05baac…
commit 7424a1b4a62e87051d18db05baac2e483a1824cd
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Apr 26 16:47:02 2017 +0200
timer: Add speed factor feature to fake time
Change-Id: I529b58f28d2d4e5d26a1d66495f2d26588f5de1c
-----------------------------------------------------------------------
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, pmaier/aoip_msc has been updated
discards e1e5f7464a4d4b82598dd96af65b5b2494ab02e4 (commit)
via 6f508dd36cfb2534d90282072067089b440c787c (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 (e1e5f7464a4d4b82598dd96af65b5b2494ab02e4)
\
N -- N -- N (6f508dd36cfb2534d90282072067089b440c787c)
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=6f508dd36cfb2534d90282072067089b…
commit 6f508dd36cfb2534d90282072067089b440c787c
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Apr 12 15:19:45 2017 +0200
WIP: Integrate AoIP into MSC
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/osmo_msc.h | 3 ++
openbsc/src/libmsc/a_iface.c | 85 +++++++++++++++++++++++++++++++++-----
openbsc/src/libmsc/osmo_msc.c | 6 +--
3 files changed, 80 insertions(+), 14 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, pmaier/aoip_bsc has been updated
discards f45030b8a6bad665c6a9d65974d9c6513fe995d9 (commit)
via ead1cfad1711bb9ddce0177c5d1daedc26ac143d (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 (f45030b8a6bad665c6a9d65974d9c6513fe995d9)
\
N -- N -- N (ead1cfad1711bb9ddce0177c5d1daedc26ac143d)
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=ead1cfad1711bb9ddce0177c5d1daedc…
commit ead1cfad1711bb9ddce0177c5d1daedc26ac143d
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Apr 12 15:26:04 2017 +0200
WIP: Integrate AoIP into MSC
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/bsc_msc.h | 9 +++----
openbsc/src/osmo-bsc/osmo_bsc_main.c | 12 +++++++---
openbsc/src/osmo-bsc/osmo_bsc_sigtran.c | 42 ++++++++-------------------------
3 files changed, 22 insertions(+), 41 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 network interface library".
The branch, pespin/jitterbuffer has been updated
discards 9e4604ac01434eb7999392fab704bd4f58af4345 (commit)
discards d69ffb51b5f62cd726ffcb705a8d75466ec25f91 (commit)
discards 49637326630b68ae949eb95d8133953f5c97d323 (commit)
discards b3e0922c0e6ae9f629b145a078c62ba5e8e9e4e1 (commit)
discards 36335c553420cc103789a62b31132321bc6264a1 (commit)
discards 03eb13e0b55d4a9b86f0099e1c3972fbe9488e24 (commit)
discards 9747911f8b757d7d27ab331093bfe09963906214 (commit)
discards 971987252b0fe74b276c47a720bbf38a5b7d8ad6 (commit)
discards 5dd314cf7ee2826a1505c59a250eb4c1050f0110 (commit)
via 18048dbb257646584a82909d8580161800d044c6 (commit)
via f34129ac3f1954eb7510a1d5bc9481626883e4ea (commit)
via 6a0160b7fa59fa06d5095260f6ca9ed7566a9ed8 (commit)
via c317c84f4ede19ff63d0f0b2baf818d540d4b77e (commit)
via 8fd9d500f63c312ca6305dd8e8fb26f4f70b662c (commit)
via 78664c9db28985f6527a7f51fdac5a347a53a721 (commit)
via 29ecc5adb71fd4a46b34e07c0de8b0d62940ebb6 (commit)
via e4da8b15ae2906c63b1ef2d0e187c0056baa068d (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 (9e4604ac01434eb7999392fab704bd4f58af4345)
\
N -- N -- N (18048dbb257646584a82909d8580161800d044c6)
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/libosmo-netif/commit/?id=18048dbb257646584a82909d85…
commit 18048dbb257646584a82909d8580161800d044c6
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Sun Apr 23 19:22:15 2017 +0200
jibuf: re-sync clock out of sync timestamps
Change-Id: I33556b33d7549654442d9bdd7f31128792506652
http://cgit.osmocom.org/libosmo-netif/commit/?id=f34129ac3f1954eb7510a1d5bc…
commit f34129ac3f1954eb7510a1d5bc9481626883e4ea
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Apr 19 17:25:09 2017 +0200
jibuf: Take RTP marker into account
Change-Id: Ie142acfb45650e0af775f58226fd191beaf8178e
http://cgit.osmocom.org/libosmo-netif/commit/?id=6a0160b7fa59fa06d5095260f6…
commit 6a0160b7fa59fa06d5095260f6ca9ed7566a9ed8
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Apr 19 18:58:00 2017 +0200
tests: jibuf_test: Add OSMUX support
Change-Id: I0f02da0329e6739ff340d31113161bb520b1b760
http://cgit.osmocom.org/libosmo-netif/commit/?id=c317c84f4ede19ff63d0f0b2ba…
commit c317c84f4ede19ff63d0f0b2baf818d540d4b77e
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Apr 19 13:30:10 2017 +0200
tests: jibuf: Improve jibuf_test to read pcaps
Change-Id: I7a13c823fb70e0adbc5fa0726fd66b15dc40014e
Signed-off-by: Pau Espin Pedrol <pespin(a)sysmocom.de>
http://cgit.osmocom.org/libosmo-netif/commit/?id=8fd9d500f63c312ca6305dd8e8…
commit 8fd9d500f63c312ca6305dd8e8fb26f4f70b662c
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Apr 19 17:20:34 2017 +0200
jibuf: Add osmo_jibuf_empty API
This is useful to know if we need to keep iterating over
osmo_select_main() to dequeue packets before finishing.
Change-Id: I91a23e220c56924b847265c5dc752f286b109c2c
http://cgit.osmocom.org/libosmo-netif/commit/?id=78664c9db28985f6527a7f51fd…
commit 78664c9db28985f6527a7f51fdac5a347a53a721
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Apr 20 12:44:04 2017 +0200
tests: osmo-pcap: Allow different l2 pkts
Before this patch, ETH was assumed and other types were not supported.
This patch also adds Linux cooked packet support for L2.
Change-Id: Ie62fa0a8e45e1e141edb64b116dad185ad9c7a5f
http://cgit.osmocom.org/libosmo-netif/commit/?id=29ecc5adb71fd4a46b34e07c0d…
commit 29ecc5adb71fd4a46b34e07c0de8b0d62940ebb6
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Apr 19 17:14:19 2017 +0200
tests: osmo-pcap: Fix per packet timer
Before this commit, the gap time between 2 packets {n-1, n} was being
applied to {n, n+1}.
Change-Id: I715865c1edd1fc2ec9b024671d91eb72559cbdea
http://cgit.osmocom.org/libosmo-netif/commit/?id=e4da8b15ae2906c63b1ef2d0e1…
commit e4da8b15ae2906c63b1ef2d0e187c0056baa068d
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Apr 12 19:36:47 2017 +0200
jibuf: Add initial implementation of Jitter Buffer
Change-Id: I9688ba9c4d5b733b9f29d0f15f73750f9271ef55
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/netif/jibuf.h | 15 ++++++++-------
src/jibuf.c | 20 ++++++--------------
2 files changed, 14 insertions(+), 21 deletions(-)
hooks/post-receive
--
Osmocom network 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, master has been updated
via cb1e3660946684e68bba3ab8d59ebd9cf530f83e (commit)
from 11e4e41ffcd839cf6a570a2c9541e97495db96b4 (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=cb1e3660946684e68bba3ab8d59ebd9c…
commit cb1e3660946684e68bba3ab8d59ebd9cf530f83e
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Mar 9 12:20:21 2017 +0100
Remove libs from openbsc.pc
OpenBSC does not produce any installable libraries, only header files so
this section is unnecessary.
Change-Id: I4c563d775a84f41f82404e0eaba1a25fdbaac1a5
-----------------------------------------------------------------------
Summary of changes:
openbsc/openbsc.pc.in | 1 -
1 file changed, 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 6fb234c2511894900590f093b258b670c88219f1 (commit)
from 743cf42ac5dfa2661317e73f70b204bde7450ff2 (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-hlr/commit/?id=6fb234c2511894900590f093b258b67…
commit 6fb234c2511894900590f093b258b670c88219f1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Mar 8 16:51:03 2017 +0100
add config example (mostly empty)
So far only the vty and ctrl bind configs exists.
Change-Id: I38ef124e9f28bdd744bafd20fa8c310511c0b8ad
-----------------------------------------------------------------------
Summary of changes:
doc/examples/osmo-hlr.cfg | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 doc/examples/osmo-hlr.cfg
hooks/post-receive
--
UNNAMED PROJECT