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 0958938d4ea32b4eff288b4b1369384f8eaddb93 (commit)
via f2e114ac85700c8b018d4d1495f6ef1762e0718d (commit)
via 65b0efe56eafff992d60854787b83275ac33f84e (commit)
via c36a13b073d39a5249418e7e0e78b7a45bfeb310 (commit)
from 9cb249bf84b256168b807305a1c4884c5c5fc9fb (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=0958938d4ea32b4eff288b4b1369384f…
commit 0958938d4ea32b4eff288b4b1369384f8eaddb93
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue Jun 2 09:38:41 2015 +0200
sgsn: Simplify finding/using the first address of the result
The loop was used to print all returned addresses but we can
simply pick the first one. This is fixing a coverity issue that
the loop will be executed eaxactly once (and that was on
purpose).
Simplify the code and just take the first element (which might
be NULL).
Fixes: Coverity CID#1302852
http://cgit.osmocom.org/openbsc/commit/?id=f2e114ac85700c8b018d4d1495f6ef17…
commit f2e114ac85700c8b018d4d1495f6ef1762e0718d
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue Jun 2 09:33:31 2015 +0200
sgsn: seleted_apn_str might be NULL do not strcpy
The subscriber might simply not be allowed to use the APN
that was specified. So selected_apn_str might very well be
NULL.
Fixes: Coverity CID#1302853
http://cgit.osmocom.org/openbsc/commit/?id=65b0efe56eafff992d60854787b83275…
commit 65b0efe56eafff992d60854787b83275ac33f84e
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue Jun 2 09:31:04 2015 +0200
sgsn: Check the return value of osmo_fd_register
We can't do much in case the fd is failing to be registered.
There should be a timeout that is catching this and it might
be able to repair it self.
Fixes: Coverity CID#1302854
http://cgit.osmocom.org/openbsc/commit/?id=c36a13b073d39a5249418e7e0e78b7a4…
commit c36a13b073d39a5249418e7e0e78b7a45bfeb310
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat May 30 14:40:54 2015 -0400
libbsc: Move SIs update/generation for a BTS into a separate function.
The code to do that doesn't belong to the control interface, so
abstract it out to a separate function gsm_bts_set_system_infos().
[hfreyther: Fix the coding style...]
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 1 +
openbsc/src/gprs/gprs_gmm.c | 9 ++-------
openbsc/src/gprs/gprs_sgsn.c | 5 ++++-
openbsc/src/gprs/sgsn_ares.c | 3 ++-
openbsc/src/libbsc/bsc_ctrl_commands.c | 18 +++++-------------
openbsc/src/libbsc/bsc_init.c | 22 +++++++++++++++++++++-
6 files changed, 35 insertions(+), 23 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 "OpenBTS' transceiver retro-fit".
The branch, fairwaves/debug has been deleted
was 3dc93b5623fa9395adc2398faf4eff07c8660e55
-----------------------------------------------------------------------
3dc93b5623fa9395adc2398faf4eff07c8660e55 sigProcLib: Fix burst start phase.
-----------------------------------------------------------------------
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, master has been updated
via 351fd7670649cafd5344cf6fc746f63729df97cb (commit)
via 6a2bf0d87b215860e76d1866885ae552b0ba63fe (commit)
via 2966048b07188e1562b805a19cd0108d837c7abb (commit)
via f5fd578d6097c295192840e846a8e4eca5cef5d2 (commit)
via 57ef87d061c7e208c97635ad495f7431ec2aee9b (commit)
via 5721920a08eb7414799f06bfbbfc3cc8ba6cb359 (commit)
via 194a9b19828f0779f7eca05ce75e2b61a776da21 (commit)
from 1fe5282133fa1e4e73a98645080ba88241778158 (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-trx/commit/?id=351fd7670649cafd5344cf6fc746f63…
commit 351fd7670649cafd5344cf6fc746f63729df97cb
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun May 24 20:16:51 2015 -0400
sigProcLib: Fix burst start phase.
R&S CMD57 complains about the start phase of bursts, particularly it shows
-15 to -30 deg of error for the bit 0.5 position (start tail bit). This patch
makes it happy. ETSI TS 145 004 section 2.2 describes this: "Before the first
bit of the bursts as defined in 3GPP TS 45.002 enters the modulator,
the modulator has an internal state as if a modulating bit stream consisting
of consecutive ones (di = 1) had entered the differential encoder."
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
http://cgit.osmocom.org/osmo-trx/commit/?id=6a2bf0d87b215860e76d1866885ae55…
commit 6a2bf0d87b215860e76d1866885ae552b0ba63fe
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun May 24 19:28:09 2015 -0400
transceiver: Drive clock indication form the receive thread.
Receive thread receives data from the device, which is a more stable source of
clocking than the transmit side. If transmit side has a hiccup, osmo-trx doesn't
send the clock indication, and transmit side is getting completely lost in time.
With this patch we ensure that clock indication keeps coming.
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
http://cgit.osmocom.org/osmo-trx/commit/?id=2966048b07188e1562b805a19cd0108…
commit 2966048b07188e1562b805a19cd0108d837c7abb
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun May 24 19:13:38 2015 -0400
transceiver: Fix out-of-bounds acces in genRandNormalBurst().
We should read gTrainingSequence starting from 0 bit index, not 61 bit index.
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
-----------------------------------------------------------------------
Summary of changes:
CommonLibs/Logger.cpp | 16 +++++++++-------
CommonLibs/Logger.h | 3 ++-
Transceiver52M/Transceiver.cpp | 21 ++++++++-------------
Transceiver52M/Transceiver.h | 2 +-
Transceiver52M/osmo-trx.cpp | 14 ++++++++++++--
Transceiver52M/sigProcLib.cpp | 2 +-
6 files changed, 33 insertions(+), 25 deletions(-)
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 "GNU Radio block for interfacing with various radio hardware".
The branch, master has been updated
via f33f30815a7b9494315d4782245447ebca21c02e (commit)
via 2bcd86e55e92711f4d14d0acd25b79691f9b9520 (commit)
via dd6690b6ca7b2cf735867a55a2e92ef1f0c01639 (commit)
via 254e1b1981bbe920b03c1a8e50b67509739231f3 (commit)
via e847176f3ee43434eef7f6cfa1128983801f45c7 (commit)
via dd6536757a3a2ce115491f12d730a592fbc07999 (commit)
via 485b02e6152d8abb6d61c9b16fe53c8a253ca4dd (commit)
via 592a814bdb023cf471e4ff9ead13c8e11712360e (commit)
via 8e6ecd0644519c96d8d9c1a606cf4b8c39bcf2a6 (commit)
via 69181b0e858c109d1471d4a1c9a2c87f732e8df6 (commit)
via 5dca65674565b6e44bf2e790430d5bb7370f2327 (commit)
via d4387f436dd3555c7c590273916df6798cc9dd1f (commit)
via 9595b044b659f6ba2ee38e48cc3721b562726912 (commit)
from b3fdf5b83dc79575405f524df889d92908fecc72 (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/gr-osmosdr/commit/?id=f33f30815a7b9494315d478224544…
commit f33f30815a7b9494315d4782245447ebca21c02e
Author: Dimitri Stolnikov <horiz0n(a)gmx.net>
Date: Mon Jun 1 22:24:32 2015 +0200
hackrf: use #ifdef just like in hackrf_sink_c
http://cgit.osmocom.org/gr-osmosdr/commit/?id=2bcd86e55e92711f4d14d0acd25b7…
commit 2bcd86e55e92711f4d14d0acd25b79691f9b9520
Author: Heikki Hannikainen <hessu(a)hes.iki.fi>
Date: Mon Jun 1 11:58:54 2015 +0300
Pass LIBHACKRF_HAVE_DEVICE_LIST to a #define
Signed-off-by: Heikki Hannikainen <hessu(a)hes.iki.fi>
http://cgit.osmocom.org/gr-osmosdr/commit/?id=dd6690b6ca7b2cf735867a55a2e92…
commit dd6690b6ca7b2cf735867a55a2e92ef1f0c01639
Author: Heikki Hannikainen <hessu(a)hes.iki.fi>
Date: Mon Jun 1 10:29:19 2015 +0300
hackrf: Add cmake magic to figure out if multiple devices support is available in libhackrf, so that backwards compatibility with old libhackrf is maintained.
Signed-off-by: Heikki Hannikainen <hessu(a)hes.iki.fi>
http://cgit.osmocom.org/gr-osmosdr/commit/?id=254e1b1981bbe920b03c1a8e50b67…
commit 254e1b1981bbe920b03c1a8e50b67509739231f3
Author: Heikki Hannikainen <hessu(a)hes.iki.fi>
Date: Sat May 30 14:30:03 2015 +0300
hackrf_source: adjust error message
Signed-off-by: Heikki Hannikainen <hessu(a)hes.iki.fi>
http://cgit.osmocom.org/gr-osmosdr/commit/?id=e847176f3ee43434eef7f6cfa1128…
commit e847176f3ee43434eef7f6cfa1128983801f45c7
Author: Heikki Hannikainen <hessu(a)hes.iki.fi>
Date: Tue Mar 3 02:30:45 2015 +0200
hackrf_source: Support selecting device with index number (hackrf=0)
Signed-off-by: Heikki Hannikainen <hessu(a)hes.iki.fi>
http://cgit.osmocom.org/gr-osmosdr/commit/?id=dd6536757a3a2ce115491f12d730a…
commit dd6536757a3a2ce115491f12d730a592fbc07999
Author: Heikki Hannikainen <hessu(a)hes.iki.fi>
Date: Tue Feb 24 13:10:36 2015 +0200
hackrf_sink_c: device enumeration
Signed-off-by: Heikki Hannikainen <hessu(a)hes.iki.fi>
http://cgit.osmocom.org/gr-osmosdr/commit/?id=485b02e6152d8abb6d61c9b16fe53…
commit 485b02e6152d8abb6d61c9b16fe53c8a253ca4dd
Author: Heikki Hannikainen <hessu(a)hes.iki.fi>
Date: Tue Feb 24 12:38:42 2015 +0200
hackrf device enumeration: Use only 6 characters of serial (should be unique per user?) and append it in device name
Signed-off-by: Heikki Hannikainen <hessu(a)hes.iki.fi>
http://cgit.osmocom.org/gr-osmosdr/commit/?id=592a814bdb023cf471e4ff9ead13c…
commit 592a814bdb023cf471e4ff9ead13c8e11712360e
Author: Heikki Hannikainen <hessu(a)hes.iki.fi>
Date: Tue Feb 24 12:31:46 2015 +0200
hackrf_source: Truncate serial numbers to 16 chars when enumerating, parse USB board IDs correctly
Signed-off-by: Heikki Hannikainen <hessu(a)hes.iki.fi>
http://cgit.osmocom.org/gr-osmosdr/commit/?id=8e6ecd0644519c96d8d9c1a606cf4…
commit 8e6ecd0644519c96d8d9c1a606cf4b8c39bcf2a6
Author: Heikki Hannikainen <hessu(a)hes.iki.fi>
Date: Tue Feb 24 11:51:38 2015 +0200
hackrf_source: attempt device enumeration with hackrf_device_list
Signed-off-by: Heikki Hannikainen <hessu(a)hes.iki.fi>
http://cgit.osmocom.org/gr-osmosdr/commit/?id=69181b0e858c109d1471d4a1c9a2c…
commit 69181b0e858c109d1471d4a1c9a2c87f732e8df6
Author: Heikki Hannikainen <hessu(a)hes.iki.fi>
Date: Tue Feb 24 11:37:32 2015 +0200
hackrf_sink: support hackrf_open_by_serial
Signed-off-by: Heikki Hannikainen <hessu(a)hes.iki.fi>
http://cgit.osmocom.org/gr-osmosdr/commit/?id=5dca65674565b6e44bf2e790430d5…
commit 5dca65674565b6e44bf2e790430d5bb7370f2327
Author: Heikki Hannikainen <hessu(a)hes.iki.fi>
Date: Tue Feb 24 11:37:18 2015 +0200
style update to match surroundings
Signed-off-by: Heikki Hannikainen <hessu(a)hes.iki.fi>
http://cgit.osmocom.org/gr-osmosdr/commit/?id=d4387f436dd3555c7c590273916df…
commit d4387f436dd3555c7c590273916df6798cc9dd1f
Author: Heikki Hannikainen <hessu(a)hes.iki.fi>
Date: Tue Feb 24 11:30:16 2015 +0200
Require hackrf argument to have a non-zero-length value to trigger serial number search
Signed-off-by: Heikki Hannikainen <hessu(a)hes.iki.fi>
http://cgit.osmocom.org/gr-osmosdr/commit/?id=9595b044b659f6ba2ee38e48cc372…
commit 9595b044b659f6ba2ee38e48cc3721b562726912
Author: Heikki Hannikainen <hessu(a)hes.iki.fi>
Date: Tue Feb 24 10:53:10 2015 +0200
hackrf: support for hackrf_open_by_serial in hackrf source
Signed-off-by: Heikki Hannikainen <hessu(a)hes.iki.fi>
-----------------------------------------------------------------------
Summary of changes:
cmake/Modules/FindLibHackRF.cmake | 10 ++++++
lib/hackrf/hackrf_sink_c.cc | 54 +++++++++++++++++++---------
lib/hackrf/hackrf_source_c.cc | 75 ++++++++++++++++++++++++++++++---------
3 files changed, 107 insertions(+), 32 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 9cb249bf84b256168b807305a1c4884c5c5fc9fb (commit)
from 5fd0c64e0a249264b112d62afb6e1c2299187f68 (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=9cb249bf84b256168b807305a1c4884c…
commit 9cb249bf84b256168b807305a1c4884c5c5fc9fb
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri May 29 19:51:21 2015 +0200
sgsn: Do not search the name with the "domain" name attached to it
In case the query for "hostname" will fail c-ares will append the
domain name of /etc/resolv.conf and query again. We don't want that
so claim we provide a list of domain names and then don't provide
any.
I didn't intend to have pushed the c-ares code to master yet.
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/sgsn_ares.c | 2 +-
1 file changed, 1 insertion(+), 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, shared/packages/testing has been updated
discards c258cbc58b1eddbcaa27cb091bca013198d8ae58 (commit)
discards e098368cef18a0a74930c7f66b5572e1567cbf22 (commit)
discards acd42e294275ebd65fade346143b8335b12de78d (commit)
discards 5e7817d5d158d6de7df69215406c248adcc022c6 (commit)
discards b0168b6a62c20639e3c8f1b0fa216f787b6955ce (commit)
via 7f7470a1282709a1c9572f0ecb9a6b424f0112bd (commit)
via b8c8f2236703ba7a6cd3aa4bbeb5457b15aa3071 (commit)
via 14f5cf59b1965d61f264e2330782291e6f2e4b15 (commit)
via 91adfc6212e6bfe44d11cbe27c4b58cc82cd6d4b (commit)
via 98f794698aafec5a2a815c33817757a164540216 (commit)
via 18615efceddd94009f0729495c66642d52b619d1 (commit)
via 49f978ae978a53b63310d8ff88be8038f9927dee (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 (c258cbc58b1eddbcaa27cb091bca013198d8ae58)
\
N -- N -- N (7f7470a1282709a1c9572f0ecb9a6b424f0112bd)
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=7f7470a1282709a1c9572f0ecb9a6b42…
commit 7f7470a1282709a1c9572f0ecb9a6b424f0112bd
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue May 26 00:16:00 2015 +0800
debian: Add the new c-ares dependency for the SGSN
http://cgit.osmocom.org/openbsc/commit/?id=b8c8f2236703ba7a6cd3aa4bbeb5457b…
commit b8c8f2236703ba7a6cd3aa4bbeb5457b15aa3071
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Apr 23 20:26:27 2015 -0400
debian: New release with new NAT command
http://cgit.osmocom.org/openbsc/commit/?id=14f5cf59b1965d61f264e2330782291e…
commit 14f5cf59b1965d61f264e2330782291e6f2e4b15
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Apr 23 17:47:26 2015 -0400
debian: Build new packages
http://cgit.osmocom.org/openbsc/commit/?id=91adfc6212e6bfe44d11cbe27c4b58cc…
commit 91adfc6212e6bfe44d11cbe27c4b58cc82cd6d4b
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Fri Oct 17 10:08:02 2014 +0200
sgsn: Do not die in _bssgp_tx_dl_ud on TLLI mismatch (TODO)
Currently an OSMO_ASSERT fails, if the message's and the mmctx's
TLLIs do not match.
This commit turns the assertion into an ERROR log message and uses
the default values for IMSI, DRX, and RA CAP instead of the MM
context values in this case.
TODO:
- find the real source for the problem
- add test cases derived from what is being described in the ticket
Ticket: OW#1322
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/openbsc/commit/?id=98f794698aafec5a2a815c33817757a1…
commit 98f794698aafec5a2a815c33817757a164540216
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Sep 30 13:53:26 2014 +0200
sgsn: Added TODOs (TODO)
TODO:
- fix and remove TODOs
- add test cases for Detach(reattach)
- add test cases for PDP context deletion (OW#1311)
- add test cases for Cancel pending timer in sgsn_mm_ctx_free
- remove this commit
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/openbsc/commit/?id=18615efceddd94009f0729495c66642d…
commit 18615efceddd94009f0729495c66642d52b619d1
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Fri Dec 19 19:11:20 2014 +0100
sgsn: Add logging to connect_timer_cb (TODO)
TODO:
- LOGLevel ?
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 3 ++-
debian/control | 2 +-
openbsc/src/gprs/sgsn_ares.c | 2 +-
3 files changed, 4 insertions(+), 3 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, fairwaves/rebase-no-queue has been updated
via 0b19f7af80284991cc8512ae4d168469a100eeee (commit)
via 3ec78f0d49513b78a0fca5a6861f34f638c4b5bf (commit)
from a9c6d44035d91dab550912c244ecd317cb129347 (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=0b19f7af80284991cc8512ae4d168469…
commit 0b19f7af80284991cc8512ae4d168469a100eeee
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat May 30 14:42:50 2015 -0400
libbsc: Update a BTS's SIs when ms_max_power is changed from VTY.
Otherwise you have to restart BTS or at least break the RSL connection
to apply the change.
http://cgit.osmocom.org/openbsc/commit/?id=3ec78f0d49513b78a0fca5a6861f34f6…
commit 3ec78f0d49513b78a0fca5a6861f34f638c4b5bf
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat May 30 14:40:54 2015 -0400
libbsc: Abstract out SIs update/generation for a BTS into a separate function.
The code to do that doesn't belong to the control interface, so abstract it out
to a separate function gsm_bts_set_system_infos().
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 1 +
openbsc/src/libbsc/bsc_ctrl_commands.c | 18 +++++-------------
openbsc/src/libbsc/bsc_init.c | 23 ++++++++++++++++++++++-
openbsc/src/libbsc/bsc_vty.c | 8 ++++++++
4 files changed, 36 insertions(+), 14 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, fairwaves/rebase-no-queue has been updated
via a9c6d44035d91dab550912c244ecd317cb129347 (commit)
from 90459a0507b7b0fc66a7c764c48c8f244ce66989 (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=a9c6d44035d91dab550912c244ecd317…
commit a9c6d44035d91dab550912c244ecd317cb129347
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Fri May 29 13:07:08 2015 -0400
debian: Add osmocom-meas-utils package
-----------------------------------------------------------------------
Summary of changes:
debian/control | 19 +++++++++++++++++--
debian/osmocom-meas-utils.install | 3 +++
debian/rules | 1 +
3 files changed, 21 insertions(+), 2 deletions(-)
create mode 100644 debian/osmocom-meas-utils.install
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, achemeris/ms_max_power_vty has been updated
discards 05da9e34de2be7f0f3eca957e2b79cdf308ee790 (commit)
discards 56b2a6ad741a0110c2a1eb54f728d115c984b181 (commit)
via 376ff9f5164c1db22df893b1d664f85382a22f29 (commit)
via 235f557b502566e335cd5a71d1272014496d35a1 (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 (05da9e34de2be7f0f3eca957e2b79cdf308ee790)
\
N -- N -- N (376ff9f5164c1db22df893b1d664f85382a22f29)
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=376ff9f5164c1db22df893b1d664f853…
commit 376ff9f5164c1db22df893b1d664f85382a22f29
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat May 30 14:42:50 2015 -0400
libbsc: Update a BTS's SIs when ms_max_power is changed from VTY.
Otherwise you have to restart BTS or at least break the RSL connection
to apply the change.
http://cgit.osmocom.org/openbsc/commit/?id=235f557b502566e335cd5a71d1272014…
commit 235f557b502566e335cd5a71d1272014496d35a1
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat May 30 14:40:54 2015 -0400
libbsc: Abstract out SIs update/generation for a BTS into a separate function.
The code to do that doesn't belong to the control interface, so abstract it out
to a separate function gsm_bts_set_system_infos().
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/bsc_init.c | 2 +-
1 file changed, 1 insertion(+), 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, achemeris/ms_max_power_vty has been created
at 05da9e34de2be7f0f3eca957e2b79cdf308ee790 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=05da9e34de2be7f0f3eca957e2b79cdf…
commit 05da9e34de2be7f0f3eca957e2b79cdf308ee790
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat May 30 14:42:50 2015 -0400
libbsc: Update a BTS's SIs when ms_max_power is changed from VTY.
Otherwise you have to restart BTS or at least break the RSL connection
to apply the change.
http://cgit.osmocom.org/openbsc/commit/?id=56b2a6ad741a0110c2a1eb54f728d115…
commit 56b2a6ad741a0110c2a1eb54f728d115c984b181
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat May 30 14:40:54 2015 -0400
libbsc: Abstract out SIs update/generation for a BTS into a separate function.
The code to do that doesn't belong to the control interface, so abstract it out
to a separate function gsm_bts_set_system_infos().
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)