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, neels/dyn_pdch_defrag has been created
at afe017961a971f977f814fdd96abe2b916a5d429 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=afe017961a971f977f814fdd96abe2b9…
commit afe017961a971f977f814fdd96abe2b916a5d429
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 31 14:43:25 2016 +0200
trigger pdch defrag on do_lchan_free()
Change-Id: Ibc003e35bd0720fa1a37da2b4bafbac8abf96cfc
http://cgit.osmocom.org/openbsc/commit/?id=7f208378ce55e27e56ee52ea5975b372…
commit 7f208378ce55e27e56ee52ea5975b37260a355aa
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Fri Oct 11 13:33:59 2013 +0200
dyn PDCH: add do_pdch_defrag() in new pdch_defrag.[hc]
Will be used in the subsequent commit.
Original patch by jolly (1c8a3d828612a6bea343a268072a7dddf4a22480),
with extensive review and changes by nhofmeyr:
* remove code dup: common find_lchan() replaces find_shared_forward() and
find_shared_reverse() and simplifies invocation.
* use LOGTSP() instead of debug_bts_trx_ts(),
tweak debug logging (missing \n, in-code line breaking).
* reword comment for do_pdch_defrag().
* remove code dup: calculate move direction by maths instead of 4 conditionals,
and have only a single debug log for "does not lower fragmentation".
* add two FIXME comments.
Change-Id: Idcaf7ac40cbaf83593946cfe24a6a18a6a688fd5
Patch-by: Andreas Eversberg <jolly(a)eversberg.eu>
Tweaked-by: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
http://cgit.osmocom.org/openbsc/commit/?id=ce6ab151bddbbcf06178c04600020f67…
commit ce6ab151bddbbcf06178c04600020f679e07bbba
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Fri Oct 11 13:01:38 2013 +0200
dyn PDCH: Add new_lchan argument to bsc_handover_start()
This is useful if the caller already allocated a new lchan, which will be used
to dynamically re-assign lchans.
The old behavior is maintained by passing NULL.
Change-Id: I2b7151f32f0c04c22f294eb5dd3c7d7dfddf35e7
http://cgit.osmocom.org/openbsc/commit/?id=d740ccae94ad182d1e86bd6645cc4d6b…
commit d740ccae94ad182d1e86bd6645cc4d6bee66e0cd
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Tue Jun 4 16:31:18 2013 +0200
add DHODEC debug category, tweak DHO name
Change-Id: If19caca84327ac0267a7e1f0efc84a614b154486
http://cgit.osmocom.org/openbsc/commit/?id=82c8f75f7118f9be3550ee1d35914376…
commit 82c8f75f7118f9be3550ee1d35914376eab22211
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Jun 21 20:55:14 2016 +0200
dyn PDCH: enable PDCH only after release due to error
In rsl_rx_rf_chan_rel_ack(), only activate PDCH when in NONE state.
For the case of REL_ERR state, do the PDCH activation in the error timeout
callback after T3111 is done.
Change-Id: I4c55479b252a12039bb3d8c30a9cbf0199ca410e
-----------------------------------------------------------------------
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/lc15_dyn_pdch has been created
at b0555799e24c9ef5d4296b8a658cd467a33c60c5 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=b0555799e24c9ef5d4296b8a658cd46…
commit b0555799e24c9ef5d4296b8a658cd467a33c60c5
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jun 21 20:04:05 2016 +0200
dyn PDCH: lc15: complete for litecell15-bts: implement bts_model_ts_*()
Analogous to 63b296bdd9a25134ee61ce6f269750e796a8bfca on osmo-bts-sysmo.
Implement bts_model_ts_disconnect() by sending an MphDisconnect message to L1.
Pass a disconnect callback to invoke dyn_pdch_ts_disconnected() in
common/rsl.c.
Implement bts_model_ts_connect() by calling ts_connect_as(). Pass a connect cb
to invoke dyn_pdch_connected() in common/rsl.c.
Change-Id: I8c8c3244c726fd6055cedb22ee11706994ff9cd4
http://cgit.osmocom.org/osmo-bts/commit/?id=4cfa2728d4d73704d0dcd8c142ce920…
commit 4cfa2728d4d73704d0dcd8c142ce92059f8954aa
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jun 21 19:58:17 2016 +0200
dyn PDCH: lc15: handle TCH/F_PDCH init like TCH/F
Analogous to 57fc1124e1649fa2b08ef143697689aca4677625 on osmo-bts-sysmo.
Change-Id: If65c5a86cbc1b5556b71de8a6744d92113fbbcba
http://cgit.osmocom.org/osmo-bts/commit/?id=f8d908ab333bda3fb4bff10bbb90ff4…
commit f8d908ab333bda3fb4bff10bbb90ff414a52a4e8
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jun 21 19:56:47 2016 +0200
dyn PDCH: lc15: add ts_connect_as(), absorbing ts_connect() guts
Analogous to 294fbe104b9fb12f06f7cebe68a4b7a6ed28d5ef on osmo-bts-sysmo.
For upcoming dyn PDCH switching, I want to be able to set the pchan dynamically
upon ts_connect() and not continue with OPSTART ACK, but with the dyn PDCH.
Thus recoin ts_connect(ts) to ts_connect_as(ts, pchan, cb) and leave
ts_connect() as a thin wrapper to leave init code unchanged.
Change-Id: I7a27193168f83e8c40b6e54d1842f4502d0475e5
http://cgit.osmocom.org/osmo-bts/commit/?id=1322e479226063af0a363bbbebae332…
commit 1322e479226063af0a363bbbebae332b057f8602
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jun 21 21:25:59 2016 +0200
dyn PDCH: lc15: chan_nr_by_sapi(): handle TCH/F_PDCH according to ts->flags
Analogous to 0d10f0e482cdd50acc916e75a8b3ba1beb94227c on osmo-bts-sysmo.
According to the PDCH Active flag, handle a TS as TCH/F or PDCH.
Change-Id: I0c97b360136f76bdae8d70d06af9a31fdf75c1ba
http://cgit.osmocom.org/osmo-bts/commit/?id=e174d20c5cfc06fecce4a861dc5f7ac…
commit e174d20c5cfc06fecce4a861dc5f7ac52535e463
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jun 21 19:47:26 2016 +0200
lc15: add L3 handle to l1prim messages
Analogous to 7158c2ed082eaca6063a501e490e8d3c3b181560 in osmo-bts-sysmo.
Place a layer 3 handle into GSM L1 messages to better match up confirmations to
respective requests. This handle is a uint32_t transparently returned in the
confirmation messages, so a match-up is easy to add.
So far, a GSM L1 confirmation message received for a preceding L1 Request was
matched only by the prim_id. That meant that only one instance of the same
primitive could be waiting for a confirmation at any given time, or the
responses would get mixed up: the struct wait_l1_conf instances entered into
the fl1h->wlc_list queue would be returned to a possibly mismatching
confirmation handler. (Seen during testing of dyn pdch switching.)
Send the hLayer3 handle out via prim_init(), using new static functions to
produce handles on different scopes:
* l1p_handle_for_trx()
* l1p_handle_for_ts()
* l1p_handle_for_lchan()
(These could possibly move to a more general .h/.c file later.)
Remember the hLayer3 handle in
* struct wait_l1_conf.
Match the incoming confirmations' and stored hLayer3 handles up in, and remove
a now obsolete comment from:
* is_prim_compat()
Since the hLayer3 members are at different byte offsets in
GsmL1_Prim_t.u.*, use large switch statements to set/get the value:
* In prim_init(), extend existing switch statement to set in GsmL1_Prim_t.
* Add l1p_get_hLayer3() to retrieve from GsmL1_Prim_t (could possibly move to a
more general .h/.c file later).
Note that some messages are already using the hLayer3 handle, and will
overwrite it after calling prim_init(), so those are not affected.
Change-Id: I17f95ba744c3e944a2241809106506f8dd1b24f0
http://cgit.osmocom.org/osmo-bts/commit/?id=7d210770a9ef5d2e30641319dc9b304…
commit 7d210770a9ef5d2e30641319dc9b304b79e80f72
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jun 21 16:41:21 2016 +0200
fix lc15 build: put src/common/libbts.a left of -losmogsm
When switching to the gsm_chan_t_names string list from libosmogsm,
libosmogsm actually became a dependency of the local libbts.a.
The breaking change is in openbsc.git 29048b2a80b5865ffc41fa4401113c5826227e23
and came in here because gsm_data_shared.h is included from openbsc.
Change-Id: I70e5735fc2a212305182d46a7e8485d0199ade7b
-----------------------------------------------------------------------
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, master has been updated
via 241bda03b4017fa4ac2a38ad9f37685bfbc81ee7 (commit)
from 29048b2a80b5865ffc41fa4401113c5826227e23 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
openbsc/tests/sgsn/sgsn_test.c | 2 +-
openbsc/tests/sgsn/sgsn_test.ok | 2 +-
2 files changed, 2 insertions(+), 2 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, neels/test9 has been created
at 241bda03b4017fa4ac2a38ad9f37685bfbc81ee7 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=241bda03b4017fa4ac2a38ad9f37685b…
commit 241bda03b4017fa4ac2a38ad9f37685bfbc81ee7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Jun 20 18:26:15 2016 +0200
typo in sgsn_test
(committing just to test gerrit, if it goes through it's still a valid change)
Change-Id: I3291ea2da99cd7f0e2f340b0e6fd6022d088beb8
-----------------------------------------------------------------------
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 d32aa035209364429e8e756724fb17085bdd587c (commit)
from 2c9f980163b233aa28b370e053d234306f1017bf (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/bts.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
UNNAMED PROJECT
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, neels/test8 has been created
at d32aa035209364429e8e756724fb17085bdd587c (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-pcu/commit/?id=d32aa035209364429e8e756724fb170…
commit d32aa035209364429e8e756724fb17085bdd587c
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Jun 20 18:17:03 2016 +0200
typo in warning
(actually committing just to test gerrit, and if it goes through it's still
a valid change.)
Change-Id: I2ca9a1cc2f250801fbe62f3c50b73dff7101ee08
-----------------------------------------------------------------------
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, neels/test7 has been created
at 92a307b0acc2416db842fd0c05b5bed39200185a (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=92a307b0acc2416db842fd0c05b5bed3…
commit 92a307b0acc2416db842fd0c05b5bed39200185a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Jun 20 17:57:04 2016 +0200
TEST 7 COMMIT 2
Change-Id: I6ed1f96751826dde1c6277a02608840505091d2e
http://cgit.osmocom.org/openbsc/commit/?id=bfada3b742434ed27b5dc058c3c148d7…
commit bfada3b742434ed27b5dc058c3c148d77c44e229
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Jun 20 17:56:43 2016 +0200
TEST 7 COMMIT 1 b
Change-Id: Ia01fd029011ba6c25d4001dc4efd0659e5751ea8
-----------------------------------------------------------------------
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, users/laforge/vlr has been created
at 93e583e5e67802effc9d236ae0d9279815133d0a (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=93e583e5e67802effc9d236ae0d92798…
commit 93e583e5e67802effc9d236ae0d9279815133d0a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Jun 17 00:06:42 2016 +0200
WIP: Introduce libvlr
Change-Id: I3f75de5f0cc2ff77f276fd39832dd3621309c4b9
http://cgit.osmocom.org/openbsc/commit/?id=3994fbc5a63e7df6e98143cc73e82ac2…
commit 3994fbc5a63e7df6e98143cc73e82ac2eb44c337
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri May 6 23:28:52 2016 +0200
WIP: move OAP client to libosmocore
http://cgit.osmocom.org/openbsc/commit/?id=7649737446138c38fc48679b868a7c02…
commit 7649737446138c38fc48679b868a7c02f5f65e8d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri May 6 23:29:17 2016 +0200
gsup_client: Make use of OAP optional
http://cgit.osmocom.org/openbsc/commit/?id=187084e711685c358aa7e55694057366…
commit 187084e711685c358aa7e5569405736671af32e1
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri May 6 23:28:11 2016 +0200
VTY: Print 3G auth tuples, not just 2G auth tuples
http://cgit.osmocom.org/openbsc/commit/?id=0a1a8582de3656ccbb66045739a384e3…
commit 0a1a8582de3656ccbb66045739a384e317f92336
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri May 6 23:27:38 2016 +0200
WIP: add gsup_test_client program
http://cgit.osmocom.org/openbsc/commit/?id=063f8d187d6662ed45e5b5b841d61aa3…
commit 063f8d187d6662ed45e5b5b841d61aa310044a41
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri May 6 13:49:49 2016 +0200
WIP: Handle Authentication Failure from MS
http://cgit.osmocom.org/openbsc/commit/?id=b173bb5ba4d6f1c4eb7995c14c013502…
commit b173bb5ba4d6f1c4eb7995c14c0135025b058672
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu May 5 22:52:41 2016 +0200
SGSN: Integrate basic support for UMTS AKA
We already had almost all the parts in place before:
* GSUP with capability to send us auth_vectors that contain
either triplets or quintuples
* mm_context that holds such auth_vectors
All that we need to add in this patch is the capability to send
the AUTN parameter in the GMM AUTH REQ and parse the extended RES
in the GMM AUTH RESP.
TODO: Implement SQN re-synchronoization mechanism (Auth Fail: Sync Err)
-----------------------------------------------------------------------
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 "OpenBTS' transceiver retro-fit".
The branch, fairwaves/limesdr-support has been updated
discards 3a4b50e00260df9c5d1c44fb7078f52d255e4731 (commit)
via 4cd03ccbb3f8f9ffd772b7958383e5877679cf29 (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 (3a4b50e00260df9c5d1c44fb7078f52d255e4731)
\
N -- N -- N (4cd03ccbb3f8f9ffd772b7958383e5877679cf29)
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-trx/commit/?id=4cd03ccbb3f8f9ffd772b7958383e58…
commit 4cd03ccbb3f8f9ffd772b7958383e5877679cf29
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Feb 5 00:52:49 2016 -0800
UHD: Initial LimeSDR support.
Only EDGE mode is currently supported. Traditional 1 SPS Rx / 4 SPS Tx
mode requires different sampling rates which is not currently working.
RF performance is also sub-optimal and requires more tuning.
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
OpenBTS' transceiver retro-fit
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 "OpenBTS' transceiver retro-fit".
The branch, fairwaves/limesdr-support-debug has been updated
discards 11c9922bb9c319d2de8f54ec0f747908d74c95db (commit)
discards 3a4b50e00260df9c5d1c44fb7078f52d255e4731 (commit)
via 3859e5a4f2d6d2f2b5bdfaf0775bf14a24f764e3 (commit)
via 4cd03ccbb3f8f9ffd772b7958383e5877679cf29 (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 (11c9922bb9c319d2de8f54ec0f747908d74c95db)
\
N -- N -- N (3859e5a4f2d6d2f2b5bdfaf0775bf14a24f764e3)
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-trx/commit/?id=3859e5a4f2d6d2f2b5bdfaf0775bf14…
commit 3859e5a4f2d6d2f2b5bdfaf0775bf14a24f764e3
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat Jun 18 11:23:31 2016 +0300
A lot of various debug of various levels of usefulness.
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
OpenBTS' transceiver retro-fit