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_no_pcu has been updated
discards 061e66121f107a3c3a00d4f0657effab0b81ee1d (commit)
discards 244db5514fbdcc684ac64c19e4b3e268eea5d027 (commit)
via 42edba5fe67ac96d4dde6ebb5f5d84fea9124f4f (commit)
via 370a91c4eac99948376c2175ef9e352c70be2b53 (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 (061e66121f107a3c3a00d4f0657effab0b81ee1d)
\
N -- N -- N (42edba5fe67ac96d4dde6ebb5f5d84fea9124f4f)
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=42edba5fe67ac96d4dde6ebb5f5d84f…
commit 42edba5fe67ac96d4dde6ebb5f5d84fea9124f4f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Aug 22 23:07:09 2016 +0200
dyn TS: if PCU is not connected, allow operation as TCH
Before this patch, Osmocom style TCH/F_TCH/H_PDCH dyn TS were paralyzed if no
PCU was running. The state of the dyn TS would lock up in the PDCH activation
phase since the PCU never completed the process.
Make more robust, i.e. don't concern the BSC with PDCH activation failures.
This matches the way plain PDCH TS work: besides declaring the TS as PDCH, the
BSC is not involved and is not told about errors.
During PDCH deactivation, still wait for the PCU to tear down the PDTCH SAPIs,
but in case no PCU is connected, send a rel ack right away.
Thus, the BSC will happily switch Osmocom style dynamic timeslots to and from
PDCH mode, using the dyn TS as voice channels as needed, and not caring about
possible PDCH failures. GPRS starts working right away as soon as a PCU
connects, regardless of dyn TS having been used for voice any number of times,
and without another switchover needed.
In detail:
In rsl_rx_chan_activ(), upon receiving a PDCH activation, send an RSL chan act
ack right away, unconditionally (with an explaining comment). Do not concern
the Abis link with PDCH activation failures.
Since we're acking right away now, drop the chan act ack that would follow
after the PCU activation: as before dyn TS, only send acks and nacks for
rel_act_kind == LCHAN_REL_ACT_RSL (PDCH runs as LCHAN_REL_ACT_PCU).
In dyn_ts_pdch_release, indicate that the PCU is not connected by means of
returning 1. In rsl_rx_rf_chan_rel(), use this indicator to send a rel ack
right away if the PCU is not connected.
Change-Id: I2a0b9730197786b99ff3bc1f08c75f7d279cb1f7
http://cgit.osmocom.org/osmo-bts/commit/?id=370a91c4eac99948376c2175ef9e352…
commit 370a91c4eac99948376c2175ef9e352c70be2b53
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Aug 22 18:23:03 2016 +0200
common/rsl: move decision whether to chan act ack/nack to common function
Prepare for a dyn TS patch that needs to call rsl_tx_chan_act_ack() directly
without the rel_act_kind decision.
Add function rsl_tx_chan_act_acknack() to wrap rsl_tx_chan_act_ack() and
rsl_tx_chan_act_nack(). Move the decision whether to drop the ack/nack, based
on lchan->rel_act_kind, to the new function, losing some code dup.
Change all callers to use the new function; drop the two older ones from rsl.h
and make them static.
Note: for nack, the exception for dyn TS in PDCH mode was missing
(rsl_tx_chan_act_nack() had only the rel_act_kind != LCHAN_REL_ACT_RSL
condition, but should also have had the dyn TS exception as in
rsl_tx_chan_act_ack()). I already know that this exception will again be
removed in an upcoming commit, but for patch readability it logically makes
sense to add it here. To easily include the nack case, drop the check for which
pchan the dyn TS is operating as, because a rel_act_kind == LCHAN_REL_ACT_PCU
implies that it is either already in or trying to become PDCH mode.
Change-Id: I57ba60c670730c6d7877a6a9b96ece0a7679a0bb
-----------------------------------------------------------------------
Summary of changes:
src/common/rsl.c | 6 +++---
1 file changed, 3 insertions(+), 3 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, neels/dyn_fixes has been updated
discards 2d0f7bc050d14c68081291162724e8775e42dc2a (commit)
discards 2f1645fd2a1b3566ffc09c51dd34cfe096cb935b (commit)
discards 8beb6cc93ac1a766b511f2ffa3353b2b92532d29 (commit)
discards 78488ff2382be036854a52d6f4abe3380452d185 (commit)
via bffa475aca803ec61af17936bcad12768978951e (commit)
via e5adc02fed05f3768d34703e014e5f8943b973ce (commit)
via 9ad7f986ef2702aa57b2cbb52e3582b828fa1163 (commit)
via 343d499a01b306ddb17918853c3c4439ba035261 (commit)
via 91dfa86c18a522cf108245d6c6bdc89f0835a533 (commit)
via 1f6a9ba7e569990e58df1003e7e611691bf95303 (commit)
via dbb6392368d4a9b5ba0ade9e2681e1d057011519 (commit)
via 2a63d01c1e60aef2a82d2c65dcf640386ba7c0d4 (commit)
via b6f565c97da5aeef8f5a490ea259379265c76b18 (commit)
via 2f44693fad8505255293d3ed37dbd4e7cabebd37 (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 (2d0f7bc050d14c68081291162724e8775e42dc2a)
\
N -- N -- N (bffa475aca803ec61af17936bcad12768978951e)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=bffa475aca803ec61af17936bcad1276…
commit bffa475aca803ec61af17936bcad12768978951e
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Aug 9 21:43:24 2016 +0200
chan_alloc: log when dyn TS is not picked due to lchan state
Change-Id: I47acacc375b63de68b157f3a73a7e0aed4b31ae7
http://cgit.osmocom.org/openbsc/commit/?id=e5adc02fed05f3768d34703e014e5f89…
commit e5adc02fed05f3768d34703e014e5f8943b973ce
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jul 29 18:12:06 2016 +0200
move ts_sublots() to gsm_data_shared.c, it will be used by osmo-bts
Change-Id: I8ba06d7dd6e0ceab3d8d18bb565354d6ed461f7e
http://cgit.osmocom.org/openbsc/commit/?id=9ad7f986ef2702aa57b2cbb52e3582b8…
commit 9ad7f986ef2702aa57b2cbb52e3582b828fa1163
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jul 29 18:13:38 2016 +0200
chan_alloc.c: use ts_subslots() instead of subslots_per_pchan[]
The array will move to gsm_data_shared.c; to prepare, use the function
instead.
Change-Id: Icbea7dbd78abf6144e5291f531a97f96507d8cbf
http://cgit.osmocom.org/openbsc/commit/?id=343d499a01b306ddb17918853c3c4439…
commit 343d499a01b306ddb17918853c3c4439ba035261
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jul 29 18:10:59 2016 +0200
dyn TS: bts_chan_load: use correct nr of subslots for dyn ts
For TCH/F_TCH/H_PDCH dynamic timeslots, the ts->pchan does not lead to a
meaningful value from the subslots_per_pchan[] array. Use the ts_subslots()
function instead, which checks for dyn pchan.
Change-Id: I659acebca82dfb3e305433471be64e9d27439af8
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 5 +-
openbsc/contrib/bsc_control.py | 49 ++++++++---
openbsc/contrib/ctrl2sse.py | 147 ++++++++++++++++++++++++++++++++
openbsc/src/libcommon/gsm_data_shared.c | 21 +++--
4 files changed, 202 insertions(+), 20 deletions(-)
create mode 100755 openbsc/contrib/ctrl2sse.py
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/log has been created
at cde0c2f3121b9e14a432786e9e834c11cfffe9f8 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=cde0c2f3121b9e14a432786e9e834c11…
commit cde0c2f3121b9e14a432786e9e834c11cfffe9f8
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Aug 23 01:22:58 2016 +0200
log causing rx event for lchan_lookup errors
Add log_name to lchan_lookup() and pass such from the various RSL rx events
that call it to validate the RSL chan_nr.
Change-Id: Id81e7b8b9c27831923f050a78dfc7d650e687033
http://cgit.osmocom.org/openbsc/commit/?id=a3c3216df565558e18f6e0aca54712a2…
commit a3c3216df565558e18f6e0aca54712a2de740954
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Aug 22 18:40:07 2016 +0200
log: abis_rsl: don't log 'error' when there is no error
The message 'RF Channel Release due error 0' keeps catching my eye because
it says 'error' even though the error code is zero, i.e. no error.
This shall end now.
Change-Id: Ie0b9d62e8ce85a096c963931e0ae5527b8dc490a
-----------------------------------------------------------------------
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, master has been updated
via 723f7c7db3b0fc494f15fa20cab775f596b18cb1 (commit)
from 91dfa86c18a522cf108245d6c6bdc89f0835a533 (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=723f7c7db3b0fc494f15fa20cab775f5…
commit 723f7c7db3b0fc494f15fa20cab775f596b18cb1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Aug 11 19:12:54 2016 +0200
comment: gsm48_gmm_sendmsg(): add spec reference on encryptable
Change-Id: I54a3bc518bc38e38b78f6e9ea3705e4fbd5ffb98
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gprs_gmm.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, neels/log1 has been created
at c491ba1701e1480da07a9529cdb320d502dd8b52 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=c491ba1701e1480da07a9529cdb320d…
commit c491ba1701e1480da07a9529cdb320d502dd8b52
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Aug 22 22:58:10 2016 +0200
log: l1sap: add 0x to hex output of chan_nr, 5 times
Change-Id: I187a74fd255dbdfb9bfb1e32786031a66f013efb
-----------------------------------------------------------------------
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, neels/dyn_no_pcu has been created
at 061e66121f107a3c3a00d4f0657effab0b81ee1d (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=061e66121f107a3c3a00d4f0657effa…
commit 061e66121f107a3c3a00d4f0657effab0b81ee1d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Aug 22 23:07:09 2016 +0200
dyn TS: if PCU is not connected, allow operation as TCH
Before this patch, Osmocom style TCH/F_TCH/H_PDCH dyn TS were paralyzed if no
PCU was running. The state of the dyn TS would lock up in the PDCH activation
phase since the PCU never completed the process.
Make more robust, i.e. don't concern the BSC with PDCH activation failures.
This matches the way plain PDCH TS work: besides declaring the TS as PDCH, the
BSC is not involved and is not told about errors.
During PDCH deactivation, still wait for the PCU to tear down the PDTCH SAPIs,
but in case no PCU is connected, send a rel ack right away.
Thus, the BSC will happily switch Osmocom style dynamic timeslots to and from
PDCH mode, using the dyn TS as voice channels as needed, and not caring about
possible PDCH failures. GPRS starts working right away as soon as a PCU
connects, regardless of dyn TS having been used for voice any number of times,
and without another switchover needed.
In detail:
In rsl_rx_chan_activ(), upon receiving a PDCH activation, send an RSL chan act
ack right away, unconditionally (with an explaining comment). Do not concern
the Abis link with PDCH activation failures.
Since we're acking right away now, drop the chan act ack that would follow
after the PCU activation: as before dyn TS, only send acks and nacks for
rel_act_kind == LCHAN_REL_ACT_RSL (PDCH runs as LCHAN_REL_ACT_PCU).
In dyn_ts_pdch_release, indicate that the PCU is not connected by means of
returning 1. In rsl_rx_rf_chan_rel(), use this indicator to send a rel ack
right away if the PCU is not connected.
Change-Id: I2a0b9730197786b99ff3bc1f08c75f7d279cb1f7
http://cgit.osmocom.org/osmo-bts/commit/?id=244db5514fbdcc684ac64c19e4b3e26…
commit 244db5514fbdcc684ac64c19e4b3e268eea5d027
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Aug 22 18:23:03 2016 +0200
common/rsl: move decision whether to chan act ack/nack to common function
Prepare for a dyn TS patch that needs to call rsl_tx_chan_act_ack() directly
without the rel_act_kind decision.
Add function rsl_tx_chan_act_acknack() to wrap rsl_tx_chan_act_ack() and
rsl_tx_chan_act_nack(). Move the decision whether to drop the ack/nack, based
on lchan->rel_act_kind, to the new function, losing some code dup.
Change all callers to use the new function; drop the two older ones from rsl.h
and make them static.
Note: for nack, the exception for dyn TS in PDCH mode was missing
(rsl_tx_chan_act_nack() had only the rel_act_kind != LCHAN_REL_ACT_RSL
condition, but should also have had the dyn TS exception as in
rsl_tx_chan_act_ack()). I already know that this exception will again be
removed in an upcoming commit, but for patch readability it logically makes
sense to add it here. To easily include the nack case, drop the check for which
pchan the dyn TS is operating as, because a rel_act_kind == LCHAN_REL_ACT_PCU
implies that it is either already in or trying to become PDCH mode.
Change-Id: I57ba60c670730c6d7877a6a9b96ece0a7679a0bb
-----------------------------------------------------------------------
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, neels/log2 has been created
at 9ddcbd785fef37a031774ab4768a6a312d7cc076 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=9ddcbd785fef37a031774ab4768a6a3…
commit 9ddcbd785fef37a031774ab4768a6a312d7cc076
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Aug 22 23:00:07 2016 +0200
log causing rx event for lchan_lookup errors
Add log_name to lchan_lookup() and pass such from the various RSL rx events
that call it to validate the RSL chan_nr.
Change-Id: I0d9923f47ac655b204169eec302d607412d5754d
-----------------------------------------------------------------------
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 "GNU Radio block for interfacing with various radio hardware".
The branch, master has been updated
via ae686c462df73285fc13d3a0dc76f360a911500b (commit)
via 860e9a1a727688a0b7d2040ed4afdc0669331160 (commit)
via e3b6560b0423efbaecb743e7edf6cbb28a1ee3c7 (commit)
from 164a09fc11cec2d8b15b38e8b512fa542d6cecc7 (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:
lib/soapy/soapy_sink_c.cc | 17 ++++++++++++++---
lib/soapy/soapy_source_c.cc | 17 ++++++++++++++---
2 files changed, 28 insertions(+), 6 deletions(-)
hooks/post-receive
--
GNU Radio block for interfacing with various radio hardware
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 1ec4d80176680a99d561a19adee9677756e65d99 (commit)
from 9876f4bb211341ad3cefe5505b30694b04ee91e7 (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=1ec4d80176680a99d561a19adee9677…
commit 1ec4d80176680a99d561a19adee9677756e65d99
Author: Aravind Sirsikar <Arvind.Sirsikar(a)radisys.com>
Date: Wed Aug 17 12:56:53 2016 +0530
Remove warning while using 'egprs only' command in VTY
This warning is not valid since the PCU is not failing when EGPRS is
activated. So removing this trace
Change-Id: I62278f998adc691b9a3563ac2a46d756e7bfb66c
-----------------------------------------------------------------------
Summary of changes:
src/pcu_vty.c | 6 ------
1 file changed, 6 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, neels/dyn_fixes has been updated
discards 42b8a25b0bd8eb53a79841fe463742a4aa259b02 (commit)
discards f476da552fda7c6255008e0fd4c0da13e629f70d (commit)
discards a85b43430cd3d44d017d3d40f728e89e1523be4d (commit)
discards e82c02e68c25caefab5b4a33cac744a7de5148f5 (commit)
discards 0dcccec33083c6b4db00d733aeb2601ebeab2a58 (commit)
discards d6ebab44a4cbc7d61ce079f472ba7ee9bc60182f (commit)
discards 488d920242fa37910cb9ac060b07a5e5701bd6bc (commit)
via 656e2d88a47844054f9b360861f10b084cd43efd (commit)
via 783301182215199975bf3afddf03f49f6a41ea37 (commit)
via 242e9202a31c7f02b61a62297a057b78b7ce0a89 (commit)
via 43d082e6f1ec42aae566cc21cecc90e56a262090 (commit)
via 55c46022e1a5f1cbe51c96566e38ff110e4a3092 (commit)
via 37af36e85eca546595081246aec010fa7f6fd0be (commit)
via 63849ebf7143fe5af0d8dffd4157d62c8c1a2867 (commit)
via 67a056c122ed588e74835771a3cfda0f2055c284 (commit)
via ef8e2ef6817a78e1598586dfc7275982ec21fd5a (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 (42b8a25b0bd8eb53a79841fe463742a4aa259b02)
\
N -- N -- N (656e2d88a47844054f9b360861f10b084cd43efd)
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=656e2d88a47844054f9b360861f10b0…
commit 656e2d88a47844054f9b360861f10b084cd43efd
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Aug 9 19:56:50 2016 +0200
dyn TS: sysmo,lc15: ph_data_req: fix PDCH mode detection
Though this patch theoretically makes a lot of sense, it is not entirely clear
why dyn TS are working without it. Committing due to common sense, not to fix
any actual breakage.
Change-Id: I6136cb42a4d627ebefc963eb5321fadfe63cca4b
http://cgit.osmocom.org/osmo-bts/commit/?id=783301182215199975bf3afddf03f49…
commit 783301182215199975bf3afddf03f49f6a41ea37
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Aug 9 20:15:09 2016 +0200
cosmetic: common ts_is_pdch()
Have one common ts_is_pdch(), placed in lchan.c, since this file is pretty
empty and pretty close to ts. Publish in gsm_data.h.
Remove the if-style implementation from l1sap.c, and instead implement in a
switch statement.
This prepares for upcoming ts_is_pdch() usage in ph_data_req() for sysmo and
lc15.
Change-Id: Ib78d663fdbac5a1d7053f1b9d543649b66da00e2
http://cgit.osmocom.org/osmo-bts/commit/?id=242e9202a31c7f02b61a62297a057b7…
commit 242e9202a31c7f02b61a62297a057b78b7ce0a89
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Jul 27 15:16:29 2016 +0200
dyn TS: measurement: use correct nr of subslots, rm code dup
In measurement.c, fix the number of sublots for TCH/F_TCH/H_PDCH, by using
ts_subslots() from gsm_data_shared.c. The local dup of subslots_per_pchan[] is
no longer needed. (depends on recent commit to openbsc.git for ts_sublots())
Change-Id: I9d9df470c49487bffd56dde42c7bec0da2f50642
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-sysmo/femtobts.h | 2 +-
src/osmo-bts-sysmo/oml.c | 5 +++--
src/osmo-bts-trx/scheduler_trx.c | 2 +-
3 files changed, 5 insertions(+), 4 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)