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, fixeria/fake_trx has been updated
discards 077e4d2113d0f7ae8e36337b33eba352555df41a (commit)
discards 69bff9cf929c2ad57577cd0e717e83fad7884b6e (commit)
via 3b4ce09989878f428a23e18f0720f856dbd1db57 (commit)
via 6341203f264f534f62d769c76143469e4619b169 (commit)
via ae648b0af8e05aa7bc9cc4f51e13028356a8bf51 (commit)
via 314719654d7392b2f2bd117a1b639a60d22af6cd (commit)
via 0eb8beba77331f252ea487c9edbeac81fe35b050 (commit)
via b0faaad9176439feb2fe666381e84509989a2e85 (commit)
via 9b87a5c1ac1ebcdb7a144a9a23979b77fb2f67ba (commit)
via f9e0ab6d9204e8f04718d03f1ece7bf3479ab27a (commit)
via 24387a4b661339f0df18c4cadeff86ecf45f9dd3 (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 (077e4d2113d0f7ae8e36337b33eba352555df41a)
\
N -- N -- N (3b4ce09989878f428a23e18f0720f856dbd1db57)
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/osmocom-bb/commit/?id=3b4ce09989878f428a23e18f0720f…
commit 3b4ce09989878f428a23e18f0720f856dbd1db57
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Jul 12 18:48:18 2017 +0700
host/trxcon/scheduler: implement TX queue handling
Change-Id: I2b7bae53901156524134c4904ea1179268d85601
http://cgit.osmocom.org/osmocom-bb/commit/?id=6341203f264f534f62d769c761434…
commit 6341203f264f534f62d769c76143469e4619b169
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Jul 12 18:46:56 2017 +0700
host/trxcon/l1ctl.c: handle L1CTL_RACH_REQ
Change-Id: I4c06bcf987120c6271b6e2ad94454fa69689a03e
http://cgit.osmocom.org/osmocom-bb/commit/?id=ae648b0af8e05aa7bc9cc4f51e130…
commit ae648b0af8e05aa7bc9cc4f51e13028356a8bf51
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Jul 12 17:54:09 2017 +0700
host/trxcon/scheduler: store BSIC in trx_instance
We need to know BSIC value, before sending RACH requests.
So, let's store it in trx_instance and update as soon as
the first SCH burst is received after L1CTL_FBSB_REQ.
Change-Id: I49574c3661f79f3b4941db6c651baebab2665c1b
http://cgit.osmocom.org/osmocom-bb/commit/?id=314719654d7392b2f2bd117a1b639…
commit 314719654d7392b2f2bd117a1b639a60d22af6cd
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Jul 12 17:58:31 2017 +0700
host/trxcon/scheduler: modify trx_lchan_tx_func definition
Initially, it was assumed that TX lchan handler will only
compose a burst and return a pointer to the buffer. A burst
itself could be sent somewhere outside, e.g. by caller.
It would be better to send bursts exactly from handler, because
in this case it isn't required to have an external buffer.
Change-Id: Ic9dcdd366e68cec38c5840ed8f8cdda8236d67c7
http://cgit.osmocom.org/osmocom-bb/commit/?id=0eb8beba77331f252ea487c9edbea…
commit 0eb8beba77331f252ea487c9edbeac81fe35b050
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Jul 12 17:49:43 2017 +0700
host/trxcon/trx_if.c: expose the trx_if_tx_burst()
Change-Id: Iebd644879e2e9067a94cb638b4ec5b75f806923f
http://cgit.osmocom.org/osmocom-bb/commit/?id=b0faaad9176439feb2fe666381e84…
commit b0faaad9176439feb2fe666381e84509989a2e85
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Jul 12 17:48:01 2017 +0700
host/trxcon/trx_if.c: use proper names for burst handlers
Change-Id: I3d36e6d80fcf6353379aa308415c306e1a256a7d
http://cgit.osmocom.org/osmocom-bb/commit/?id=9b87a5c1ac1ebcdb7a144a9a23979…
commit 9b87a5c1ac1ebcdb7a144a9a23979b77fb2f67ba
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Jul 12 17:40:22 2017 +0700
host/trxcon/trx_if.c: for compatibility with OsmoTRX
For some reasons, OsmoTRX sends 158-byte long sequences on DATA
interface, where the latest two bytes aren't used.
Change-Id: Ie9295e9b0d8956d9e87e2ced8cca9d5e68040f88
http://cgit.osmocom.org/osmocom-bb/commit/?id=f9e0ab6d9204e8f04718d03f1ece7…
commit f9e0ab6d9204e8f04718d03f1ece7bf3479ab27a
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Jul 12 17:24:16 2017 +0700
fake_trx/burst_fwd.py: append two unused bytes at the end
Change-Id: I1d7ed076d93b37699520ee2a31c42c177f966865
http://cgit.osmocom.org/osmocom-bb/commit/?id=24387a4b661339f0df18c4cadeff8…
commit 24387a4b661339f0df18c4cadeff86ecf45f9dd3
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Mon Jul 10 19:39:06 2017 +0700
target/fake_trx: initial release of virtual transceiver
This is a set of tools for creating a virtual Um-interface between
OsmocomBB and OsmoBTS. It may be extremely useful for testing and
development of GSM stack, including both sides (MS and BTS). This
software implements OsmoTRX (Osmocom's fork of OpenBTS transceiver)
style clock (CLCK), control (CTRL) and data interfaces. So, OsmoBTS
source code doesn't require any modifications, while for OsmocomBB
you will need to use a new application - trxcon, which can be found
in the 'fixeria/sdr_phy' branch until one is merged to master.
Brief description of available applications:
- fake_trx.py - main application, that allows to connect both
OsmocomBB and OsmoBTS without actual RF hardware. Currently
only a single MS may work with a single BTS.
- clck_gen.py - a peripheral tool aimed to emulate TDMA frame
clock generator. Could be used for testing and clock
synchronization of multiple applications. It should be noted,
that one relays on generic system timer (via Python), so
a random clock jitter takes place.
- ctrl_cmd.py - another peripheral tool, which could be used
for sending CTRL commands directly in manual mode, and also
for application fuzzing.
Change-Id: Ib1fb80682002ac85a72fa6abef459a4c44f4ab97
-----------------------------------------------------------------------
Summary of changes:
src/host/trxcon/l1ctl.c | 59 ++++++++++++++++++++++++++++++++++
src/host/trxcon/l1ctl.h | 1 +
src/host/trxcon/sched_lchan_handlers.c | 4 ++-
src/host/trxcon/sched_trx.h | 12 ++++++-
src/host/trxcon/trx_if.c | 9 +++---
src/host/trxcon/trx_if.h | 6 ++++
6 files changed, 85 insertions(+), 6 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via aa3ba46e0f9dcfb1236a10f6b8f09b1f33330778 (commit)
via 93713a55b93a30a01aaa99355d2d7abf4e4597a7 (commit)
from b808da44ab417df0a66a9530c6aa8a45f74e74be (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=aa3ba46e0f9dcfb1236a10f6b8f0…
commit aa3ba46e0f9dcfb1236a10f6b8f09b1f33330778
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jul 13 00:01:02 2017 +0200
gsmtap: Add value_strings for GSMTAP_TYPE and GSMTAP_CHANNEL
Change-Id: Iaf8a99912f42a56ef785a1642e18238c0b67cf68
http://cgit.osmocom.org/libosmocore/commit/?id=93713a55b93a30a01aaa99355d2d…
commit 93713a55b93a30a01aaa99355d2d7abf4e4597a7
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Jul 12 23:43:40 2017 +0200
gsmtap_util: Add chantype_gsmtap2rsl() as inverse of chantype_rsl2gsmtap()
Change-Id: Ie1bc00670887064da0fea61c3dab036c23ceea25
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/gsmtap_util.h | 4 ++
src/gsmtap_util.c | 86 +++++++++++++++++++++++++++++++++++++-
2 files changed, 89 insertions(+), 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 "The Open Source GSM Base Band stack".
The branch, fixeria/fake_trx has been created
at 077e4d2113d0f7ae8e36337b33eba352555df41a (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmocom-bb/commit/?id=077e4d2113d0f7ae8e36337b33eba…
commit 077e4d2113d0f7ae8e36337b33eba352555df41a
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Jul 12 17:24:16 2017 +0700
fake_trx/burst_fwd.py: append two unused bytes at the end
Change-Id: I1d7ed076d93b37699520ee2a31c42c177f966865
http://cgit.osmocom.org/osmocom-bb/commit/?id=69bff9cf929c2ad57577cd0e717e8…
commit 69bff9cf929c2ad57577cd0e717e83fad7884b6e
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Mon Jul 10 19:39:06 2017 +0700
target/fake_trx: initial release of virtual transceiver
This is a set of tools for creating a virtual Um-interface between
OsmocomBB and OsmoBTS. It may be extremely useful for testing and
development of GSM stack, including both sides (MS and BTS). This
software implements OsmoTRX (Osmocom's fork of OpenBTS transceiver)
style clock (CLCK), control (CTRL) and data interfaces. So, OsmoBTS
source code doesn't require any modifications, while for OsmocomBB
you will need to use a new application - trxcon, which can be found
in the 'fixeria/sdr_phy' branch until one is merged to master.
Brief description of available applications:
- fake_trx.py - main application, that allows to connect both
OsmocomBB and OsmoBTS without actual RF hardware. Currently
only a single MS may work with a single BTS.
- clck_gen.py - a peripheral tool aimed to emulate TDMA frame
clock generator. Could be used for testing and clock
synchronization of multiple applications. It should be noted,
that one relays on generic system timer (via Python), so
a random clock jitter takes place.
- ctrl_cmd.py - another peripheral tool, which could be used
for sending CTRL commands directly in manual mode, and also
for application fuzzing.
Change-Id: Ib1fb80682002ac85a72fa6abef459a4c44f4ab97
http://cgit.osmocom.org/osmocom-bb/commit/?id=78e1e2a177ea45f9ac67261d8e835…
commit 78e1e2a177ea45f9ac67261d8e83500d9d3b2f32
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Mon Jul 10 16:56:43 2017 +0700
host/trxcon: reset scheduler when L1CTL is lost
Change-Id: I1fd8a610085c8591a820e784b7122de7b3032d15
-----------------------------------------------------------------------
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 "UNNAMED PROJECT".
The branch, master has been updated
via 9530a404ce50fce6762dc64c12bb014fcfd43918 (commit)
from 8c8027c3070ad154f3fff5a6a50be710d12707dd (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=9530a404ce50fce6762dc64c12bb014…
commit 9530a404ce50fce6762dc64c12bb014fcfd43918
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Jul 12 00:46:36 2017 +0200
check for missing result of rate_ctr_group_alloc()
In case the counter group allocation fails, we must handle this
gracefully and fail the allocation of the parent object, too.
Change-Id: Id6d780c67b4af15aaa5c6f2b8b00f2a0b70a7385
Related: OS#2361
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 2 ++
src/tbf.cpp | 24 ++++++++++++++++++++++++
2 files changed, 26 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 "Osmocom A-bis protcol interface library".
The branch, master has been updated
via ff8eed24e769800c1f7e946d64a3247cb1d4a9ae (commit)
from a06b877437a48ca14b8066663ea226dadee0014a (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=ff8eed24e769800c1f7e946d64a…
commit ff8eed24e769800c1f7e946d64a3247cb1d4a9ae
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Jul 12 00:38:25 2017 +0200
check for missing result of rate_ctr_group_alloc()
In case the counter group allocation fails, we must handle this
gracefully and fail the allocation of the parent object, too.
Change-Id: Iff8506832d3472ab193b19b43cfbe7a9511075d1
Related: OS#2361
-----------------------------------------------------------------------
Summary of changes:
src/e1_input.c | 5 +++++
1 file changed, 5 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 "The Open Source GSM Base Band stack".
The branch, master has been updated
via c8d1ad36eb2e096771d9d29c9bcd54720a798d6c (commit)
via 5abc25c85236af77a807b8e180fff20924c1362d (commit)
via 7e65a1483f4c8ad6178cbb96b1a1ac212c228ee3 (commit)
via 020186009cc0f4a92296d70f66cf1bc2cb22bfec (commit)
via 203f7e0c7fc9c40cb85ce4370f0e8fbd62888c04 (commit)
via 59cc3c3ab1efcaa8f44a3b76bd9b036018fea074 (commit)
via ba1f7c297483a2eaa2478aeb23edf6a4baea8501 (commit)
via 7ea7b8ac050b1d52f175e70446b2bd8eb768bb39 (commit)
via c1705d53db746551a12fe85229bda41a4d5b508a (commit)
via e7600a0d57c5f1c0add894cdba7904a73775ca1f (commit)
via a090f635b03780f651d54033c6f8c616fdd8f870 (commit)
via 30cc674df8bd93560bafbc0ae292835c2770f7d4 (commit)
via 241fe9c3e24e44ca5fb9882ad49e98325b312a62 (commit)
via 360de6bead3b1eaa897a55b8d8436c5613b7d100 (commit)
via 2dfe6031177b87eb602e248571e949ac65200f70 (commit)
via 63f3ce248295d945923b37a2add8165297854a76 (commit)
via 0a68f6884c052b9f8d9f8bda0316c79405436851 (commit)
via 5385c7d19a437c0cf568d09f90adbe2f6ef1e7ec (commit)
via 5490fa9097efeeb13529ebf30c50afd001ea9e0c (commit)
via 2e265c897a7a1d099c08807f0587dfbfc83f260d (commit)
via fa2ce6396fae18ded5bb9620b4ab761ab417c4ba (commit)
via 2fe2ba3d466dd003b63e4de4b52610005f2d5354 (commit)
via a4aaa14878f51bb61bd435a17ea95abe0e4a4e63 (commit)
from 064ffe6563cdf7105d97e3d45c2d14520cea8352 (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=c8d1ad36eb2e096771d9d29c9bcd5…
commit c8d1ad36eb2e096771d9d29c9bcd54720a798d6c
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Jul 12 23:12:54 2017 +0200
VIRT-PHY: Fix all compiler warnings on gcc-6.3.0
Change-Id: I95b93ec907fbfd180a0f2ac681dd63791ede24db
http://cgit.osmocom.org/osmocom-bb/commit/?id=5abc25c85236af77a807b8e180fff…
commit 5abc25c85236af77a807b8e180fff20924c1362d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Jul 12 23:09:54 2017 +0200
VIRT-PHY: Make sure heaer files are part of 'make dist'
Change-Id: Ib4cd0463da1cf22e04a1debfed55a33f7b6542d4
http://cgit.osmocom.org/osmocom-bb/commit/?id=7e65a1483f4c8ad6178cbb96b1a1a…
commit 7e65a1483f4c8ad6178cbb96b1a1ac212c228ee3
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Jul 12 22:58:39 2017 +0200
VIRT-PHY: coding style / API usage cleanup
This is the result of my manual clean-up of the many coding style issues
found in the stumpf/virt-phy branch of OsmocomBB. Some may remain, but
it's much closer to what we're used to in the Osmocom world now.
Change-Id: I3aa95dbef75d7749d490aad0237d074528527e8b
http://cgit.osmocom.org/osmocom-bb/commit/?id=020186009cc0f4a92296d70f66cf1…
commit 020186009cc0f4a92296d70f66cf1bc2cb22bfec
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Jul 12 21:57:58 2017 +0200
VIRT-PHY: Remove non-overridable CFLAGS "-g -O0"
If the user wants debugging / no optimziation, they can always pass the
related CFLAGS at ./configure time, there's no nee to have them
hard-coded in the actual Makefiles.
Change-Id: I6a2b30f946579bbd49bf66c4f59d160a975a1b56
http://cgit.osmocom.org/osmocom-bb/commit/?id=203f7e0c7fc9c40cb85ce4370f0e8…
commit 203f7e0c7fc9c40cb85ce4370f0e8fbd62888c04
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Mon Apr 24 10:45:17 2017 +0200
VIRT-PHY: Configurable signal power reductions for multiple arfcns.
Model was expanded and holds now power management information consisting
of an array of received power levels for all arfcns and one for the
reduction of this signal in dbm. The reduction is configurable by
commandline by --arfcn-sig-lev-red 666,12:888,13. The signal level is
assumed to be max level (-63) if a packet from that arfcn is received
within a timeframe (also configurable via cmd -- timeout-pm 5:800 ==
<seconds>:<microseconds>). After that timeout it will be reduced to min
level (-110).
Change-Id: I369ca26703f14bba4e9334b8f417deef640462f9
http://cgit.osmocom.org/osmocom-bb/commit/?id=59cc3c3ab1efcaa8f44a3b76bd9b0…
commit 59cc3c3ab1efcaa8f44a3b76bd9b036018fea074
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Thu Apr 6 16:46:52 2017 +0200
VIRT-PHY: Extracted common virtphy utils.
Change-Id: I759c6e9805ab012f9553bcba9b5d379193462955
http://cgit.osmocom.org/osmocom-bb/commit/?id=ba1f7c297483a2eaa2478aeb23edf…
commit ba1f7c297483a2eaa2478aeb23edf6a4baea8501
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Sun Mar 12 14:11:40 2017 +0100
VIRT-PHY: Added option parsing.
Available options:
dl-rx-grp: mcast group messages on downlink are received from
ul-tx-grp: mcast group messages on uplink are sent to
port: port used for mcast sockets
log-mask: logging mask
l1ctl-sock: l1ctl socket path to connect to l23
Change-Id: Id939e5d7b90b592c85ad19f3ad6f459351e2d8f6
http://cgit.osmocom.org/osmocom-bb/commit/?id=7ea7b8ac050b1d52f175e70446b2b…
commit 7ea7b8ac050b1d52f175e70446b2bd8eb768bb39
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Tue Mar 7 17:59:54 2017 +0100
VIRT-PHY: Add downlink filter for msg on dedicated channels.
Messages incoming on dedicated channel (SDCCH/8, SDCCH/4) are no longer
forwarded to l23 if their timeslot/subchannel is not fitting the ones
configured by l23 via L1CTL_DM_EST_REQ.
Change-Id: I6112b20e31c25636e53d3a6cda6f7443a94ff9c3
http://cgit.osmocom.org/osmocom-bb/commit/?id=c1705d53db746551a12fe85229bda…
commit c1705d53db746551a12fe85229bda41a4d5b508a
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Sat Mar 4 18:17:27 2017 +0100
VIRT-PHY: Fixed power management and PCS sync.
PCS flag was ignored in fbsb. Power management returned a perfect link
for all possible arfcns causing the mobile trying to sync to all these
afterwards. This took too long and PM now only returnes a good link
quality for arfcns configured as available.
Power management was also extracted to an own file.
Change-Id: Ia1b79aa47c9df3b1e316122455ceccb4a66724e0
http://cgit.osmocom.org/osmocom-bb/commit/?id=e7600a0d57c5f1c0add894cdba790…
commit e7600a0d57c5f1c0add894cdba7904a73775ca1f
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Sat Mar 4 15:42:11 2017 +0100
VIRT-PHY: Fixed FACCH processing on TCH.
As TCH is not supported in GSMTAP yet, all incoming frames on the
virt-phy are forwarded as FACCH to the l23 for now.
Cleanup code in virt_prim_data and virt_prim_traffic.
Change-Id: I6b41f21b6984e62ad98edfe4398bd678d5b2dad5
http://cgit.osmocom.org/osmocom-bb/commit/?id=a090f635b03780f651d54033c6f8c…
commit a090f635b03780f651d54033c6f8c616fdd8f870
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Tue Feb 28 16:39:28 2017 +0100
VIRT-PHY: Scheduler - correct handling over hyperframe repeat.
Scheduler will no longer skip tasks that are scheduler for a framenumber
greater than the current fn because of a hyperframe repetition.
Change-Id: I683ba18b5dee308d58f9a95a0ee10e22da207eda
http://cgit.osmocom.org/osmocom-bb/commit/?id=30cc674df8bd93560bafbc0ae2928…
commit 30cc674df8bd93560bafbc0ae292835c2770f7d4
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Mon Feb 27 18:16:44 2017 +0100
VIRT-PHY: Calculate correct scheduler fn for data- and tch-msgs on ul.
Proper calculation of the scheduled frame number and appending the jobs
with that fn to the scheduler. Thus uplink msgs are scheduled at the
(approx.) correct fn and with this fn set in the gsmtap hdr.
Change-Id: I0f44d0b5b9208755e671c619d1f851a043aefb54
http://cgit.osmocom.org/osmocom-bb/commit/?id=241fe9c3e24e44ca5fb9882ad49e9…
commit 241fe9c3e24e44ca5fb9882ad49e98325b312a62
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Mon Feb 27 15:13:26 2017 +0100
VIRT-PHY: Fixed error causing send msgs to be received on same sock.
This could be disabled setting socket option IP_MULTICAST_ALL = 0.
Change-Id: Ia2838c4cd39bfac04c014b4c8512466b301d8875
http://cgit.osmocom.org/osmocom-bb/commit/?id=360de6bead3b1eaa897a55b8d8436…
commit 360de6bead3b1eaa897a55b8d8436c5613b7d100
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Sun Feb 26 14:43:01 2017 +0100
VIRT-PHY: Data and traffic req from l23 now use scheduler.
Msgs are not put on virt um directly in the handler like before, but are
scheduled. FN they are scheduled with not yet properly calculated.
Also, code was extracted from lactl_sap.c into own files.
Change-Id: Ibe57abebadf294f1407d82cef3fd0b51e7c1b23e
http://cgit.osmocom.org/osmocom-bb/commit/?id=2dfe6031177b87eb602e248571e94…
commit 2dfe6031177b87eb602e248571e949ac65200f70
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Sun Feb 26 14:37:45 2017 +0100
VIRT-PHY: Using IANA-registered port 4729 for GSMTAP for virt um.
Change-Id: Id8e262c9a9a6260353bfb98e774b9d0b6eecae53
http://cgit.osmocom.org/osmocom-bb/commit/?id=63f3ce248295d945923b37a2add81…
commit 63f3ce248295d945923b37a2add8165297854a76
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Sat Feb 25 16:17:12 2017 +0100
VIRT-PHY: Uplink scheduler implementation.
Implemented simple scheduler depending on frame number in downlink. It
will be executed each time we receive a msg on downlink and send out all
scheduled uplink msgs with a sched_fn smaller than the one of this
received downlink msg.
Further refactored l1ctl_sap by extracting rach and fbsb logic and
putting it to own files virt_prim_fbsb.c and virt_prim_rach.c
Added simple states to the ms layer 1 model, indicating if the ms is
currently searching for bts, syncing to or camping on a bts. Downlink
will be handled differently dependent of the state.
Change-Id: I8937b1d6568f5d3750bbdc5d77fa283074d5365e
http://cgit.osmocom.org/osmocom-bb/commit/?id=0a68f6884c052b9f8d9f8bda0316c…
commit 0a68f6884c052b9f8d9f8bda0316c79405436851
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Mon Feb 13 13:42:43 2017 +0100
VIRT-PHY: Uplink flag and arfcn check.
Incoming messages with the uplinks flag set in the arfcn or another
arfcn than the cell's we are camping on are ignored.
Change-Id: Ibb78ac68172fceaa04acca81271940632e52d857
http://cgit.osmocom.org/osmocom-bb/commit/?id=5385c7d19a437c0cf568d09f90adb…
commit 5385c7d19a437c0cf568d09f90adbe2f6ef1e7ec
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Fri Feb 10 16:32:45 2017 +0100
VIRT-PHY: Added example config for 2 mobile instances.
Change-Id: Iecfed3933ca88aa7a027e6247a8b71e28ee1883e
http://cgit.osmocom.org/osmocom-bb/commit/?id=5490fa9097efeeb13529ebf30c50a…
commit 5490fa9097efeeb13529ebf30c50afd001ea9e0c
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Thu Feb 9 17:59:54 2017 +0100
VIRT-PHY: Enable multiple phy-instances by configurable l1ctl-sock-path.
Change-Id: Ief22eedacd1929450ff68f553068b95a778df80f
http://cgit.osmocom.org/osmocom-bb/commit/?id=2e265c897a7a1d099c08807f0587d…
commit 2e265c897a7a1d099c08807f0587dfbfc83f260d
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Mon Feb 6 14:14:31 2017 +0100
VIRT-PHY: Cleanup dirs, makefile, dependencies and formatting code.
Change-Id: Ibd68a03bcc439c262ba513782936c6b62937eaaa
http://cgit.osmocom.org/osmocom-bb/commit/?id=fa2ce6396fae18ded5bb9620b4ab7…
commit fa2ce6396fae18ded5bb9620b4ab761ab417c4ba
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Thu Feb 2 18:50:02 2017 +0100
VIRT_PHY: Improved l1ctl-to-l23 interface + gsmtap header parsing.
Fixed mapping from gsmtap msg type to rsl msg type and vice versa.
Proper chan_nr decoding instead of usage of dummy values for timeslot /
link_id / subslot.
Implemented missing l23 rx handler routines.
Change-Id: Ibad741d112643c55091b8ba00164b05d728ae1a1
http://cgit.osmocom.org/osmocom-bb/commit/?id=2fe2ba3d466dd003b63e4de4b5261…
commit 2fe2ba3d466dd003b63e4de4b52610005f2d5354
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Thu Jan 26 18:28:07 2017 +0100
VIRT-PHY: Implemented RACH on uplink.
RACH will now be transmitted over GSMTAP virtual UM interface if L1CTL
command is received.
Minor further changes:
- Incoming messages are now only then forwarded if ms is synced to a
cell (fbsb cmd from l1ctl received).
- SDCCH/4/8 are forwarded to l23 for now as we don't use
encoding/ciphering (yet) this should not be a problem.
Change-Id: Ic15188c5c0bba96c223d689be733324a9778a2e8
http://cgit.osmocom.org/osmocom-bb/commit/?id=a4aaa14878f51bb61bd435a17ea95…
commit a4aaa14878f51bb61bd435a17ea95abe0e4a4e63
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Mon Jan 9 17:05:31 2017 +0100
VIRT-PHY: Initial commit of virt-phy to work with osmo-bts virt-phy.
This patch implements a virtual physical layer replacing the air
interface. The purpose is to get rid of the hardware requirements
and be able to start testing and implementing layer 2 communication
functionality on one machine. Multicast sockets are used to enable
bidirectional communication between the BTS and the MS process.
The GSMTAP protocol designed for wireshark capturing is used to
encapsulate the payload on the virtual physical layer.
The virtual physical layer on the osmocom-bb side implements the
L1CTL interface to the layer23 apps like mobile.
* Working mcast socket communication and extraction of its
functionality.
* Basic handlers for file descriptor callbacks from incoming L1CTL
messages and extraction of that functionality to a l1ctl socket class.
* Multiplexing to different routines depending on incoming L1CTL
message type.
* Uses virt_um and osmocom_mcast_sock implementation from osmo-bts
virt-phy.
* Ecapsulation and parsing methods to and from GSMTAP messages.
* Basic handlers for file descriptor callbacks from incoming mcast
messages on the virtual um.
* Multiplexing to different channel routines based on GSMTAP header
channel type.
* Example configuration for l23 app mobile using virtual test sim.
Change-Id: I203c8ec58326e52a09603a37232fce7ae3641415
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 34 +
src/Makefile | 16 +-
src/host/virt_phy/.gitignore | 4 +
src/host/virt_phy/Makefile.am | 2 +
src/host/virt_phy/README | 2 +
src/host/{gsmmap => virt_phy}/configure.ac | 16 +-
.../virt_phy/example_configs/osmocom-bb-mobile.cfg | 67 ++
.../example_configs/osmocom-bb-mobilex2.cfg | 120 +++
src/host/virt_phy/include/Makefile.am | 10 +
src/host/virt_phy/include/virtphy/common_util.h | 51 ++
src/host/virt_phy/include/virtphy/gsmtapl1_if.h | 16 +
src/host/virt_phy/include/virtphy/l1ctl_sap.h | 84 ++
src/host/virt_phy/include/virtphy/l1ctl_sock.h | 38 +
src/host/virt_phy/include/virtphy/logging.h | 11 +
.../virt_phy/include/virtphy/osmo_mcast_sock.h | 46 +
src/host/virt_phy/include/virtphy/virt_l1_model.h | 98 +++
src/host/virt_phy/include/virtphy/virt_l1_sched.h | 32 +
src/host/virt_phy/include/virtphy/virtual_um.h | 26 +
src/host/virt_phy/src/Makefile.am | 11 +
src/host/virt_phy/src/gsmtapl1_if.c | 276 ++++++
src/host/virt_phy/src/l1ctl_sap.c | 940 +++++++++++++++++++++
src/host/virt_phy/src/l1ctl_sock.c | 202 +++++
src/host/virt_phy/src/logging.c | 111 +++
src/host/virt_phy/src/shared/common_util.c | 44 +
src/host/virt_phy/src/shared/osmo_mcast_sock.c | 199 +++++
src/host/virt_phy/src/shared/virtual_um.c | 103 +++
.../virt_phy/src/virt_l1_model.c} | 27 +-
src/host/virt_phy/src/virt_l1_sched_simple.c | 159 ++++
src/host/virt_phy/src/virt_prim_data.c | 141 ++++
src/host/virt_phy/src/virt_prim_fbsb.c | 142 ++++
src/host/virt_phy/src/virt_prim_pm.c | 137 +++
src/host/virt_phy/src/virt_prim_rach.c | 141 ++++
src/host/virt_phy/src/virt_prim_traffic.c | 137 +++
src/host/virt_phy/src/virtphy.c | 175 ++++
34 files changed, 3601 insertions(+), 17 deletions(-)
create mode 100644 .gitignore
create mode 100644 src/host/virt_phy/.gitignore
create mode 100644 src/host/virt_phy/Makefile.am
create mode 100644 src/host/virt_phy/README
copy src/host/{gsmmap => virt_phy}/configure.ac (71%)
create mode 100644 src/host/virt_phy/example_configs/osmocom-bb-mobile.cfg
create mode 100644 src/host/virt_phy/example_configs/osmocom-bb-mobilex2.cfg
create mode 100644 src/host/virt_phy/include/Makefile.am
create mode 100644 src/host/virt_phy/include/virtphy/common_util.h
create mode 100644 src/host/virt_phy/include/virtphy/gsmtapl1_if.h
create mode 100644 src/host/virt_phy/include/virtphy/l1ctl_sap.h
create mode 100644 src/host/virt_phy/include/virtphy/l1ctl_sock.h
create mode 100644 src/host/virt_phy/include/virtphy/logging.h
create mode 100644 src/host/virt_phy/include/virtphy/osmo_mcast_sock.h
create mode 100644 src/host/virt_phy/include/virtphy/virt_l1_model.h
create mode 100644 src/host/virt_phy/include/virtphy/virt_l1_sched.h
create mode 100644 src/host/virt_phy/include/virtphy/virtual_um.h
create mode 100644 src/host/virt_phy/src/Makefile.am
create mode 100644 src/host/virt_phy/src/gsmtapl1_if.c
create mode 100644 src/host/virt_phy/src/l1ctl_sap.c
create mode 100644 src/host/virt_phy/src/l1ctl_sock.c
create mode 100644 src/host/virt_phy/src/logging.c
create mode 100644 src/host/virt_phy/src/shared/common_util.c
create mode 100644 src/host/virt_phy/src/shared/osmo_mcast_sock.c
create mode 100644 src/host/virt_phy/src/shared/virtual_um.c
copy src/{target/firmware/fb/framebuffer.c => host/virt_phy/src/virt_l1_model.c} (52%)
create mode 100644 src/host/virt_phy/src/virt_l1_sched_simple.c
create mode 100644 src/host/virt_phy/src/virt_prim_data.c
create mode 100644 src/host/virt_phy/src/virt_prim_fbsb.c
create mode 100644 src/host/virt_phy/src/virt_prim_pm.c
create mode 100644 src/host/virt_phy/src/virt_prim_rach.c
create mode 100644 src/host/virt_phy/src/virt_prim_traffic.c
create mode 100644 src/host/virt_phy/src/virtphy.c
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 "The Open Source GSM Base Band stack".
The branch, laforge/virt-phy has been created
at 1de06e05bc33945d27c546d093482702ccdd91c7 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmocom-bb/commit/?id=1de06e05bc33945d27c546d093482…
commit 1de06e05bc33945d27c546d093482702ccdd91c7
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Jul 12 23:12:54 2017 +0200
VIRT-PHY: Fix all compiler warnings on gcc-6.3.0
Change-Id: I95b93ec907fbfd180a0f2ac681dd63791ede24db
http://cgit.osmocom.org/osmocom-bb/commit/?id=def504bc5cb930f8e7302e1f61e37…
commit def504bc5cb930f8e7302e1f61e3715b2bc4fc36
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Jul 12 23:09:54 2017 +0200
VIRT-PHY: Make sure heaer files are part of 'make dist'
Change-Id: Ib4cd0463da1cf22e04a1debfed55a33f7b6542d4
http://cgit.osmocom.org/osmocom-bb/commit/?id=4b88613208982b4c778a99714d2b0…
commit 4b88613208982b4c778a99714d2b0f58ab058dae
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Jul 12 22:58:39 2017 +0200
VIRT-PHY: coding style / API usage cleanup
This is the result of my manual clean-up of the many coding style issues
found in the stumpf/virt-phy branch of OsmocomBB. Some may remain, but
it's much closer to what we're used to in the Osmocom world now.
Change-Id: I3aa95dbef75d7749d490aad0237d074528527e8b
http://cgit.osmocom.org/osmocom-bb/commit/?id=d0247e128551e00aec1019a2ac3a1…
commit d0247e128551e00aec1019a2ac3a1353fd2640cd
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Jul 12 21:57:58 2017 +0200
VIRT-PHY: Remove non-overridable CFLAGS "-g -O0"
If the user wants debugging / no optimziation, they can always pass the
related CFLAGS at ./configure time, there's no nee to have them
hard-coded in the actual Makefiles.
Change-Id: I6a2b30f946579bbd49bf66c4f59d160a975a1b56
http://cgit.osmocom.org/osmocom-bb/commit/?id=74b9787b51c67b00b2060a96d9baf…
commit 74b9787b51c67b00b2060a96d9baf08a4fa41261
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Mon Apr 24 10:45:17 2017 +0200
VIRT-PHY: Configurable signal power reductions for multiple arfcns.
Model was expanded and holds now power management information consisting
of an array of received power levels for all arfcns and one for the
reduction of this signal in dbm. The reduction is configurable by
commandline by --arfcn-sig-lev-red 666,12:888,13. The signal level is
assumed to be max level (-63) if a packet from that arfcn is received
within a timeframe (also configurable via cmd -- timeout-pm 5:800 ==
<seconds>:<microseconds>). After that timeout it will be reduced to min
level (-110).
Change-Id: I369ca26703f14bba4e9334b8f417deef640462f9
http://cgit.osmocom.org/osmocom-bb/commit/?id=909ba98ac39eaa6e60a819733810a…
commit 909ba98ac39eaa6e60a819733810af6f8ad15f9f
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Thu Apr 6 16:46:52 2017 +0200
VIRT-PHY: Extracted common virtphy utils.
Change-Id: I759c6e9805ab012f9553bcba9b5d379193462955
http://cgit.osmocom.org/osmocom-bb/commit/?id=6af01ed3a7b6d99545a14eda25284…
commit 6af01ed3a7b6d99545a14eda25284d2e3f48dc61
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Sun Mar 12 14:11:40 2017 +0100
VIRT-PHY: Added option parsing.
Available options:
dl-rx-grp: mcast group messages on downlink are received from
ul-tx-grp: mcast group messages on uplink are sent to
port: port used for mcast sockets
log-mask: logging mask
l1ctl-sock: l1ctl socket path to connect to l23
Change-Id: Id939e5d7b90b592c85ad19f3ad6f459351e2d8f6
http://cgit.osmocom.org/osmocom-bb/commit/?id=6ed85de7383e856049393c5d6b20f…
commit 6ed85de7383e856049393c5d6b20fc0c377eafb2
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Tue Mar 7 17:59:54 2017 +0100
VIRT-PHY: Add downlink filter for msg on dedicated channels.
Messages incoming on dedicated channel (SDCCH/8, SDCCH/4) are no longer
forwarded to l23 if their timeslot/subchannel is not fitting the ones
configured by l23 via L1CTL_DM_EST_REQ.
Change-Id: I6112b20e31c25636e53d3a6cda6f7443a94ff9c3
http://cgit.osmocom.org/osmocom-bb/commit/?id=bd0c2482b494c418d31692f66339f…
commit bd0c2482b494c418d31692f66339f7a5d13f826e
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Sat Mar 4 18:17:27 2017 +0100
VIRT-PHY: Fixed power management and PCS sync.
PCS flag was ignored in fbsb. Power management returned a perfect link
for all possible arfcns causing the mobile trying to sync to all these
afterwards. This took too long and PM now only returnes a good link
quality for arfcns configured as available.
Power management was also extracted to an own file.
Change-Id: Ia1b79aa47c9df3b1e316122455ceccb4a66724e0
http://cgit.osmocom.org/osmocom-bb/commit/?id=2db781ddbb43ca39a6cff87e58143…
commit 2db781ddbb43ca39a6cff87e58143ffd00f7a9f8
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Sat Mar 4 15:42:11 2017 +0100
VIRT-PHY: Fixed FACCH processing on TCH.
As TCH is not supported in GSMTAP yet, all incoming frames on the
virt-phy are forwarded as FACCH to the l23 for now.
Cleanup code in virt_prim_data and virt_prim_traffic.
Change-Id: I6b41f21b6984e62ad98edfe4398bd678d5b2dad5
http://cgit.osmocom.org/osmocom-bb/commit/?id=63d510a9f6e5775a81034f32b9cab…
commit 63d510a9f6e5775a81034f32b9cab87f9d6e263a
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Tue Feb 28 16:39:28 2017 +0100
VIRT-PHY: Scheduler - correct handling over hyperframe repeat.
Scheduler will no longer skip tasks that are scheduler for a framenumber
greater than the current fn because of a hyperframe repetition.
Change-Id: I683ba18b5dee308d58f9a95a0ee10e22da207eda
http://cgit.osmocom.org/osmocom-bb/commit/?id=477a30655c4bd303a7b1644a857c5…
commit 477a30655c4bd303a7b1644a857c5f15b8359f8d
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Mon Feb 27 18:16:44 2017 +0100
VIRT-PHY: Calculate correct scheduler fn for data- and tch-msgs on ul.
Proper calculation of the scheduled frame number and appending the jobs
with that fn to the scheduler. Thus uplink msgs are scheduled at the
(approx.) correct fn and with this fn set in the gsmtap hdr.
Change-Id: I0f44d0b5b9208755e671c619d1f851a043aefb54
http://cgit.osmocom.org/osmocom-bb/commit/?id=6f8f3b19a9b9e636f1758a63d1eed…
commit 6f8f3b19a9b9e636f1758a63d1eedf23b85fab00
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Mon Feb 27 15:13:26 2017 +0100
VIRT-PHY: Fixed error causing send msgs to be received on same sock.
This could be disabled setting socket option IP_MULTICAST_ALL = 0.
Change-Id: Ia2838c4cd39bfac04c014b4c8512466b301d8875
http://cgit.osmocom.org/osmocom-bb/commit/?id=0ae91acd70c94cf9f4d4874cb1ba4…
commit 0ae91acd70c94cf9f4d4874cb1ba466b48aea3c3
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Sun Feb 26 14:43:01 2017 +0100
VIRT-PHY: Data and traffic req from l23 now use scheduler.
Msgs are not put on virt um directly in the handler like before, but are
scheduled. FN they are scheduled with not yet properly calculated.
Also, code was extracted from lactl_sap.c into own files.
Change-Id: Ibe57abebadf294f1407d82cef3fd0b51e7c1b23e
http://cgit.osmocom.org/osmocom-bb/commit/?id=5ddcac2dca6676ca1a66b487fc3fd…
commit 5ddcac2dca6676ca1a66b487fc3fddc0c839356a
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Sun Feb 26 14:37:45 2017 +0100
VIRT-PHY: Using IANA-registered port 4729 for GSMTAP for virt um.
Change-Id: Id8e262c9a9a6260353bfb98e774b9d0b6eecae53
http://cgit.osmocom.org/osmocom-bb/commit/?id=948a697a9931855657c6918d77b71…
commit 948a697a9931855657c6918d77b7100317bb128d
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Sat Feb 25 16:17:12 2017 +0100
VIRT-PHY: Uplink scheduler implementation.
Implemented simple scheduler depending on frame number in downlink. It
will be executed each time we receive a msg on downlink and send out all
scheduled uplink msgs with a sched_fn smaller than the one of this
received downlink msg.
Further refactored l1ctl_sap by extracting rach and fbsb logic and
putting it to own files virt_prim_fbsb.c and virt_prim_rach.c
Added simple states to the ms layer 1 model, indicating if the ms is
currently searching for bts, syncing to or camping on a bts. Downlink
will be handled differently dependent of the state.
Change-Id: I8937b1d6568f5d3750bbdc5d77fa283074d5365e
http://cgit.osmocom.org/osmocom-bb/commit/?id=5593d630906483fcb34348c2523a5…
commit 5593d630906483fcb34348c2523a5cecf101091a
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Mon Feb 13 13:42:43 2017 +0100
VIRT-PHY: Uplink flag and arfcn check.
Incoming messages with the uplinks flag set in the arfcn or another
arfcn than the cell's we are camping on are ignored.
Change-Id: Ibb78ac68172fceaa04acca81271940632e52d857
http://cgit.osmocom.org/osmocom-bb/commit/?id=fe23d76a07e4bc47ba9c8f939e6ea…
commit fe23d76a07e4bc47ba9c8f939e6eaf80378d2a39
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Fri Feb 10 16:32:45 2017 +0100
VIRT-PHY: Added example config for 2 mobile instances.
Change-Id: Iecfed3933ca88aa7a027e6247a8b71e28ee1883e
http://cgit.osmocom.org/osmocom-bb/commit/?id=d14015af182573be8276d7ea8dfc5…
commit d14015af182573be8276d7ea8dfc5302b928f4b7
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Thu Feb 9 17:59:54 2017 +0100
VIRT-PHY: Enable multiple phy-instances by configurable l1ctl-sock-path.
Change-Id: Ief22eedacd1929450ff68f553068b95a778df80f
http://cgit.osmocom.org/osmocom-bb/commit/?id=1b6d4955abbf7e4e6c0e19907ab6a…
commit 1b6d4955abbf7e4e6c0e19907ab6a949f7eb2961
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Mon Feb 6 14:14:31 2017 +0100
VIRT-PHY: Cleanup dirs, makefile, dependencies and formatting code.
Change-Id: Ibd68a03bcc439c262ba513782936c6b62937eaaa
http://cgit.osmocom.org/osmocom-bb/commit/?id=fed0682950c4fdb9b6e04e829a6cd…
commit fed0682950c4fdb9b6e04e829a6cd1da2ecadb1b
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Thu Feb 2 18:50:02 2017 +0100
VIRT_PHY: Improved l1ctl-to-l23 interface + gsmtap header parsing.
Fixed mapping from gsmtap msg type to rsl msg type and vice versa.
Proper chan_nr decoding instead of usage of dummy values for timeslot /
link_id / subslot.
Implemented missing l23 rx handler routines.
Change-Id: Ibad741d112643c55091b8ba00164b05d728ae1a1
http://cgit.osmocom.org/osmocom-bb/commit/?id=5f4acc7302390609b5867e9013d2d…
commit 5f4acc7302390609b5867e9013d2d35ea6e31bfa
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Thu Jan 26 18:28:07 2017 +0100
VIRT-PHY: Implemented RACH on uplink.
RACH will now be transmitted over GSMTAP virtual UM interface if L1CTL
command is received.
Minor further changes:
- Incoming messages are now only then forwarded if ms is synced to a
cell (fbsb cmd from l1ctl received).
- SDCCH/4/8 are forwarded to l23 for now as we don't use
encoding/ciphering (yet) this should not be a problem.
Change-Id: Ic15188c5c0bba96c223d689be733324a9778a2e8
http://cgit.osmocom.org/osmocom-bb/commit/?id=685e81f6adf639e5192b06b478da3…
commit 685e81f6adf639e5192b06b478da31dfd7153db3
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Mon Jan 9 17:05:31 2017 +0100
VIRT-PHY: Initial commit of virt-phy to work with osmo-bts virt-phy.
This patch implements a virtual physical layer replacing the air
interface. The purpose is to get rid of the hardware requirements
and be able to start testing and implementing layer 2 communication
functionality on one machine. Multicast sockets are used to enable
bidirectional communication between the BTS and the MS process.
The GSMTAP protocol designed for wireshark capturing is used to
encapsulate the payload on the virtual physical layer.
The virtual physical layer on the osmocom-bb side implements the
L1CTL interface to the layer23 apps like mobile.
* Working mcast socket communication and extraction of its
functionality.
* Basic handlers for file descriptor callbacks from incoming L1CTL
messages and extraction of that functionality to a l1ctl socket class.
* Multiplexing to different routines depending on incoming L1CTL
message type.
* Uses virt_um and osmocom_mcast_sock implementation from osmo-bts
virt-phy.
* Ecapsulation and parsing methods to and from GSMTAP messages.
* Basic handlers for file descriptor callbacks from incoming mcast
messages on the virtual um.
* Multiplexing to different channel routines based on GSMTAP header
channel type.
* Example configuration for l23 app mobile using virtual test sim.
Change-Id: I203c8ec58326e52a09603a37232fce7ae3641415
-----------------------------------------------------------------------
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 "UNNAMED PROJECT".
The branch, master has been updated
via 02098d9d22a935503f8b660ed9cbbb1b3f2eb5da (commit)
from 886ecef1c0b5c4b0f1bc286f29904b7e102bf0ac (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=02098d9d22a935503f8b660ed9cbbb1…
commit 02098d9d22a935503f8b660ed9cbbb1b3f2eb5da
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jul 12 10:36:59 2017 +0200
deb: use python in shebang
This should fix the .deb build on OBS.
Change-Id: I095e5c273e30a6e124833bf58b231c6367ab48d6
-----------------------------------------------------------------------
Summary of changes:
tests/auc/gen_ts_55_205_test_sets/pdftxt_2_c.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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, fairwaves/fix-bts-num-logging has been deleted
was ffa338af7c1599a6d2b4916bfc82c68859d5f11c
-----------------------------------------------------------------------
ffa338af7c1599a6d2b4916bfc82c68859d5f11c libcommon: Fix log output for bts>0.
-----------------------------------------------------------------------
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 annotated tag, fairwaves/0.15.1-fw.6 has been created
at b0869ff23d7a644c3b6867db8618caf6d6c4530a (tag)
tagging 203a4a12608459f1dcccf550659cabded1051846 (commit)
replaces fairwaves/0.15.1-fw.5
tagged by Ivan Kluchnikov
on Tue Jul 11 23:18:44 2017 +0300
- Log -----------------------------------------------------------------
Fairwaves 0.15.1-fw.6 version.
Alexander Chemeris (2):
libmsc: Fix VTY output for handover counters.
libcommon: Fix log output for bts>0.
Ivan Kluchnikov (1):
debian: Update changelog to 0.15.1-fw.6
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)