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, dexter/draft has been updated
via a20bca0fc32024918a22ec1dadcf7557fdd763fe (commit)
from 79e0416b7ebcbade0ea9b2519d88e359d71aa58f (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=a20bca0fc32024918a22ec1dadcf7557…
commit a20bca0fc32024918a22ec1dadcf7557fdd763fe
Author: Philipp <pmaier(a)sysmocom.de>
Date: Wed Jul 27 15:00:46 2016 +0200
latest state
Change-Id: Idbc07fc5e241260e3d2c6b8ba883821a31034501
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gprs_sndcp.h | 3 +
openbsc/include/openbsc/gsm_subscriber.h | 4 +-
openbsc/src/gprs/gprs_sndcp.c | 131 +++++++++++---
openbsc/src/gprs/gprs_sndcp_hdrcomp.c | 288 ++++++++++++++++++++++++++-----
openbsc/src/gprs/slhc.c | 8 +-
openbsc/src/libmsc/gsm_04_08.c | 25 +++
6 files changed, 388 insertions(+), 71 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 "UNNAMED PROJECT".
The branch, sysmocom/revert_WAIT_ASSIGN has been created
at 89c66de35bc7e3a94af4d9d991b145933b3cc8a9 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-pcu/commit/?id=89c66de35bc7e3a94af4d9d991b1459…
commit 89c66de35bc7e3a94af4d9d991b145933b3cc8a9
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Jun 8 15:27:40 2016 +0200
Revert "tbf: Add state WAIT_ASSIGN"
This reverts commit f1a7b8fc6651f92a8b7f3f27b7ca05d07f4e44e0.
Conflicts:
tests/tbf/TbfTest.err
The commit broke GPRS service at least for osmo-bts-sysmo on a SysmoBTS 1002
with current master of osmo-bts (ef30f50d5d6d5f863fc147d05ccdceb89284934e).
The error observed is the following log output (was viewing both osmo-bts-sysmo
and osmo-pcu logs interleaved):
<0002> tbf.cpp:874 TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=WAIT ASSIGN) T3169 timeout during transsmission
<0002> tbf.cpp:893 - Assignment was on CCCH
<0002> tbf.cpp:899 - No uplink data received yet
<0007> l1sap.c:904 RACH for packet access
<0001> pcu_l1_if.cpp:311 RACH request received: sapi=1 qta=0, ra=121, fn=13653
[repeat]
When removing this single commit from current osmo-pcu master, GPRS service
works well on SysmoBTS, with current osmo-bts master.
The TbfTest.err expected output needed adjustment after the revert.
Disclaimer: I am not aware of adverse effects this commit may have. I have no
idea what the WAIT_ASSIGN state is used for -- further review is required.
Change-Id: I1532f8e93194368cdc1e3846f82afa6d68cd5fbd
-----------------------------------------------------------------------
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 BTS-side code (Abis, scheduling, ...)".
The branch, ttsou/egprs has been updated
discards a95a0fe76d2b0fc4100cd7f2627b7f38a336326e (commit)
discards 0750f3de4aa12e4406a70c76a5e18f0d9678b1c3 (commit)
via 5ba71448083eec6e523aee3eff54973e81bcbb1b (commit)
via 7f5c74fa3aa61f170aa0ffaf5a60fe06f6a60a70 (commit)
via 7b186adb0afcfbf3af1a98e6acc46d17408b3dba (commit)
via b0f77ce68548b90f4252dfee61f96e58e15aa7e3 (commit)
via 090a41f897091f3386b1517d33e12eca4ef5a528 (commit)
via 78458a3811af63829039e327a8f77f74055ae03e (commit)
via 21ffe07894ae66346b3073eb0a170a977805b8e7 (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 (a95a0fe76d2b0fc4100cd7f2627b7f38a336326e)
\
N -- N -- N (5ba71448083eec6e523aee3eff54973e81bcbb1b)
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/osmo-bts/commit/?id=5ba71448083eec6e523aee3eff54973…
commit 5ba71448083eec6e523aee3eff54973e81bcbb1b
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Fri Jul 1 00:10:31 2016 -0700
trx: Enable EGPRS handling through burst lengths
Existing interfaces are coded with the implicit expectation of using
a burst sequence length of 148, which is constant with GSM and GPRS.
That changes with EGPRS, where the burst length may be 444 due to
the use of 8-PSK instead of GMSK modulation.
Setup the interface to accept and return a length value with the
burst sequence. This allows 444 length bit vectors to/from the
EGPRS decoder/encoder. Length is explicitly used as a identifier for
8-PSK vs. GMSK modulated sequences.
Change-Id: I90b46b46b11b6ce280e7f8232d5a2fccec2d4f18
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
http://cgit.osmocom.org/osmo-bts/commit/?id=7f5c74fa3aa61f170aa0ffaf5a60fe0…
commit 7f5c74fa3aa61f170aa0ffaf5a60fe06f6a60a70
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Wed Jul 6 13:29:55 2016 -0700
trx: Add EGPRS coding and decoding procedures
Handles uplink decoding and downlink encoding procedures for MCS 1-9.
Includes Type 1, 2, and 3 headers and tables from 3GPP TS 44.060 in
order to independently recover coding and puncturing scheme (CPS)
parameters for each coded message.
Change-Id: I0f059ae34c6f36179553cbc972f8becf8179eb55
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/scheduler.h | 10 ++
src/common/l1sap.c | 5 +
src/common/oml.c | 9 ++
src/common/pcu_sock.c | 8 ++
src/common/rsl.c | 225 ++++++++++++++++++++++++++++++++++++---
src/common/scheduler.c | 12 +--
src/osmo-bts-litecell15/l1_if.c | 13 ++-
src/osmo-bts-litecell15/oml.c | 33 ++++--
src/osmo-bts-sysmo/l1_if.c | 13 ++-
src/osmo-bts-sysmo/oml.c | 33 ++++--
src/osmo-bts-trx/scheduler_trx.c | 21 ++--
src/osmo-bts-trx/trx_if.c | 8 +-
src/osmo-bts-trx/trx_if.h | 3 -
13 files changed, 334 insertions(+), 59 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, dexter/draft has been updated
via 79e0416b7ebcbade0ea9b2519d88e359d71aa58f (commit)
from 42076ce7e1ff77a8b3bf7dac222d4ed633e84021 (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=79e0416b7ebcbade0ea9b2519d88e359…
commit 79e0416b7ebcbade0ea9b2519d88e359d71aa58f
Author: Philipp <pmaier(a)sysmocom.de>
Date: Tue Jul 26 23:09:23 2016 +0200
We can generate v42bis and v44 compression parameters now.
Change-Id: I7982c60e630071de94f02a203d82bb735f030f3f
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gprs_sndcp_xid.h | 51 +++++
openbsc/src/gprs/gprs_sndcp_xid.c | 338 ++++++++++++++++++++++---------
2 files changed, 288 insertions(+), 101 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, neels/dyn_pdch_trx has been updated
discards 28d5e939e9412ede73e3c4a758ff84c020e504c3 (commit)
discards 72a93b21ab2984937fd9353cdcd4965b67e041f7 (commit)
discards 9577b2e1db9476f6e30a6cfe51ca3e7b8f934fda (commit)
discards 0739406e5dadfd0c58d968284e2df83231f16689 (commit)
discards 8501d8f7f788db97aebd7500f59efc6c913f965d (commit)
discards 939dce4ce4bfb975c053a8de04d418afa0ac3d14 (commit)
discards c890c8abe7b93693ac6d20cc0c1076b4549ae3ba (commit)
via 915b3d437be4ff8446570486ef21ced13444051d (commit)
via 2b83d2e227297a44121c4ac7547b6068e44e7167 (commit)
via 1aaa5288999f005ec622ecbf0c5d1c52f61b7364 (commit)
via 7b186adb0afcfbf3af1a98e6acc46d17408b3dba (commit)
via b0f77ce68548b90f4252dfee61f96e58e15aa7e3 (commit)
via 090a41f897091f3386b1517d33e12eca4ef5a528 (commit)
via 78458a3811af63829039e327a8f77f74055ae03e (commit)
via 21ffe07894ae66346b3073eb0a170a977805b8e7 (commit)
via 6e656748b7fa8b7e00d610eaaf4de84113b67a0b (commit)
via 73cb583e5147a267a370c576e8ac77507de6d0d7 (commit)
via c9582ac2d7366233ab64f2868f17071c2ddadf32 (commit)
via c57304b65e0789167f992ffc9b4037c871569880 (commit)
via 9ab51522dacb56db832340d66f22f2e3c59e89c7 (commit)
via 8e22ac3d1a48b5982ffa3be3dd189071a064e7d9 (commit)
via ee2299c8fa4fe6721bfe99b7bf6178c123151733 (commit)
via 95dec9ff4ac3a4f4622152171aa77492c6b70836 (commit)
via 334df9441a44de00c0dd3f66e73ac6fae28098fb (commit)
via 290c7d954faa9410c4c6740787e8e3bbf1c92d6c (commit)
via 7f1365c05e94782f4c8e466aa1795e3e09acd330 (commit)
via 2479ef4133b274df9abe179320ee9b11cb572ba4 (commit)
via ae65ccd0b2fe22e3c6ab5c855ff948f93ada0eed (commit)
via 8a2f026cf060e007eab073920313e17bb534a3a9 (commit)
via 4355021b8afdad989b285fa823b6cbf2bb175c45 (commit)
via 2ed03cd640fa13adb1d408f300b4a326c2ecbdff (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 (28d5e939e9412ede73e3c4a758ff84c020e504c3)
\
N -- N -- N (915b3d437be4ff8446570486ef21ced13444051d)
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/osmo-bts/commit/?id=915b3d437be4ff8446570486ef21ced…
commit 915b3d437be4ff8446570486ef21ced13444051d
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jul 26 19:38:41 2016 +0200
wip
Change-Id: Id1f8b734811429cc8cfca399e1373ef38eb226e8
http://cgit.osmocom.org/osmo-bts/commit/?id=2b83d2e227297a44121c4ac7547b606…
commit 2b83d2e227297a44121c4ac7547b6068e44e7167
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jul 5 15:32:30 2016 +0200
wip
Change-Id: I940faaa02f8c96bd96a1d38ea305451c5bf7552d
http://cgit.osmocom.org/osmo-bts/commit/?id=1aaa5288999f005ec622ecbf0c5d1c5…
commit 1aaa5288999f005ec622ecbf0c5d1c52f61b7364
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jul 26 15:22:58 2016 +0200
fix comment in common/l1sap.c, function name changed
Change-Id: If3e353ea5796ee129bdd95e5f954e6c141cffec8
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 2 -
doc/dyn_pdch.msc | 39 -
doc/msc-README | 2 -
include/osmo-bts/gsm_data.h | 2 +
include/osmo-bts/measurement.h | 2 +
include/osmo-bts/rsl.h | 8 +-
include/osmo-bts/scheduler_backend.h | 1 +
src/common/bts.c | 8 +
src/common/l1sap.c | 36 +-
src/common/measurement.c | 10 +-
src/common/msg_utils.c | 2 +-
src/common/oml.c | 25 +-
src/common/pcu_sock.c | 12 +-
src/common/rsl.c | 346 +++++--
src/common/scheduler.c | 27 +
src/osmo-bts-litecell15/l1_if.c | 21 +-
src/osmo-bts-litecell15/oml.c | 33 +-
src/osmo-bts-sysmo/l1_if.c | 13 +-
src/osmo-bts-sysmo/oml.c | 40 +-
src/osmo-bts-trx/gsm0503_conv.c | 178 ++++
src/osmo-bts-trx/gsm0503_conv.h | 15 +
src/osmo-bts-trx/gsm0503_interleaving.c | 413 ++++++++-
src/osmo-bts-trx/gsm0503_interleaving.h | 40 +-
src/osmo-bts-trx/gsm0503_mapping.c | 202 +++-
src/osmo-bts-trx/gsm0503_mapping.h | 23 +-
src/osmo-bts-trx/gsm0503_parity.c | 23 +
src/osmo-bts-trx/gsm0503_parity.h | 2 +
src/osmo-bts-trx/gsm0503_tables.c | 1520 +++++++++++++++++++++++++++++++
src/osmo-bts-trx/gsm0503_tables.h | 31 +
src/osmo-bts-trx/l1_if.c | 65 +-
30 files changed, 2940 insertions(+), 201 deletions(-)
delete mode 100644 doc/dyn_pdch.msc
delete mode 100644 doc/msc-README
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 7b186adb0afcfbf3af1a98e6acc46d17408b3dba (commit)
via b0f77ce68548b90f4252dfee61f96e58e15aa7e3 (commit)
via 090a41f897091f3386b1517d33e12eca4ef5a528 (commit)
via 78458a3811af63829039e327a8f77f74055ae03e (commit)
via 21ffe07894ae66346b3073eb0a170a977805b8e7 (commit)
from 6e656748b7fa8b7e00d610eaaf4de84113b67a0b (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:
src/common/l1sap.c | 5 +
src/common/oml.c | 9 ++
src/common/pcu_sock.c | 8 ++
src/common/rsl.c | 225 +++++++++++++++++++++++++++++++++++++---
src/osmo-bts-litecell15/l1_if.c | 13 ++-
src/osmo-bts-litecell15/oml.c | 33 ++++--
src/osmo-bts-sysmo/l1_if.c | 13 ++-
src/osmo-bts-sysmo/oml.c | 33 ++++--
8 files changed, 305 insertions(+), 34 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, sysmocom/cscn has been updated
discards a13cb8d44d6e6487a1da780e1828482edddc25ed (commit)
discards 709a87bf3e92ace0c4909784a3926df3f21a0f77 (commit)
discards da78b8be66ac76653b642f9f9d27aab2a55bbc4c (commit)
discards 5be928573a6fee09f5d95efbbef11d6cbe382982 (commit)
discards a0baaeb4be221705666ac63c67b9d0bbd634283c (commit)
discards 4807bcbf62e49096d596117c0aa6fcdbaad7ff30 (commit)
discards 9dde4a177f701c4e5ae70759dadfc09135453476 (commit)
discards 38a21779cd974e34a770f312e759385854d687e4 (commit)
discards efbe29e939eb83ba87b1210d613868c72cdccb75 (commit)
discards b4d3e68c97815ae676e1b7f3356e8e17c4aad1a1 (commit)
discards ac519ea2bb6cba2e79b70aa1083da89b19b4f01d (commit)
discards 586add71795bac917f4f09319e78f34e66173c97 (commit)
discards 06ee0449fbfcf08f2d4d7e68908e1845ba33554a (commit)
discards d19a53215f5067a75be12a015b58280271d92f52 (commit)
discards b676a057c5b96d495ab8fe634f42390a40089ea3 (commit)
discards dce8b28d46407e7f7761a07e8da0917c6273ed61 (commit)
discards 317a2104580ce81d5b44868441b2ade36ce35459 (commit)
discards c42657b96ee35b66252f732acf1db125dc563efc (commit)
discards 9de1101ae9db01091e61bab1510f33e79862a167 (commit)
discards b07c0373025de1dc7682cf9aa65e3e0e30f8edde (commit)
discards 8708123236f40eda12c38ddd60e640d5e2506cee (commit)
discards 8005f203b5e61e756ef74665b3b4d90209ae91ff (commit)
discards 4ce1acb82ada95566b3f69874e3718908523717b (commit)
discards 9c6b6e19ee3bbff77e741ca533c948e4d13ec047 (commit)
discards 3fc1be08728d01984c097ab2ec1429fdc9172a77 (commit)
discards 1b775087d96ee9ca46da1be83446bcbaeacb961d (commit)
discards ee2f32fb1803ee82571989f41ec47d5e4334dcc9 (commit)
discards 253187e658c70001959d37fb1978e655dfcaf019 (commit)
discards b9427f777ca6a853f74ce8376ce54e42918ef9d4 (commit)
discards 5d815d61cb2a832d213d287120d4c444e02cf5e1 (commit)
discards 6a4f73f4a024fa8cf6df4e21bdc19d02d247f52a (commit)
via 21f5854b5be228f9bdd5ff675501c95d231a0c91 (commit)
via f0e7a75c6632f8f90fbca411173580296072e710 (commit)
via 5a9e8e58f37d2939c24718b90db534ae378a0489 (commit)
via 2d310f5423daabf6ec51d32b0da625ecbeb9f0b5 (commit)
via 2686d326e507d9694c0f9b06ccb7bcfe664df387 (commit)
via 82c6cbbbd923529941b60bc56e583fc6f22e92b4 (commit)
via f62bd2873dbc080eb0f3d1a6269b5d38f33e3154 (commit)
via a86a2088775d6c71d042cfc543c7857f3a29110f (commit)
via 0b8c89867750e7920629f74ddbeeccfac31dca71 (commit)
via 0747517f830af95121786de9bedc5a7772b5c915 (commit)
via d2e97b6057a8a372555ec21194abf3ef31f60fe3 (commit)
via 3002626861923578f4e1ddf36da0309d9203af32 (commit)
via 52ce56ff2d2ac9332c563567754622a91b846d8d (commit)
via d07a9607e2caee75e157ebe57cc4f850f9ed241e (commit)
via 92e6449dae685d198fdfe12ff435a88c93c7f54f (commit)
via fbc406ab3471780fc8d1c93e8a8e63708a7fbd7c (commit)
via e28096143fddb498f69f7bdc8d52632d721c630e (commit)
via e01b544ae0d4b9378dd71af1f9d9d349763bd3ad (commit)
via 5f09bbf02244d294382318ef9c0e0b12a2a90bda (commit)
via 8f53e1b45577bc06c8ec5609151c630e431e9617 (commit)
via 687cc47589c0fab4cc24474a2fcddacbec0b443d (commit)
via 91b8594d80740577f24c866ecbed31b420dceb51 (commit)
via f41871002bae4b3438b35e7070992b31de9fe1c7 (commit)
via 17a350b5dfdf22a82fa44a397d21214fb3d6387d (commit)
via f64e829aafad35f342f140788458a6c4c16ff57a (commit)
via 73293b25344f1b974133e3628a03cd93d8519d13 (commit)
via 1ec6cc7658059a677550396fb3f306003cbd02f5 (commit)
via 5fd95c69ee72a47106015d4740546a6f91c8cf83 (commit)
via 12983ce85317aa16607f85bd1a391a8704ac31ea (commit)
via 711b2bfc6f4cad53304a27b0064228a89d96c00a (commit)
via fa9a41ae9eaa6c4030c49598839e78df7e9bcd76 (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 (a13cb8d44d6e6487a1da780e1828482edddc25ed)
\
N -- N -- N (21f5854b5be228f9bdd5ff675501c95d231a0c91)
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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_subscriber.h | 1 -
openbsc/src/libmsc/cscn_vty.c | 2 --
openbsc/src/libmsc/gsm_subscriber.c | 2 +-
3 files changed, 1 insertion(+), 4 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, neels/dyn_ts has been updated
discards add81a50e5ae483baef4773db24ecc9a8ff8780b (commit)
discards e575ae51aa46acb52b40a7b7f52ee3de9898497c (commit)
discards 549b46550687576e0650dcde93f886855eeddc8a (commit)
discards 55a984d83e7fe93c99bcf8268d1afe621679125f (commit)
discards a01173deb30e563306ca4b2e5d06139d41344fb3 (commit)
discards 1e0ac9c9c5ab5b574c4057d2315c94c5b5ae9579 (commit)
discards 133c870b91b5e92937dd925d90bfa6b0dfd0da7e (commit)
discards 9c3a53bdd05e911ade8a3c6223ba7548c2fd3bbb (commit)
via 7b186adb0afcfbf3af1a98e6acc46d17408b3dba (commit)
via b0f77ce68548b90f4252dfee61f96e58e15aa7e3 (commit)
via 090a41f897091f3386b1517d33e12eca4ef5a528 (commit)
via 78458a3811af63829039e327a8f77f74055ae03e (commit)
via 21ffe07894ae66346b3073eb0a170a977805b8e7 (commit)
via 6e656748b7fa8b7e00d610eaaf4de84113b67a0b (commit)
via 73cb583e5147a267a370c576e8ac77507de6d0d7 (commit)
via c9582ac2d7366233ab64f2868f17071c2ddadf32 (commit)
via c57304b65e0789167f992ffc9b4037c871569880 (commit)
via 9ab51522dacb56db832340d66f22f2e3c59e89c7 (commit)
via 8e22ac3d1a48b5982ffa3be3dd189071a064e7d9 (commit)
via ee2299c8fa4fe6721bfe99b7bf6178c123151733 (commit)
via 95dec9ff4ac3a4f4622152171aa77492c6b70836 (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 (add81a50e5ae483baef4773db24ecc9a8ff8780b)
\
N -- N -- N (7b186adb0afcfbf3af1a98e6acc46d17408b3dba)
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/osmo-bts/commit/?id=7b186adb0afcfbf3af1a98e6acc46d1…
commit 7b186adb0afcfbf3af1a98e6acc46d17408b3dba
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Jul 21 18:28:30 2016 +0200
dyn TS: implement litecell15 specifics
For chan_nr_by_sapi(), add GSM_PCHAN_TCH_F_TCH_H_PDCH to pick_pchan().
Add GSM_PCHAN_TCH_F_TCH_H_PDCH to pchan_to_logChComb[] for first pchan
initialization.
In ts_connect_as(), make sure that callers pass proper "real world" pchan
types, i.e. reject the "meta" GSM_PCHAN_TCH_F_TCH_H_PDCH pchan constant.
In ts_opstart(), connect as PCHAN_NONE since we will only know the desired
pchan when the first RSL chan activ is received.
Add GSM_PCHAN_TCH_F_TCH_H_PDCH to lchan_to_GsmL1_SubCh_t(), by using its
current "real" pchan mode.
Call cb_ts_[dis]connected() unconditionally, i.e. not only for TCH_F_PDCH when
a pending flag is set. The cb_ts_[dis]connected() will be a no-op if the pchan
type is not dynamic.
Change-Id: Ie30323f968da25027045c42a7ae7f1e70ca711ae
http://cgit.osmocom.org/osmo-bts/commit/?id=b0f77ce68548b90f4252dfee61f96e5…
commit b0f77ce68548b90f4252dfee61f96e58e15aa7e3
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sun Jul 24 15:42:47 2016 +0200
lc15/oml.c: rename ts_connect() to ts_opstart()
ts_connect() is only called during OPSTART. Name it such because a special
case for OPSTART will be added there for dyn TS.
Change-Id: Iba6880d94142096a8371b08f7404035912cadbb0
http://cgit.osmocom.org/osmo-bts/commit/?id=090a41f897091f3386b1517d33e12ec…
commit 090a41f897091f3386b1517d33e12eca4ef5a528
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sun Jul 24 15:24:56 2016 +0200
dyn TS: implement SysmoBTS specifics
For chan_nr_by_sapi(), add GSM_PCHAN_TCH_F_TCH_H_PDCH to pick_pchan().
Add GSM_PCHAN_TCH_F_TCH_H_PDCH to pchan_to_logChComb[] for first pchan
initialization.
In ts_connect_as(), make sure that callers pass proper "real world" pchan
types, i.e. reject the "meta" GSM_PCHAN_TCH_F_TCH_H_PDCH pchan constant.
In ts_opstart(), connect as PCHAN_NONE since we will only know the desired
pchan when the first RSL chan activ is received.
Add GSM_PCHAN_TCH_F_TCH_H_PDCH to lchan_to_GsmL1_SubCh_t(), by using its
current "real" pchan mode.
Call cb_ts_[dis]connected() unconditionally, i.e. not only for TCH_F_PDCH when
a pending flag is set. The cb_ts_[dis]connected() will be a no-op if the pchan
type is not dynamic.
Change-Id: Iaffd2fc0aa9fc6c4a2acbc534ce6384392e0635b
http://cgit.osmocom.org/osmo-bts/commit/?id=78458a3811af63829039e327a8f77f7…
commit 78458a3811af63829039e327a8f77f74055ae03e
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sun Jul 24 15:16:59 2016 +0200
sysmo/oml.c: rename ts_connect() to ts_opstart()
ts_connect() is only called during OPSTART. Name it such because a special
case for OPSTART will be added there for dyn TS.
Change-Id: I09cc81e79661e8084aeebf8132435c207b2cf422
http://cgit.osmocom.org/osmo-bts/commit/?id=21ffe07894ae66346b3073eb0a170a9…
commit 21ffe07894ae66346b3073eb0a170a977805b8e7
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jul 15 01:03:32 2016 +0200
dyn TS: common TCH/F_TCH/H_PDCH implementation
common/l1sap: For dyn TS, the BSC will issue RSL Chan Activ requests with a
non-standard chan_nr. While the rest of the code now understands that, the L1
phy will not. Translate to standard PDCH (== TCH/F).
common/oml: use dyn TS' current pchan mode for lchans config.
common/pcu_sock: detect desired PDCH mode of dyn TS.
common/rsl: implement reconnection chain of a TS for changing its pchan:
* rsl_rx_chan_activ():
** Add dyn_pchan_from_chan_nr() to derive the requested pchan from the RSL
chan_nr IE.
** Notice the need for a pchan change and invoke dyn_ts_l1_reconnect() (s.b.)
** Make Chan Mode IE presence optional, because the non-standard PDCH
activation message is simpler and does not require it.
** Do PDCH activation via PCU.
* Add dyn_ts_l1_reconnect(): store state and disconnect the L1 channel;
then wait for cb_ts_disconnected().
* Add osmo_dyn_ts_disconnected() to cb_ts_disconnected():
verify state and connect with the new pchan type; then wait for
cb_ts_connected().
* Add osmo_dyn_ts_connected() to cb_ts_connected(), which re-issues
the cached chan activation message from before disconnecting the L1 channel.
* Also send an rf chan rel/act ack for dyn TS upon PDCH de/act via PCU.
* Add dyn_ts_pdch_release(): on channel release of a dyn TS in PDCH mode,
release via the PCU. Call from rsl_rx_rd_chan_rel().
Change-Id: I463bb6b4e57674f091c3badba9257374961c52c7
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/scheduler_backend.h | 1 +
src/common/scheduler.c | 27 +
src/osmo-bts-trx/gsm0503_conv.c | 178 ++++
src/osmo-bts-trx/gsm0503_conv.h | 15 +
src/osmo-bts-trx/gsm0503_interleaving.c | 413 ++++++++-
src/osmo-bts-trx/gsm0503_interleaving.h | 40 +-
src/osmo-bts-trx/gsm0503_mapping.c | 202 +++-
src/osmo-bts-trx/gsm0503_mapping.h | 23 +-
src/osmo-bts-trx/gsm0503_parity.c | 23 +
src/osmo-bts-trx/gsm0503_parity.h | 2 +
src/osmo-bts-trx/gsm0503_tables.c | 1520 +++++++++++++++++++++++++++++++
src/osmo-bts-trx/gsm0503_tables.h | 31 +
12 files changed, 2471 insertions(+), 4 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, ttsou/egprs has been updated
discards 7a19ec22c5700f578fef9d583e18e90eff03b160 (commit)
discards de2e5798e23e023ad15c6179ed2b102f44b8db4b (commit)
discards 2d1cf4ed327e10c9f6761a99b39124e0676faaa3 (commit)
via a95a0fe76d2b0fc4100cd7f2627b7f38a336326e (commit)
via 0750f3de4aa12e4406a70c76a5e18f0d9678b1c3 (commit)
via 6e656748b7fa8b7e00d610eaaf4de84113b67a0b (commit)
via 73cb583e5147a267a370c576e8ac77507de6d0d7 (commit)
via c9582ac2d7366233ab64f2868f17071c2ddadf32 (commit)
via c57304b65e0789167f992ffc9b4037c871569880 (commit)
via 9ab51522dacb56db832340d66f22f2e3c59e89c7 (commit)
via 8e22ac3d1a48b5982ffa3be3dd189071a064e7d9 (commit)
via ee2299c8fa4fe6721bfe99b7bf6178c123151733 (commit)
via 95dec9ff4ac3a4f4622152171aa77492c6b70836 (commit)
via 334df9441a44de00c0dd3f66e73ac6fae28098fb (commit)
via 290c7d954faa9410c4c6740787e8e3bbf1c92d6c (commit)
via 7f1365c05e94782f4c8e466aa1795e3e09acd330 (commit)
via 2479ef4133b274df9abe179320ee9b11cb572ba4 (commit)
via ae65ccd0b2fe22e3c6ab5c855ff948f93ada0eed (commit)
via 8a2f026cf060e007eab073920313e17bb534a3a9 (commit)
via 4355021b8afdad989b285fa823b6cbf2bb175c45 (commit)
via 2ed03cd640fa13adb1d408f300b4a326c2ecbdff (commit)
via cff0d44e53bce69a9c8831925d1489c4024ccb1c (commit)
via b8f5f4e176c5402ec529225864313f0787502049 (commit)
via b151301c6c91f8ecc02aa18ee746b02cf61f6fee (commit)
via 1c1b0e843d50b3bc6d82bb78e09242a4d0b7b21f (commit)
via e3edc17426139e16da869ac62f80ce45bd452935 (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 (7a19ec22c5700f578fef9d583e18e90eff03b160)
\
N -- N -- N (a95a0fe76d2b0fc4100cd7f2627b7f38a336326e)
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/osmo-bts/commit/?id=a95a0fe76d2b0fc4100cd7f2627b7f3…
commit a95a0fe76d2b0fc4100cd7f2627b7f38a336326e
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Fri Jul 1 00:10:31 2016 -0700
trx: Enable EGPRS handling through burst lengths
Existing interfaces are coded with the implicit expectation of using
a burst sequence length of 148, which is constant with GSM and GPRS.
That changes with EGPRS, where the burst length may be 444 due to
the use of 8-PSK instead of GMSK modulation.
Setup the interface to accept and return a length value with the
burst sequence. This allows 444 length bit vectors to/from the
EGPRS decoder/encoder. Length is explicitly used as a identifier for
8-PSK vs. GMSK modulated sequences.
Change-Id: I90b46b46b11b6ce280e7f8232d5a2fccec2d4f18
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
http://cgit.osmocom.org/osmo-bts/commit/?id=0750f3de4aa12e4406a70c76a5e18f0…
commit 0750f3de4aa12e4406a70c76a5e18f0d9678b1c3
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Wed Jul 6 13:29:55 2016 -0700
trx: Add EGPRS coding and decoding procedures
Handles uplink decoding and downlink encoding procedures for MCS 1-9.
Includes Type 1, 2, and 3 headers and tables from 3GPP TS 44.060 in
order to independently recover coding and puncturing scheme (CPS)
parameters for each coded message.
Change-Id: I0f059ae34c6f36179553cbc972f8becf8179eb55
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 2 -
doc/dyn_pdch.msc | 39 ---
doc/msc-README | 2 -
include/osmo-bts/gsm_data.h | 2 +
include/osmo-bts/rsl.h | 8 +-
include/osmo-bts/scheduler.h | 4 +-
src/common/l1sap.c | 13 +-
src/common/msg_utils.c | 8 +-
src/common/oml.c | 16 +-
src/common/pcu_sock.c | 4 +-
src/common/rsl.c | 129 ++++------
src/osmo-bts-litecell15/oml.c | 4 +-
src/osmo-bts-sysmo/misc/sysmobts_eeprom.h | 2 +-
src/osmo-bts-sysmo/misc/sysmobts_par.c | 6 +
src/osmo-bts-sysmo/oml.c | 11 +-
src/osmo-bts-trx/Makefile.am | 4 +-
src/osmo-bts-trx/gsm0460.c | 73 ------
src/osmo-bts-trx/gsm0460.h | 172 -------------
src/osmo-bts-trx/gsm0503_coding.c | 409 ++++++++++++++----------------
src/osmo-bts-trx/gsm0503_coding.h | 26 +-
src/osmo-bts-trx/l1_if.c | 13 +-
src/osmo-bts-trx/scheduler_trx.c | 8 +-
tests/bursts/Makefile.am | 3 +-
23 files changed, 314 insertions(+), 644 deletions(-)
delete mode 100644 doc/dyn_pdch.msc
delete mode 100644 doc/msc-README
delete mode 100644 src/osmo-bts-trx/gsm0460.c
delete mode 100644 src/osmo-bts-trx/gsm0460.h
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 "UNNAMED PROJECT".
The branch, master has been updated
via 878bd1f296379ffba949d6fcae2938c13406df5b (commit)
from 1d7644b23a5901c84dd99f6202a0ed98d003ae91 (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=878bd1f296379ffba949d6fcae2938c…
commit 878bd1f296379ffba949d6fcae2938c13406df5b
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jul 20 13:05:05 2016 +0200
Remove useless ARFCN parameter
ARFCN is already part of TRX struct so there's no need to supply it
explicitly in a separate parameter. I've tested and those are the same
anyway.
Change-Id: I8e975c52cbc819427880093b1e5371fe1f8ce460
-----------------------------------------------------------------------
Summary of changes:
src/gprs_rlcmac.h | 2 +-
src/gprs_rlcmac_sched.cpp | 6 ++----
src/osmo-bts-sysmo/sysmo_l1_if.c | 2 +-
src/pcu_l1_if.cpp | 6 +++---
src/pcu_l1_if.h | 2 +-
tests/tbf/TbfTest.cpp | 10 +++++-----
6 files changed, 13 insertions(+), 15 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT