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/vlr has been updated
discards 47e53c5e4c31b9bdcbd672d6bfb3f978209d736e (commit)
discards b54a57efa925cdf2036118d66df269765c0b915f (commit)
discards 000a17ad022d2ac08e4c36c80197c1880b0521b8 (commit)
discards 69630ebc0bc6b23176bb57591f1e1df84a0890d6 (commit)
discards 9a884c6e634828d31e387791e4e13b88be2830d5 (commit)
discards 50585e4f6b74e0a06457b95caa8e2a8ece704023 (commit)
discards 3134d719318c0426518e7086158d9410a9912dde (commit)
discards 5dd425afa6b274034aec947507b8282c4340b92c (commit)
discards 6b520a14e986cffdba8d35bc74223218ac3fb2b3 (commit)
discards 72c2d1ca9e7acf9023de1367a8fbc8276c86bab8 (commit)
discards 21cc9229dfbc3ea4c9f053068fc4ee7fb85a3b8d (commit)
discards 41dd8c7bb6f541a5833bf4600bfa02d91de1b03f (commit)
discards 4e3a13114be6512ce7a4c98f8431f6f015d70393 (commit)
discards 2650c0955454952cf301390c7f985b8df616fe66 (commit)
discards 3f2492e147cf21f4b88394742d3c6152ee729e72 (commit)
discards cfe2a9e16eaa8958b6c7e78f601e8c93b913b960 (commit)
discards d74d1672f31f1e34d3ed5dd3f3bc50038e8e901e (commit)
discards 24a1c697d41835e2830db6a3f8e66a5af6175c40 (commit)
via a88e61cbd1f88f70a7074bab9b8da8e9813b123a (commit)
via eff7dfe8f2702ee3bdf5fb91a381b0cc7bc2e4fe (commit)
via 222fcf57ad3ef8ef8575e7b31c6bde13d653331e (commit)
via 89071ccff4b9515a065ef2a7d4d09ab6ca9eb296 (commit)
via edf9798636a60ac81903adc9c16951d0e1a721bf (commit)
via 75d52dcb5da506c5a7cfb3ca510f31bad3767d09 (commit)
via 8b86eb3a51d483ae9fcaae7ac61acfcc57983c9b (commit)
via 925d4cdf7e13ca5655f3ef1c19fcca960f61bfa1 (commit)
via a94fe975549e9bf273540f1573a4ee4e20da4dc5 (commit)
via 12481b011aaabffb6c41a2c1754e853e76b20a2a (commit)
via 84fa49cc003747719ecffe45cc99ff12002dce76 (commit)
via 5055d46eb2a802b7004b7595e220781e50693063 (commit)
via f3c1504a0e414af9a79b4bc90338f11f849b261b (commit)
via 11acaeb909378946d9344f200de3c493b5afdba3 (commit)
via 9c3b08f09a235cb29e5876fea83acb8043dc9d8c (commit)
via dac5867af5ff90d4beb70fc30a5743f60f159e3a (commit)
via 3f940fc9eea40873185a240e68992e70a3e8abb4 (commit)
via 6934a0fa9e50d46326e790989aedfee8b1c996f2 (commit)
via f18862309172e63c9631863cddceedb20ca3add2 (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 (47e53c5e4c31b9bdcbd672d6bfb3f978209d736e)
\
N -- N -- N (a88e61cbd1f88f70a7074bab9b8da8e9813b123a)
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=a88e61cbd1f88f70a7074bab9b8da8e9…
commit a88e61cbd1f88f70a7074bab9b8da8e9813b123a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Jan 25 15:04:16 2017 +0100
Add new subscr_conn_test for MSC+VLR end-to-end tests
Change-Id: Ic073f3a069a7f5e7e421e0e56140f069ee9b10b8
http://cgit.osmocom.org/openbsc/commit/?id=eff7dfe8f2702ee3bdf5fb91a381b0cc…
commit eff7dfe8f2702ee3bdf5fb91a381b0cc7bc2e4fe
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Jan 25 15:00:58 2017 +0100
Use libvlr in libmsc (large refactoring)
Original libvlr code is by Harald Welte <laforge(a)gnumonks.org>,
polished and tweaked by Neels Hofmeyr <nhofmeyr(a)sysmocom.de>.
This is a long series of development collapsed in one patch. The original
history may still be available as branch neels/vlr_orig.
TODO: This commit may be split in several smaller changes before merging to
master.
Related: OS#1592
Change-Id: I702ba504ce2de93507312c28eca8d11f09f4ee8b
http://cgit.osmocom.org/openbsc/commit/?id=222fcf57ad3ef8ef8575e7b31c6bde13…
commit 222fcf57ad3ef8ef8575e7b31c6bde13d653331e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Jun 17 00:06:42 2016 +0200
Add libvlr implementation
Original libvlr code is by Harald Welte <laforge(a)gnumonks.org>,
polished and tweaked by Neels Hofmeyr <nhofmeyr(a)sysmocom.de>.
This is a long series of development collapsed in one patch. The original
history may still be available as branch neels/vlr_orig.
Related: OS#1592
Change-Id: I3f75de5f0cc2ff77f276fd39832dd3621309c4b9
http://cgit.osmocom.org/openbsc/commit/?id=89071ccff4b9515a065ef2a7d4d09ab6…
commit 89071ccff4b9515a065ef2a7d4d09ab6ca9eb296
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Feb 2 03:34:19 2017 +0100
compiler warning: abis_om2000_vty: drop unused function
Change-Id: I6ff7c41914a13dd8b13f315eda8d16c467c94002
http://cgit.osmocom.org/openbsc/commit/?id=edf9798636a60ac81903adc9c16951d0…
commit edf9798636a60ac81903adc9c16951d0e1a721bf
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Feb 2 01:14:20 2017 +0100
compiler warning: bsc_vty: remove two unused vars
Added in recent commit 42def7205ba91df4bbb7e3240be0df8c26c2d63e
"Implement VTY configuration to control Early Classmark Sending"
Change-Id: Iaf640fa6e1f234f594fb8dc06f716d3d3e95eb2a
http://cgit.osmocom.org/openbsc/commit/?id=75d52dcb5da506c5a7cfb3ca510f31ba…
commit 75d52dcb5da506c5a7cfb3ca510f31bad3767d09
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri May 6 13:49:49 2016 +0200
WIP: Handle Authentication Failure from MS
Change-Id: I71f51eff089cf05f32a6ef408c4606880fc2e4a5
Related: OS#1592
http://cgit.osmocom.org/openbsc/commit/?id=8b86eb3a51d483ae9fcaae7ac61acfcc…
commit 8b86eb3a51d483ae9fcaae7ac61acfcc57983c9b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Jan 27 00:25:47 2017 +0100
gsm48_tx_mm_auth_req(): support UMTS AUTN
To be able to do R99 UMTS authentication, we need to send along AUTN bytes in
the Authentication Request. Add autn parameter to gsm48_tx_mm_auth_req() and
conditionally append the R99 AUTN TLV to the Authentication Request message.
Change-Id: I0d644559088706aa06b42b9bfe1f8c21ca6fa4da
http://cgit.osmocom.org/openbsc/commit/?id=925d4cdf7e13ca5655f3ef1c19fcca96…
commit 925d4cdf7e13ca5655f3ef1c19fcca960f61bfa1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Feb 2 01:07:28 2017 +0100
subscriber conn: add indicator for originating interface
Add via_iface to gsm_subscriber_connection to indicate whether a conn is coming
in via 2G (IFACE_A) or 3G (IFACE_IU). Prepares for Iu support, but also for
libvlr to decide between GSM or R99 (UMTS) Authentication.
Until actual Iu support is merged to master, this indicator will aid VLR unit
testing.
Change-Id: I93b870522f725170e4265a5543f6b680383d7465
http://cgit.osmocom.org/openbsc/commit/?id=a94fe975549e9bf273540f1573a4ee4e…
commit a94fe975549e9bf273540f1573a4ee4e20da4dc5
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
Change-Id: I277e4347ee1486a39e6dc4e2363a593f328f9e3b
Related: OS#1592
http://cgit.osmocom.org/openbsc/commit/?id=12481b011aaabffb6c41a2c1754e853e…
commit 12481b011aaabffb6c41a2c1754e853e76b20a2a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Jan 10 00:49:56 2017 +0100
add struct gprs_sub, separating gprs from gsm_subscriber
Prepare for replacing gsm_subscriber with vlr_subscriber. vlr_subscriber will
not make sense to be used in gprs, so have a dedicated GPRS subscriber struct.
(Could change if the gprs code were to use libvlr; is currently independent).
Change-Id: Ia8b391ee009c8545763cba04505be3947835120e
Related: #1592
http://cgit.osmocom.org/openbsc/commit/?id=84fa49cc003747719ecffe45cc99ff12…
commit 84fa49cc003747719ecffe45cc99ff12002dce76
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)
Related: OS#1592
Tweaked-by: nhofmeyr
Change-Id: Ie6a0cefba5e4e7f02cc2eaf6ec006ac07d5c1816
http://cgit.osmocom.org/openbsc/commit/?id=5055d46eb2a802b7004b7595e220781e…
commit 5055d46eb2a802b7004b7595e220781e50693063
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Jan 9 22:02:21 2017 +0100
add struct bsc_sub, separating libbsc from gsm_subscriber
Prepare for replacing gsm_subscriber with vlr_subscriber. vlr_subscriber will
no longer make sense to be used in libbsc, so have a dedicated BSC subscriber
struct.
Related: #1592, #1594
Change-Id: Ia61cc00e8bb186b976939a4fc8f7cf9ce6aa3d8e
http://cgit.osmocom.org/openbsc/commit/?id=f3c1504a0e414af9a79b4bc90338f11f…
commit f3c1504a0e414af9a79b4bc90338f11f849b261b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Jan 26 02:05:29 2017 +0100
log: disable imsi filter
gsm_subscriber will soon be split in separate BSC, GPRS and VLR structs, and
making the IMSI filter work with these changes is currently not worth the
effort. The IMSI filter doesn't work well and new libvlr will allow specific
subscribers' FSMs to be put in debug mode. We may want to re-add something
similar later on, but for now just drop it.
Change-Id: Ifecc3c55ae7c050ee53553d6f85d9afbede66ee3
http://cgit.osmocom.org/openbsc/commit/?id=11acaeb909378946d9344f200de3c493…
commit 11acaeb909378946d9344f200de3c493b5afdba3
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jun 19 18:06:02 2016 +0200
Introduce subscriber_connection ref-counting
This introduces a reference count for gsm_subscriber_connection. Every
user of the connection needs to hold a reference until done. Once the
reference count dorps to zero, the connection is cleared towards the
BSC (which subsequently will clear any logical channels associated with
it).
Related: OS#1592
Change-Id: I8c05e6c81f246ff8b5bf91312f80410b1a85f15e
http://cgit.osmocom.org/openbsc/commit/?id=9c3b08f09a235cb29e5876fea83acb80…
commit 9c3b08f09a235cb29e5876fea83acb8043dc9d8c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Dec 22 01:58:03 2016 +0100
gsm0408_rcv_cc: guard against NULL subscriber
Check conn->subscr against NULL.
gsm0408_rcv_cc() dereferences many conn members without checking presence: the
bts and lchan members may be expected to be NULL in the ongoing MSC split and
3G developments.
But the conn->subscr is initially NULL, so an MS sending a CC message before
something like a LU or CM Service Request will result in a segfault. Prevent
that.
Note: the upcoming VLR will be more restrictive on what messages are processed,
this is a "backport" to the situation on current master.
Change-Id: If067db7cc0dd3210d9eb1da15be6b637795a3ecf
-----------------------------------------------------------------------
Summary of changes:
debian/control | 2 +-
openbsc/configure.ac | 3 +
openbsc/include/openbsc/gsm_data.h | 14 +-
openbsc/include/openbsc/gsm_data_shared.h | 2 +
openbsc/include/openbsc/osmo_bsc_grace.h | 4 +-
openbsc/include/openbsc/paging.h | 5 +-
openbsc/include/openbsc/vlr.h | 6 +-
openbsc/m4/README | 3 +
openbsc/m4/ax_check_compile_flag.m4 | 74 ++++
openbsc/src/gprs/gprs_gmm.c | 5 +-
openbsc/src/libbsc/bsc_api.c | 1 +
openbsc/src/libbsc/bsc_vty.c | 1 -
openbsc/src/libcommon/gsm_data.c | 10 +
openbsc/src/libmsc/gsm_04_08.c | 159 ++++++--
openbsc/src/libvlr/vlr_access_req_fsm.c | 20 +-
openbsc/src/libvlr/vlr_auth_fsm.c | 96 +++--
openbsc/src/libvlr/vlr_auth_fsm.h | 8 +-
openbsc/src/libvlr/vlr_lu_fsm.c | 20 +-
openbsc/tests/subscr_conn/subscr_conn_test.c | 81 +++-
openbsc/tests/subscr_conn/subscr_conn_test.err | 492 +++++++++++++++++++++++--
openbsc/tests/vlr/vlr_test.c | 4 +-
openbsc/tests/vty_test_runner.py | 15 +-
22 files changed, 871 insertions(+), 154 deletions(-)
create mode 100644 openbsc/m4/README
create mode 100644 openbsc/m4/ax_check_compile_flag.m4
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, master has been updated
via 67bc885c5d85237cc15b47ee2ee6773ea2af28e1 (commit)
from a760a043c4153770fe9577259989169cb2286a82 (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-bts/commit/?id=67bc885c5d85237cc15b47ee2ee6773…
commit 67bc885c5d85237cc15b47ee2ee6773ea2af28e1
Author: Philipp <pmaier(a)sysmocom.de>
Date: Wed Sep 28 12:30:07 2016 +0200
octphy: Improve OML ADM state handling
Improve state handling for for lock/unlock of OC_RADIO_CARRIER obj class. in
bts_model_chg_adm_state()
Change-Id: I034114beca95210169429d8ac1eb8648df12fc6c
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/phy_link.h | 2 ++
src/osmo-bts-octphy/l1_oml.c | 61 ++++++++++++++++++++++++++++++++++++++++++--
2 files changed, 61 insertions(+), 2 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 "UNNAMED PROJECT".
The branch, master has been updated
via cc785f0c43686c0e9ec523ef5f9330e27a44dba2 (commit)
from 6b883f784835943e1b3dbcf816dd2a949dd6805d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-hlr/commit/?id=cc785f0c43686c0e9ec523ef5f9330e…
commit cc785f0c43686c0e9ec523ef5f9330e27a44dba2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Feb 1 17:08:56 2017 +0100
sql: add unique constraints to IMSI and MSISDN
Todo for later: table subscriber_multi_msisdn possibly allows duplicating the
MSISDN, so we should drop this table or have all MSISDNs in one table separate
from 'subscriber'.
Change-Id: I5737106a232e416d67a10634e6270a7a89cf1b05
-----------------------------------------------------------------------
Summary of changes:
sql/hlr.sql | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via a760a043c4153770fe9577259989169cb2286a82 (commit)
from 16b4179fbeaf3289e7aa41e4f9a0ac5d9d6206f6 (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-bts/commit/?id=a760a043c4153770fe9577259989169…
commit a760a043c4153770fe9577259989169cb2286a82
Author: Jean-Francois Dionne <jf.dionne(a)nutaq.com>
Date: Tue Jan 24 12:10:13 2017 -0500
Fix AMR HR DTX FSM logic.
Fix SID_FIRST_INH detection during speech and when SID_FIRST is interrupted by FACCH.
Fix SID_UPDATE_INH detection during silence and when SID_UPDATE is interrupted by FACCH.
Add a delay for SID_FIRST to appear at the right time after FACCH.
Fix extra byte sent in downlink for SID_FIRST and SID_UPDATE.
Change-Id: Ia811305e15541f2376005df736bd610e8b0d2f69
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/dtx_dl_amr_fsm.h | 12 ++-
include/osmo-bts/rsl.h | 1 +
src/common/dtx_dl_amr_fsm.c | 171 ++++++++++++++++++++++++++++----------
src/common/msg_utils.c | 42 +++++++---
src/osmo-bts-litecell15/l1_if.c | 17 +++-
src/osmo-bts-litecell15/tch.c | 4 +-
src/osmo-bts-sysmo/l1_if.c | 17 +++-
src/osmo-bts-sysmo/tch.c | 4 +-
8 files changed, 195 insertions(+), 73 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 "Software-defined analyzer for APCO P25".
The branch, max has been updated
via 089a8f928483900dc73638aaf231cb2183d38080 (commit)
from 02e0ad581402d751ddaa6128f22e6a0d3b492f99 (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/op25/commit/?id=089a8f928483900dc73638aaf231cb2183d…
commit 089a8f928483900dc73638aaf231cb2183d38080
Author: Max <ikj1234i(a)yahoo.com>
Date: Wed Feb 1 11:59:44 2017 -0500
dmr cleanup
-----------------------------------------------------------------------
Summary of changes:
op25/gr-op25_repeater/lib/ambe_encoder_sb_impl.cc | 11 +++++------
op25/gr-op25_repeater/lib/dmr_bs_tx_bb_impl.cc | 22 +++++++++++-----------
op25/gr-op25_repeater/lib/dmr_const.h | 4 ++++
3 files changed, 20 insertions(+), 17 deletions(-)
hooks/post-receive
--
Software-defined analyzer for APCO P25
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 2d02775b919d4d56b960cd76b792db95aee539dc (commit)
from 725f3f1de0bb71cb743e5af00d6d56549fc5f692 (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=2d02775b919d4d56b960cd76b792db95…
commit 2d02775b919d4d56b960cd76b792db95aee539dc
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Nov 15 22:09:08 2016 +0100
OM2000: use assoc_so *only* for TS objects
all other objects always use the MO instance. The existing code
likely is due to copy+paste mistakes.
Change-Id: Ie0a31cd93993da10f31eecf530a5a05773c11eb1
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/abis_om2000.c | 8 ++++----
1 file changed, 4 insertions(+), 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, master has been updated
via 16b4179fbeaf3289e7aa41e4f9a0ac5d9d6206f6 (commit)
from 42ffb325f8e00a5bce0eefbce579ff7d86f73282 (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-bts/commit/?id=16b4179fbeaf3289e7aa41e4f9a0ac5…
commit 16b4179fbeaf3289e7aa41e4f9a0ac5d9d6206f6
Author: Minh-Quang Nguyen <minh-quang.nguyen(a)nutaq.com>
Date: Wed Jan 18 17:52:27 2017 +0100
rsl: Fix dropping of LAPDm UA message.
In some cases, when successive mobile originated calls are made, the LAPDm UA
message gets lost because the channel is relased to early. Too overcome the
problem we do not send relase indications immediately. Instead a flag will be
set and the message stored and sent on the next TCH-RTS-IND.
This commit adds the functionality to store the release indication msg, to
rsl.c. It also addes the mechanism to forward the release indication to l1sap.c
See also coresponding change in openbsc.git:
Change-Id I15fc1ef8e9e83f009bde96de9a8e95702cffbce6
This patch is is a slightly improved/reformatted version of:
https://gitlab.com/nrw_noa/osmo-bts/commit/95d1f15ad108c1c1869c1965144acd64…
Change-Id: Ie4f70c75f0137b4bd72d579b3a32575bac2fca38
-----------------------------------------------------------------------
Summary of changes:
src/common/l1sap.c | 11 +++++++++++
src/common/rsl.c | 17 +++++++++++++++++
2 files changed, 28 insertions(+)
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 725f3f1de0bb71cb743e5af00d6d56549fc5f692 (commit)
from dac5867af5ff90d4beb70fc30a5743f60f159e3a (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=725f3f1de0bb71cb743e5af00d6d5654…
commit 725f3f1de0bb71cb743e5af00d6d56549fc5f692
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Jan 26 11:05:33 2017 +0100
sgsn: Fix deeply flawed copying logic for PDP context activation
It is one of these changes that should have never worked but did
for a long time. Only recently a corrupted GTP message was seen.
The code in ccd2312d10e14747e8a4d26d8f72b052ffcfc282 tried to
solve the right problem but was deeply flawed.
* Make the code operate on the copied message and not the original
one that is deleted by the underlaying layers on return
* Add an out variable to determine if the msgb should be deleted
and assume that by default it will be deleted.
Change-Id: I564526e7cde2b8a2f0ce900492cd38fc23c176a7
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gprs_gmm.c | 12 +++++++++---
1 file changed, 9 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 42ffb325f8e00a5bce0eefbce579ff7d86f73282 (commit)
from 934408010954b41d03e8fadab1b115b5663b4468 (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-bts/commit/?id=42ffb325f8e00a5bce0eefbce579ff7…
commit 42ffb325f8e00a5bce0eefbce579ff7d86f73282
Author: Jean-Francois Dionne <jf.dionne(a)nutaq.com>
Date: Mon Jan 16 10:33:06 2017 +0100
DTX: fix "unexpected burst" error
Fix error during FACCH interruption of DTX for AMR HR.
Max's note: added fix for sysmobts.
Change-Id: Ib064952331b4f89676ee68a3d8078b1d9debe570
Related: OS#1801
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-litecell15/l1_if.c | 1 +
src/osmo-bts-sysmo/l1_if.c | 1 +
2 files changed, 2 insertions(+)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)