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, stumpf/virt-phy has been updated
via fad85d2d0d04328dd4dffed91555a109a595aa1b (commit)
via b1da0f727ab5c5063cd0fc38d3245a55d38ea0de (commit)
via 0bef9000319c3228ff5549e8d2e6159ff39ebeb9 (commit)
via d1c904c4a6d3a862a37d62fdffbb74284a44b24d (commit)
via bf286abc409d04dc1f317a2d74f050235958dac4 (commit)
via 70b71507c27f8967b0aa31cad0b3070c6780f3b4 (commit)
via c37fd8898526dfeac3da620ddb4d2ad701c1fffd (commit)
via 1e399f888e4e1c93e0e5b7fd69fce09a2587fb87 (commit)
via 0e5b12f981e9844590db409ebe7584a57a0a3025 (commit)
via df75195666526d4ccd7e2e05c59db47fd02f9692 (commit)
via b76043e6f467bfba62c2c24a8d8553938d9205c1 (commit)
via de6d25e21d9a2e553fe53c50f2a9f372a28eeb16 (commit)
via 4723a195081f0f9ff561e360620ee0ade50a2b39 (commit)
via 962b33ea9d9640bcd0ed0f18c278cc55207d0f46 (commit)
via 563b744b3801bede7b03e48e09edbd9c328862ab (commit)
via 792573dc9747b256e143183cb555b9ef4ca697ef (commit)
via ec11a85929afffd46b0c3daf8979c90e992fb727 (commit)
via c038cb790309c4970980d6811456c3ed6bc4d896 (commit)
via 94dd5060c82c174b0b0af25284593272252d5787 (commit)
via 2cf6b73a4278627331bdbbb4addf1a8bc1d964ce (commit)
via f3763590bd4618904f9a414f80c0fc81c761237c (commit)
via bfd42c2b0aa3d4b945bf3e61c5968b96656e3660 (commit)
via f9778b2a26ce06959ee7e188eb1d533d896f1846 (commit)
from 93892f1c41cfd106d47a373d623eee9a7dfe99b5 (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=fad85d2d0d04328dd4dffed91555a10…
commit fad85d2d0d04328dd4dffed91555a109a595aa1b
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Thu Jan 26 18:48:51 2017 +0100
VIRT-PHY: Forward RACH on uplink with received values.
Dummy values are no longer used, but the received ra content parsed from
the gsmtap msg data and forwarded to the upper layer.
Minor changes: Comments, removed unnecessary code.
http://cgit.osmocom.org/osmo-bts/commit/?id=b1da0f727ab5c5063cd0fc38d3245a5…
commit b1da0f727ab5c5063cd0fc38d3245a55d38ea0de
Merge: 0bef900 93892f1
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Thu Jan 26 18:40:29 2017 +0100
Merge branch 'stumpf/virt-phy' of https://github.com/osmocom/osmo-bts.git into stumpf/virt-phy
http://cgit.osmocom.org/osmo-bts/commit/?id=0bef9000319c3228ff5549e8d2e6159…
commit 0bef9000319c3228ff5549e8d2e6159ff39ebeb9
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Mon Jan 9 17:34:42 2017 +0100
VIRT-PHY: Added example configurations for openbsc and osmobts.
Change-Id: I368d4a378e20028603b09825eee766abb9195774
http://cgit.osmocom.org/osmo-bts/commit/?id=d1c904c4a6d3a862a37d62fdffbb742…
commit d1c904c4a6d3a862a37d62fdffbb74284a44b24d
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Sun Jan 8 16:31:50 2017 +0100
VIRT-PHY: Added functionality to cooperate with osmocom-bb virt-phy.
This patch improves the virtual physical layer designed to replace the
air interface. The purpose is to get rid of the hardware requirements
and be able to start testing and implementing layer 2 communication
functionality on one machine. Multicast sockets are used to enable
bidirectional communication between the BTS and the MS process.
The GSMTAP protocol designed for wireshark capturing is used to
encapsulate the payload on the virtual physical layer.
* Working mcast socket communication and extraction of its
functionality.
* Fixed OML and RSL startup sequences.
* Icludes tests for mcast socket and virtual UM.
* Ecapsulation and parsing methods to and from GSMTAP messages.
* Basic handlers for file descriptor callbacks from incoming mcast
messages.
* Multiplexing to different channels based on GSMTAP header channel
type.
http://cgit.osmocom.org/osmo-bts/commit/?id=bf286abc409d04dc1f317a2d74f0502…
commit bf286abc409d04dc1f317a2d74f050235958dac4
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Jan 9 13:13:37 2016 +0100
WIP: Initial check-in of a new virtual BTS
-----------------------------------------------------------------------
Summary of changes:
debian/copyright | 81 ++++++++
.../patches/01_location_of_gsm_data_shared.patch | 18 ++
debian/patches/series | 2 +
debian/source/format | 2 +-
include/osmo-bts/control_if.h | 3 +-
include/osmo-bts/dtx_dl_amr_fsm.h | 2 +
include/osmo-bts/msg_utils.h | 1 +
include/osmo-bts/oml.h | 6 +
include/osmo-bts/scheduler.h | 4 +
src/common/bts.c | 11 +-
src/common/bts_ctrl_lookup.c | 6 +-
src/common/dtx_dl_amr_fsm.c | 55 +++--
src/common/l1sap.c | 80 ++++++--
src/common/main.c | 18 +-
src/common/measurement.c | 2 +-
src/common/msg_utils.c | 97 ++++++---
src/common/oml.c | 223 ++++++++-------------
src/common/pcu_sock.c | 4 +-
src/common/rsl.c | 41 +++-
src/common/scheduler.c | 53 ++++-
src/osmo-bts-litecell15/l1_if.c | 7 +-
src/osmo-bts-litecell15/tch.c | 3 +-
src/osmo-bts-sysmo/l1_if.c | 7 +-
src/osmo-bts-sysmo/tch.c | 3 +-
src/osmo-bts-virtual/Makefile.am | 5 +-
src/osmo-bts-virtual/l1_if.c | 33 ++-
src/osmo-bts-virtual/scheduler_virtbts.c | 4 -
27 files changed, 541 insertions(+), 230 deletions(-)
create mode 100644 debian/copyright
create mode 100644 debian/patches/01_location_of_gsm_data_shared.patch
create mode 100644 debian/patches/series
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 Open Source GSM Base Band stack".
The branch, stumpf/virt-phy has been updated
via 714675eac23adb96e29e774a8e1b71eac12f7367 (commit)
from a32f937a1123273c4f4f9860914e855e01ba50b0 (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/osmocom-bb/commit/?id=714675eac23adb96e29e774a8e1b7…
commit 714675eac23adb96e29e774a8e1b71eac12f7367
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Thu Jan 26 18:28:07 2017 +0100
VIRT-PHY: Implemented RACH on uplink.
RACH will now be transmitted over GSMTAP virtual UM interface if L1CTL
command is received.
Minor further changes:
- Incoming messages are now only then forwarded if ms is synced to a
cell (fbsb cmd from l1ctl received).
- SDCCH/4/8 are forwarded to l23 for now as we don't use
encoding/ciphering (yet) this should not be a problem.
-----------------------------------------------------------------------
Summary of changes:
src/host/virt_phy/src/Makefile.am | 1 +
src/host/virt_phy/src/gsmtapl1_if.c | 164 ++++++++++++++++------------------
src/host/virt_phy/src/gsmtapl1_if.h | 4 +-
src/host/virt_phy/src/l1ctl_sap.c | 90 ++++++++++++++-----
src/host/virt_phy/src/l1ctl_sap.h | 1 +
src/host/virt_phy/src/l1ctl_sock.c | 8 +-
src/host/virt_phy/src/virt_l1_model.h | 1 +
7 files changed, 159 insertions(+), 110 deletions(-)
hooks/post-receive
--
The Open Source GSM Base Band stack
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 cc7db18e1a5bd8d9dd19cf5179caefc6eb8841de (commit)
from d0ef1ed78cc4e8e04296342499991fdde77fbbe7 (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=cc7db18e1a5bd8d9dd19cf5179caefc6…
commit cc7db18e1a5bd8d9dd19cf5179caefc6eb8841de
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Dec 18 23:52:38 2016 +0100
various comment / whitespace tweaks (libmsc, gprs, libcommon-cs)
cosmetic ws in common_cs_vty.c, osmo_msc.c
comment: tiny typo fix in gsm_04_08.c
In comments, drop some unbalanced braces, because simplistic C file harvesters
will break at a single opening brace even if it is in a comment. This is aimed
at the fsm-to-dot.py script in libosmocore/contrib.
Change-Id: I3c1fa53195a1e57d6fe0a6791c346d30ceff1251
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gprs_sndcp.c | 1 +
openbsc/src/gprs/gtphub.c | 2 +-
openbsc/src/libcommon-cs/common_cs_vty.c | 2 +-
openbsc/src/libmsc/gsm_04_08.c | 2 +-
openbsc/src/libmsc/osmo_msc.c | 2 +-
5 files changed, 5 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/vlr has been updated
discards beb2e61dc8ff4d06a5f499cd5e94e5ab3be80f30 (commit)
discards 6e5f695211947f5221d52f7148fa4d2240c29167 (commit)
discards ce134fead87d1e883fedd7c23a1bc314e2210629 (commit)
discards c3092eacfe0a2e259ffd0887fed3584ce0903dab (commit)
discards b0d6dfdea059c828e701cf8e391388fcb83d24b5 (commit)
discards d52bfdbc115aacabd415b0bb9ad1d1ff08dd4cd1 (commit)
discards e2e3682d41a55351529ab77b4e3c23f1713fa447 (commit)
discards e312edd5ec1f03ba4dd1c165c058301826fecb54 (commit)
via 943d37342ae825557cb9a3ba9f02c4b718105ca5 (commit)
via 8a57e2f8228ea89bee9bef58f4e44ada71596be9 (commit)
via 60f12d256f7ae4a4f89f6b78eac40e2878703e4b (commit)
via 16859bbe02ed0ec839b11a217d4a8e8069827375 (commit)
via 6c2853f7e724ff873f5dbcf7e89b8411716c3f3f (commit)
via f311e183b3f58c44eb6820135d34468af0151931 (commit)
via a9a122be9f9117e4edb8d8cb29554b9b1213dbc8 (commit)
via 50c70223bd8ee4a225d03ede339060bb50fad6c8 (commit)
via f06d5210963ea3eaeb02f78d367d625fc373897b (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 (beb2e61dc8ff4d06a5f499cd5e94e5ab3be80f30)
\
N -- N -- N (943d37342ae825557cb9a3ba9f02c4b718105ca5)
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=943d37342ae825557cb9a3ba9f02c4b7…
commit 943d37342ae825557cb9a3ba9f02c4b718105ca5
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=8a57e2f8228ea89bee9bef58f4e44ada…
commit 8a57e2f8228ea89bee9bef58f4e44ada71596be9
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=60f12d256f7ae4a4f89f6b78eac40e28…
commit 60f12d256f7ae4a4f89f6b78eac40e2878703e4b
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=16859bbe02ed0ec839b11a217d4a8e80…
commit 16859bbe02ed0ec839b11a217d4a8e8069827375
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=6c2853f7e724ff873f5dbcf7e89b8411…
commit 6c2853f7e724ff873f5dbcf7e89b8411716c3f3f
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=f311e183b3f58c44eb6820135d34468a…
commit f311e183b3f58c44eb6820135d34468af0151931
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=a9a122be9f9117e4edb8d8cb29554b9b…
commit a9a122be9f9117e4edb8d8cb29554b9b1213dbc8
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)
Change-Id: Ie6a0cefba5e4e7f02cc2eaf6ec006ac07d5c1816
Related: OS#1592
http://cgit.osmocom.org/openbsc/commit/?id=50c70223bd8ee4a225d03ede339060bb…
commit 50c70223bd8ee4a225d03ede339060bb50fad6c8
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=f06d5210963ea3eaeb02f78d367d625f…
commit f06d5210963ea3eaeb02f78d367d625fc373897b
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
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libcommon/debug.c | 2 --
openbsc/src/libmsc/vty_interface_layer3.c | 2 +-
openbsc/src/osmo-bsc/osmo_bsc_vty.c | 24 ++++--------------------
3 files changed, 5 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/vlr has been updated
discards e51152986daf5f22566984d237d856f55e31fc63 (commit)
discards 16cf1255ba7fb58ad55426e02ad260dbd6d34145 (commit)
discards 5779cae22dcc13b3aaa9c209b95f7a741ccb8f87 (commit)
discards 78d62b685dc2149c1a222a36b87052f585c6b857 (commit)
discards 4778f0f4128c566c0c10a1838f1b2a48654566f5 (commit)
discards 5898a6a6604dbe4c62e7e058276e6a94b6854586 (commit)
discards d71ed1881a979dab1a0a743ccf484094a453b4cc (commit)
discards 643de852be2ddae8533a422a4cf6ca291a7c6dd2 (commit)
discards 822efe84024477b04b8a5dd232a4b0c3b175f48f (commit)
discards 470317d12a4d2173aab172844014f9c5d5a723df (commit)
discards 4dbcd99add221391bc6654256920c00d793df21a (commit)
discards 1bba732857d6aa3f9e90ecbb61f99cfd3259e10c (commit)
discards 1cab7419de0f453ddae4e75813956b3d18872291 (commit)
discards 50525adff4c2f0b447eceece364957a0407ea45e (commit)
discards ece50f535aa7b8cba2f80db42daaf9b3a1b7a649 (commit)
discards 50cde34692871eef5f385a8e444052008dad9314 (commit)
discards be47363e39c6b7c30e8ddec18774dd9de9b34c10 (commit)
discards 83978b9b36570c38a5d528143340dfeb4de4fabe (commit)
discards 42c8933a871035c719eff3439e502d3694fe3811 (commit)
discards 1771bac2db8cfd7c39e05641cfae43b2bc28068c (commit)
discards 35b988b91755fc8e29a4692999b97abf6aaffc61 (commit)
discards ae028d652ce71c2801182eca371b43dfa8b815d3 (commit)
discards 0a3c37ba64b24de6b388c61110054277ad9ac2b5 (commit)
discards fb188ff34a76eccd2795293cb2153fa30010c301 (commit)
discards 78e95cf71aacd91c7f1421e311579ee5d8ca490b (commit)
discards df5ba19e485eb075a05e9216d7ee174c1b854f96 (commit)
discards 290b3c275561517ad6b7255999139c1dbc522737 (commit)
discards faa7f88d73e5f6feb62b6724bbcb8598e7862ead (commit)
discards da526adaa59f5c6325328d9f0ab8f4fffd2e3a4d (commit)
discards b28c131ac5829f4491b948fd5918e6c0abde9325 (commit)
discards 5500437d0e4e00443fc7afe670bff081fd437c23 (commit)
discards 44ea229c3ac98ade829dc86e15a8889f124c4788 (commit)
discards 79204cfab2b7fe11c0895259ba7f632bdf259640 (commit)
discards fbed7f34921b0aebd11ceb6bd3304622972ce4f3 (commit)
discards 125b443b4eb6781ff4a848c0077a80b3103f7186 (commit)
discards 33b309c3295b258db11aed6f444cf00c10625d9b (commit)
discards 0a0bf2c97a801fffd3b87a1d1448d07905c09702 (commit)
discards 26f4b98728484d1a990db22f3849b1bd66e11588 (commit)
discards e70190325e305bd701d3f1c01139280adfcf03cc (commit)
discards d8a3c68ba80b12accb6f6280c61cc597eab24a98 (commit)
discards b4dd4133d91fbb4d6ff01da9f08de398c95a52ea (commit)
discards e2b957ffc1a7efb4793b329160a9d7d447abb360 (commit)
discards cd6b332d98976bde8df8ac55027252f2454ee968 (commit)
discards a80d6867245faab454e8da66cc2bb9fb05f2cc3b (commit)
discards 013da93d1a9ec0e00afecaa13b504401410d0e20 (commit)
discards 164008c722cd35a350ef1207c1cafb251728758e (commit)
discards a655473e9b43d742f6ca20c947d7a78899125ae0 (commit)
discards 86edbb42fb4c38f398c45f44c2a28b566dba71b5 (commit)
discards b6deff72186d855055c0ecb2fb13e7ab3399032f (commit)
discards bbb630200594cd4630aa5f1406895a483752ad13 (commit)
discards 8eb10c0d7807268c09bcd3abedf6d5442bd10279 (commit)
discards c82c5e2fd9e74bf5df6c9d543b4d359d1385e793 (commit)
discards d3c8641d6b4daa4f4497441a3aa0fb29c7117a9a (commit)
discards 4bea8a4e5e9faed34fa4e65e6d250dd0d8d4b994 (commit)
discards 0013cefde7df6dbb5378a43844b85f90b2a2b8ed (commit)
discards fc81afa6aa996f2c4ee46da6e70f082b70601813 (commit)
discards 0dc4778f0394c2e6e91d2821ee4885013586ca3e (commit)
discards 35f186d3513a6d1d81342216360a69e28d82e849 (commit)
discards 85ab798aa6e5a41225962354b41ef00ebebce5b7 (commit)
discards b2af47b63cc54a0e765015301cb82e828c37557d (commit)
discards 99c7b4c70049ca76a216563ecae8d6dbec77ef7a (commit)
discards 2edf2f10afaa11c1f74f45c97c4427e48155a3cb (commit)
discards ff11da076817359b3ad6642140ce0d0a2fbe12ba (commit)
discards 232b8b760f90b5f1aae4ac8fc4d29f01060e5069 (commit)
discards 30dc13abd2cb71be3e4f7a65e5023880342b9e7c (commit)
discards 9e296babc73f3ecce373fa9e46f1d42bb763bf45 (commit)
discards 8f7aa99a4b5a3b5ac09e8120b451c49332ae0edd (commit)
discards 6b5f57b116d53c878052fa362f19b1ef1edca100 (commit)
discards 328c015e5d62ef601b0f95c160b59ec9953e4751 (commit)
discards 1307644c24cfd2f18faf1df5630f6be0645c1770 (commit)
discards e60cb591be77352ca2c95c923e25efb84afe26ff (commit)
discards 989c5baf3c249530a04175650e0f95684a8a1bb6 (commit)
discards 704bf7909245ad5053076151f42118b3d6e3ed4f (commit)
discards 835089cbc89fd775aaed5463891a92a369e331c1 (commit)
discards d7e6af475c28f81916f26c4868e515ad2cdff20f (commit)
discards 3ccbce803774a2ab9bd233de203f3a2c2743baf3 (commit)
discards 797c0de78a4c83e36e6cfca8fb08ff281d0a7c6b (commit)
discards 3df181c694876febad92eddc8c0fe4e144431be2 (commit)
discards 39ae948c2ee28af9852925b721f0f2b2cb02e1dd (commit)
discards 3ef246a0ce5dcd791022a854c225981eb1223332 (commit)
discards 796221aff25deb03a6aef0e59d49a44197860d10 (commit)
discards 764941737b57e916d557a8ca565b0a315b02764b (commit)
discards 91dc57e39f7bc6fd06f94b471607d2adc370e860 (commit)
discards f9a9344411d4ab99aa23e3dcfd2f59993a10e87f (commit)
discards ffb147409884a66c90f5fc5d3ea17d3a4c6a3783 (commit)
discards 8ca2507280a1ea408f84024f18f7fd41b41ceb02 (commit)
discards d61d7b89e1960e5f1d04a502487babef77ddf322 (commit)
discards 42e5338b1fa4dd42a278a7105738f5c385a9326e (commit)
discards f417ab246e356d08bf3ef100d4bf486f51b0467b (commit)
discards 9e268f0b15eb53b59704f094739d0df0b193041b (commit)
discards d5e85051526bf09ffc10788fd9917fc0dbba5a9c (commit)
discards c37b5ff45642f8a5050857614245a1cd0335e911 (commit)
discards 436a62b9e6cfd62ae02617239da4f55ae1fc1c0f (commit)
discards 91edb7366a065d0646865b1ebd972f23bd937fab (commit)
discards 302416137516ad3fdbae0be20e26bb484bcb0cb7 (commit)
discards 54aa6ab8dd8c74ae70bea6c49deb6b9c89f69d13 (commit)
discards cc2d1f58728234ebc4ecab4fb2c12abd56d0538a (commit)
discards 5e36e5906fcc53975ab889a0daade340736b6d3e (commit)
discards ec9172984b2da0ea88fa7626ef4a993916a331eb (commit)
discards 5b9251143e89aa94b8f49e3bbb42f6326fcb729e (commit)
discards 7644af118dff3a3ccfb0417ec769c7bbafedead6 (commit)
discards ea569d53e03602a72a89a28e8d776aaf861cedc0 (commit)
discards 18f3f0a8225a84de5f540b35e45310c7d2a2c5c0 (commit)
discards fe2bea480b8865529a777bbb1d3e4002ee44e452 (commit)
discards 199806fe9e2c1d620c32d295acd3f234ceffd5c1 (commit)
discards 61ce99b804fa6ae867d1cd1fc8a2ab970f81fef1 (commit)
discards 32b965a9d3f4ab9cf2a682e05baa50c609825c37 (commit)
discards ecddf63d68fa71f960caea30fa2185c886b40560 (commit)
discards 36884d9d8c8b26e790f965df2277115889595a03 (commit)
discards b8d85bdc52e9b9d21836ed889786d50dab5a78a1 (commit)
discards 9f5a82f1320fd3b32cc7214743072e2dad0e8362 (commit)
discards ce62578594a6a17a2a91487d9fd25b59ea541fb8 (commit)
discards abd1c7f91c72554bd564cb2e39d62cf83f4715bf (commit)
discards 1146da54e8df43634eb64566265bae46cf37c573 (commit)
discards c40d84693675b3dd1b0410847f11a9d4f666a9a3 (commit)
discards 42084909d4f71ad33d8a8dc9290dea6fbbe136f8 (commit)
discards 774e295a479cbfa5bc2c86de86a91f9c89b767c1 (commit)
discards e8db8887a9376e0f50ee6c05ed6fa8a32a098a00 (commit)
discards b39949c988bb09155f42c89185d65613040c1c7f (commit)
discards 855de936445cfa64e361733ca7d7f7e3cf3970d9 (commit)
discards 06f56a846343458cc66ee55a685ff53f846fbd73 (commit)
discards eed7edd6313f610d421883e72afd8d8a126ae615 (commit)
discards 84a5f65a72f2a3d191446b1ba7f246109328d257 (commit)
discards 8a3dc7cb0202077b9b26b35c0b36c1d768b182a3 (commit)
discards 92d2626c011d6324b667f53f1bd73589dbef1653 (commit)
discards 8fd5b7749e9dc4552c17000d039d159495329684 (commit)
discards e5dea161371f414ee3acfd0eb23ae392984d743a (commit)
discards 0ee07df8cfbc1370f6c68d99838dc2d0a0c525b9 (commit)
discards 3a9291be2de0cfaf7d4761f10915c92bc597cb48 (commit)
discards f5d1d4a52930cd76426c0befe8b914abb2be88fa (commit)
discards 77b607bc4128425f1407712355974852c5d3f71f (commit)
discards 65b7d87e30c74a4adc488bda4ec96c2a8d849f83 (commit)
discards b42160c337834252e587551e901d72a0ff9e71ee (commit)
discards 571c21325b6e9f7b63cf9e369104153251198d76 (commit)
discards 99166dde749db865bb525e6f18c5b4e30db9259b (commit)
discards 9845fa9ef17e0398d51b477db60513e5c275807b (commit)
discards 4ba404802c2d9fc99f6930f81c124490dea18f79 (commit)
discards 81fbd2aae39c1c9b447f1ceb26784b8ffa2d39aa (commit)
discards d7def210eed1d7a943d882d37394115da1f0b248 (commit)
discards 45ceb344c6332256be495c5373f75532d995533c (commit)
discards a255eff54b8baa93fcd2ec9237002b057edd7e8b (commit)
discards 814576b2d9af2e10b559aeec6a6215847d0ec30b (commit)
discards 71dbe4e541e5840ee7121795e61c79c7e8dc85e2 (commit)
discards d6c351f9900cf440f13be6323fa7db480b5efffc (commit)
discards d2b5e1599cd40a6e2b93dd05b53864087edef408 (commit)
discards 7f6c952464d03d83c94fa90320bfe8131a206c6f (commit)
discards 48195af3907986b6e5ca219a6e019de27354f42f (commit)
discards a6e6ad94e81962adf9e4a6b6469c8938b728b489 (commit)
discards 4b5bd986465ed8d08af009b9762f7942572c4c13 (commit)
discards 3cc726431b6dd50688a6322d94f0884256e1dbde (commit)
discards 6984c48c417cd5ea2218fadcc1f0546bc047bc36 (commit)
discards 3b8979b6ebe7eae14890f1ed07e16a6ef0874cb5 (commit)
discards 69b22821d00166e13ac7b7537d5cf60ec6cfbc13 (commit)
discards bbefd4bfb4a2a86d6bf0e72666bd43500f63852e (commit)
discards 202e622b92b1271af95e990eca6ecb4e78e8592f (commit)
discards 034987d4767aa96fdcd16cb4991876431c0d9cfe (commit)
discards 7230548311b55a98e68ac98e1c5bbd588243fe8c (commit)
discards fe6ea498f8cfec5982719f39df2650cf22af75f1 (commit)
discards 590a01a76ef5581904715943b50e5e6935d480d6 (commit)
discards 75366d57410c6267139fadea5a369801d5918bfe (commit)
discards bb39432a81c19522632f5be42624e43319084ca2 (commit)
discards 4f1181473b26fc57f2c38af96d03aa9564e2fdb7 (commit)
discards 0c7cd25bbde7674c317c2e44b34332c9fa767324 (commit)
discards 34643edafd34abda93f02c3fd6bfdbba71bcd09e (commit)
discards de45db09e0b4da43c797b9e54775290508273b0d (commit)
discards 47be9fc59a943b3663ef9ff4f1b7351b6f1a9919 (commit)
discards c30bc6ea855cfbf77f785cf7b9ec8d02f6f1c3d1 (commit)
discards e87285a6e282cb744b022b3648d6ef7cb45cc94f (commit)
discards 76c69e5066bef99c54f6f67fad19ef45b7a97ba9 (commit)
discards 33a1a8c912d090c1d6529a3814ec2f66924ea10a (commit)
discards 1670a0eb4c3f0112aa172d2433f0d412a5d322c0 (commit)
discards 9c1a70fc58f98fe3fc2189fb7e3946f3a0c0d29d (commit)
discards 7e48d6b969aeaec1dc17eb3dd1fb2ff466f51aa1 (commit)
discards 7b15646207ada6a047347e49b6a71164d5e39c38 (commit)
discards eddc8e506435935a7a9a10fccb60ef53833b10a8 (commit)
discards 5b7550f81ab931d666e5bdf72f30732e4041ab98 (commit)
discards 127a74a4be409663712098ee831237a85b66bd0f (commit)
discards 3a4da71671d78dbaacdff390337d79d9cb28795b (commit)
discards 00ce26b3fb74a60e32b2a9be7f57d9016b03fce0 (commit)
discards 1cf5c3f5fef6c1961412da9a124e6e4931e486c0 (commit)
discards 3388c1753c2d2aafb994468f243260fd29a7f101 (commit)
discards 61fe0e6bd168c3c2b3f8c4caaabf8c56c966d579 (commit)
discards c944af3262d82a9298e72f7e5f528df1586cd097 (commit)
discards 4c4427025002364b38a0adbf835c1e36664ed038 (commit)
discards 168b5f62bfea6585f950c9cf2e4fec45da57dd6a (commit)
discards d123339435434fb31754cb99fc989226ff966d09 (commit)
discards 320ef3b3d02cc8e8df8c3fbe96befd9c113cbea8 (commit)
discards 16b136049b03f35552d1ae5a9b97a25ae1fac206 (commit)
discards d202e846349d2df044ebf22f89bfc98d5b58cd60 (commit)
discards f5bac66a2fad52403c00d2e42008247151134577 (commit)
discards 9be50bfd56b6526edfbc015ea71e5b9a02c4a52f (commit)
discards eae6f4b9155c9cad5454f1ae08e2548ca30493ee (commit)
discards 902f2946d075b332926f40a88ed69d902d657f9c (commit)
discards 0331171dcc9c47a134005c223c5582843950480c (commit)
discards cde6528893b131e61efaf2bc7228541185343f42 (commit)
discards 355ce4650fad43b56d784ff8b17f757128f0819a (commit)
discards eef5293e3b313f0690f73e8cad2cc316daef327a (commit)
discards f0eb750b3e2b0cf08b70200bb639a24c6e3871c6 (commit)
discards f5a7492696db7e113a6cd5095f6d41961c3fdb2a (commit)
discards 28f8e87b19c7c26a9f37f9fbbb0091432837dd32 (commit)
discards 2d48d55bac2fc4f1e1fba6f07494890e937be8db (commit)
discards a27b37d94d3077e602105e285deb4b65473564f5 (commit)
discards bc710e508ae9f4299ddce2663a9050bbc3bf8a12 (commit)
discards 07f606bd72ebec6af81b844789d4bddced817fb1 (commit)
discards 8df6ace65b6e136f24557a141bdad0af453aee09 (commit)
discards bbe427af768a6af53432ae26245ab663dc48c04c (commit)
discards fef939915f00d61cdb0b4661b82e6ff1aa8c8b39 (commit)
discards 389d7a5092aa9980717ec64da29239cd45e5d97c (commit)
discards 8ac589b74b31184b3bad835d22b85727b7a4b278 (commit)
discards 8e989779c61e026e93ab96799ead4f9a5347eb6b (commit)
discards f4837636e8bc5b1adb4d0bc97998f5e9139aa098 (commit)
discards df9a6958c6ca4541ae073f3d6f6bd4d2f0ed2e4f (commit)
discards ab4aa3cad8c8c6747a059cb657454f3f5ef51d2a (commit)
discards f17b3fe6ef70fc63260fb2c56611e177ae2bb8c1 (commit)
discards 7ef2b474ee4bbd0276dc8af4d1b67f2bb2503f0e (commit)
discards e90c9938b89747d58b24fbfecdfc75af4ea1cf1c (commit)
discards 67c5a7e19dc34dbebfeec22c44a10e4683865079 (commit)
discards 1a5f59dea9ff815693dbcdd42d821bd1c953da6b (commit)
discards 09e8fe5426b6c86a5ce0c9ee2a598e49efa9c96a (commit)
discards 349660184e410dce7ab2a230f07793ed29b677a2 (commit)
discards 9375e59d767f2f8b69e70b2cf4cbc519ac40969d (commit)
discards f0210a093fdcaf77a7b24708b6ec1e8017a8aa56 (commit)
discards f40c40ee038152247737229ac071ab907e754923 (commit)
discards 1d237dccca86c64ee808789b8fc58f3580c6bb0f (commit)
discards 7b65bce072412153211f611b9cb0fd9674a9d988 (commit)
discards 8c012996cca4f5536f3da8fb17b2a4e73a276f5f (commit)
discards 4631b632e27b1fb2a35f10cfb034a397868b5d28 (commit)
discards 56243fd85fd53a88440dabeccf49ee70936c3cfb (commit)
discards 816bf1bb0fbb656839fe5f42ef8b7129d2b4073d (commit)
discards a68020e399f82d264a94ca51b3fdb30d99191118 (commit)
discards 34cd86c7c66be89154c7533cdfd7b4d4409bf924 (commit)
discards 9499dab4410b27d10b96cb18ecb5162f42ab51a8 (commit)
discards c8770e89722f2645ece97c1e065c606b746f274d (commit)
discards ca031011cd7fdc0424c35a68c5e24ecd55f70c19 (commit)
discards 6adcdbfe001b1a3afb42775decabaefaec59663f (commit)
discards 251354a947171a146185d274c487614c77036187 (commit)
discards 5a3a9d51ce0b22c31a2199d77f00b5a664397d4e (commit)
discards 5fb5ab65dee7f72cdd4c4ce684b927c42ff269dc (commit)
discards 6b93c91d46729a4c78c00ab7bd95fa516c0dbc11 (commit)
discards 5ac7ba5d5aa21d0142096bb896e2424f9086eb45 (commit)
discards ca09ceb40590328fab689cfdacf833b67a4ef21d (commit)
discards 5d31943d700026022692d9c4d939350923f19901 (commit)
discards a4d2725aa555e865e553639ed2a9b00d268820b0 (commit)
discards 2a3dc2d91c52c821d2f6d5614ee53c8ce59d16ab (commit)
discards 71af0afe6605249d8b08dfc3054d6ac41c9be5e4 (commit)
discards d37746bb138ea7d8fbf8604ea7f1c8990a3023b0 (commit)
discards 5954346b54fa9a3ce8021eba381fd564f1c2d255 (commit)
discards 68dd59f2e9c5e8e239f92ba56226a9c6eac3a91d (commit)
via beb2e61dc8ff4d06a5f499cd5e94e5ab3be80f30 (commit)
via 6e5f695211947f5221d52f7148fa4d2240c29167 (commit)
via ce134fead87d1e883fedd7c23a1bc314e2210629 (commit)
via c3092eacfe0a2e259ffd0887fed3584ce0903dab (commit)
via b0d6dfdea059c828e701cf8e391388fcb83d24b5 (commit)
via d52bfdbc115aacabd415b0bb9ad1d1ff08dd4cd1 (commit)
via e2e3682d41a55351529ab77b4e3c23f1713fa447 (commit)
via e312edd5ec1f03ba4dd1c165c058301826fecb54 (commit)
via 2ca7d8e47bf4edb426a0a7f178c92bc3b9231855 (commit)
via 63c9a5421269a87cb259b465feb90129d3a141cf (commit)
via b3d2ad9626c31cacc577d96826f4aec68657a85f (commit)
via 5bd517097b19b493c57c4d6d7fac773425777b1a (commit)
via 7d209ee7f3f8967114f9d74e545e796cf64bac08 (commit)
via 32b5dfce14f9c71dafce09216285fc52b08b2cf5 (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 (e51152986daf5f22566984d237d856f55e31fc63)
\
N -- N -- N (beb2e61dc8ff4d06a5f499cd5e94e5ab3be80f30)
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=beb2e61dc8ff4d06a5f499cd5e94e5ab…
commit beb2e61dc8ff4d06a5f499cd5e94e5ab3be80f30
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=6e5f695211947f5221d52f7148fa4d22…
commit 6e5f695211947f5221d52f7148fa4d2240c29167
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=ce134fead87d1e883fedd7c23a1bc314…
commit ce134fead87d1e883fedd7c23a1bc314e2210629
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=c3092eacfe0a2e259ffd0887fed3584c…
commit c3092eacfe0a2e259ffd0887fed3584ce0903dab
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=b0d6dfdea059c828e701cf8e391388fc…
commit b0d6dfdea059c828e701cf8e391388fcb83d24b5
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=d52bfdbc115aacabd415b0bb9ad1d1ff…
commit d52bfdbc115aacabd415b0bb9ad1d1ff08dd4cd1
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=e2e3682d41a55351529ab77b4e3c23f1…
commit e2e3682d41a55351529ab77b4e3c23f1713fa447
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)
Change-Id: Ie6a0cefba5e4e7f02cc2eaf6ec006ac07d5c1816
Related: OS#1592
http://cgit.osmocom.org/openbsc/commit/?id=e312edd5ec1f03ba4dd1c165c0583018…
commit e312edd5ec1f03ba4dd1c165c058301826fecb54
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=2ca7d8e47bf4edb426a0a7f178c92bc3…
commit 2ca7d8e47bf4edb426a0a7f178c92bc3b9231855
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=63c9a5421269a87cb259b465feb90129…
commit 63c9a5421269a87cb259b465feb90129d3a141cf
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
http://cgit.osmocom.org/openbsc/commit/?id=b3d2ad9626c31cacc577d96826f4aec6…
commit b3d2ad9626c31cacc577d96826f4aec68657a85f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Jan 25 15:50:36 2017 +0100
abis_om2000: drop unused function con_group_del()
Change-Id: Idc47bf790fb680a3c322342170369993ec02f73a
http://cgit.osmocom.org/openbsc/commit/?id=5bd517097b19b493c57c4d6d7fac7734…
commit 5bd517097b19b493c57c4d6d7fac773425777b1a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Jan 25 16:15:43 2017 +0100
paging.h: use '<>' include, not '""'
Also separate openbsc includes from osmocom/core includes.
Change-Id: I4da0cb32476202d06902531d07faed8004f689f9
http://cgit.osmocom.org/openbsc/commit/?id=7d209ee7f3f8967114f9d74e545e796c…
commit 7d209ee7f3f8967114f9d74e545e796cf64bac08
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Jan 25 16:14:25 2017 +0100
osmo_bsc_grace.h: use '<>' include, not '""'
Change-Id: I2f22be93d1a5fd6f229b85305a1d2a2cf6a43ce2
http://cgit.osmocom.org/openbsc/commit/?id=32b5dfce14f9c71dafce09216285fc52…
commit 32b5dfce14f9c71dafce09216285fc52b08b2cf5
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Dec 18 23:52:38 2016 +0100
various comment / whitespace tweaks (libmsc, gprs, libcommon-cs)
cosmetic ws in common_cs_vty.c, osmo_msc.c
comment: tiny typo fix in gsm_04_08.c
In comments, drop some unbalanced braces, because simplistic C file harvesters
will break at a single opening brace even if it is in a comment. This is aimed
at the fsm-to-dot.py script in libosmocore/contrib.
Change-Id: I3c1fa53195a1e57d6fe0a6791c346d30ceff1251
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/bsc_subscriber.h | 12 ++--
openbsc/include/openbsc/gprs_subscriber.h | 8 +--
openbsc/include/openbsc/gsm_04_08.h | 2 +-
openbsc/include/openbsc/gsm_data.h | 18 +++---
openbsc/include/openbsc/paging.h | 14 ++---
openbsc/src/gprs/gprs_subscriber.c | 68 ++++++++++----------
openbsc/src/gprs/sgsn_vty.c | 58 +++++++----------
openbsc/src/libbsc/abis_om2000_vty.c | 16 -----
openbsc/src/libbsc/abis_rsl.c | 2 +-
openbsc/src/libbsc/bsc_subscriber.c | 100 +++++++++++++++---------------
openbsc/src/libbsc/bsc_vty.c | 14 ++---
openbsc/src/libbsc/gsm_04_08_utils.c | 16 ++---
openbsc/src/libbsc/paging.c | 56 ++++++++---------
openbsc/src/libmsc/gsm_subscriber.c | 16 ++---
openbsc/src/libmsc/ussd.c | 1 -
openbsc/src/osmo-bsc/osmo_bsc_filter.c | 1 +
openbsc/tests/channel/channel_test.c | 1 +
openbsc/tests/subscr/subscr_test.c | 8 +--
18 files changed, 192 insertions(+), 219 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 "Software-defined analyzer for APCO P25".
The branch, max has been updated
via 668ff60e3400c55ed41c3efda7d10155e3d79de8 (commit)
via aaee53c998b9a8a277cad4f4e7927bded5b09c2b (commit)
via a101714375f9de221f1460cba3f96486e80948a6 (commit)
from a83fbd8c864ef253e4d6d79d5069b45ac92f8e75 (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=668ff60e3400c55ed41c3efda7d10155e3d…
commit 668ff60e3400c55ed41c3efda7d10155e3d79de8
Author: Max <ikj1234i(a)yahoo.com>
Date: Wed Jan 25 19:33:02 2017 -0500
dmr bs tx initial checkin
http://cgit.osmocom.org/op25/commit/?id=aaee53c998b9a8a277cad4f4e7927bded5b…
commit aaee53c998b9a8a277cad4f4e7927bded5b09c2b
Author: Max <ikj1234i(a)yahoo.com>
Date: Wed Jan 25 19:24:10 2017 -0500
dmr bs tx patch
http://cgit.osmocom.org/op25/commit/?id=a101714375f9de221f1460cba3f96486e80…
commit a101714375f9de221f1460cba3f96486e80948a6
Author: Max <ikj1234i(a)yahoo.com>
Date: Wed Jan 25 19:21:31 2017 -0500
typo correction
-----------------------------------------------------------------------
Summary of changes:
.../op25_repeater/{vocoder.h => dmr_bs_tx_bb.h} | 21 +-
op25/gr-op25_repeater/lib/CMakeLists.txt | 1 +
op25/gr-op25_repeater/lib/ambe_encoder_sb_impl.cc | 2 +-
op25/gr-op25_repeater/lib/dmr_bs_tx_bb_impl.cc | 465 ++++++++++++
...{ambe_encoder_sb_impl.h => dmr_bs_tx_bb_impl.h} | 36 +-
op25/gr-op25_repeater/lib/dmr_const.h | 826 +++++++++++++++++++++
op25/gr-op25_repeater/swig/op25_repeater_swig.i | 4 +
7 files changed, 1327 insertions(+), 28 deletions(-)
copy op25/gr-op25_repeater/include/op25_repeater/{vocoder.h => dmr_bs_tx_bb.h} (70%)
create mode 100644 op25/gr-op25_repeater/lib/dmr_bs_tx_bb_impl.cc
copy op25/gr-op25_repeater/lib/{ambe_encoder_sb_impl.h => dmr_bs_tx_bb_impl.h} (72%)
create mode 100644 op25/gr-op25_repeater/lib/dmr_const.h
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 "SCCP Library".
The branch, sysmocom/iu has been updated
discards 2187983b24dce005363491f7b6cbf10b23df2ade (commit)
discards c6d9a162899f48b06a823efdd2e9e718d16641de (commit)
discards 6a982a8c6314024702c16974aa03d46b8909bdbc (commit)
discards 980123466f06bad33f21713df89f769040e59702 (commit)
discards f7135de8b4de9df4f91f64d4a346ac24ecf16d79 (commit)
discards 37503b1fcc040addbe2d7762e7aff9975b9eca86 (commit)
discards f1f40391398593a7142d1d25af826d6112a50664 (commit)
discards d21165f613e59235d33912ddc29c00392655b71c (commit)
discards 8067a11abb03af7f1f4b45eaffeb0464a533f1da (commit)
discards e4c50110d8f8252231328e83c75e2287a5e2d2bd (commit)
discards ba52afe05269b2a6ed68c68e1e24a41956feed90 (commit)
discards 6fab2a715fd5814c8e9d70b8f94d8c93c207b70b (commit)
discards 3a09b6cfd117c3ab39884d0696ef80dbc77d0708 (commit)
discards 1f1c586f719a6d0a7570829f90102b8af6d96a24 (commit)
discards 1ebc8df1da8537a40f81930eb1c9715a87b0c2b8 (commit)
discards 9146ab7d8cafb4fc425fcdfd096cd521e46f5c29 (commit)
discards 439f7d903f8119d8c5e1550a34f9b605d9c51b4c (commit)
discards 34ca6534de322efdf8feb92f94d844e8391f0aa6 (commit)
discards 29e43685ff6996c0912599434b44a8e33b41176c (commit)
discards d0d18c59b2fe5e9c2c2378e822017dae0b1f60a6 (commit)
discards b3a627c97450e6700f6f04cedba5020f55e37a65 (commit)
discards 18e17e4554e95a0dbbf3ec2829c3ddf648120d56 (commit)
discards ac145ed736fc2fe75b79a9aa305ad77bb0468a46 (commit)
discards 897b3aa786487da5fa5b85dd11c35290e76a6e06 (commit)
discards 1538bab4f8281900891a02091fe883cb58d23878 (commit)
discards 688882d8c2275daec6b5b3c26ae7926a574e5b12 (commit)
via 535de8a70559252d666131c4647c5aac3296f17a (commit)
via 48102f6a4aa59d3adc68930a5681d67f14d958c0 (commit)
via 6fc3b06ad7428d296e8e625e0a07e34e41a66034 (commit)
via 29cd6ec4e06620b00a9362e6efba0dbf88c306e7 (commit)
via a7b4aea59b44740718e6258e3b76b8cb8f9a8c89 (commit)
via 9888427cba262bcd8d803ac258ac33fc4b19e737 (commit)
via ce9724b44343828e7dddd0680f8a9caf82abd3db (commit)
via 3847c628c58b4fda6dd6f67311c1ecb39822d552 (commit)
via f541fada47dac44bfbf17d5c4f5f12e7093cdb6a (commit)
via 523afa954d113b18de31b3b276a05ff901544ef1 (commit)
via a6ee5c373ef36c8089eb7ef9a756e0a314719781 (commit)
via 0e5d703eba7d179b5a0d69e8b1c5556664342491 (commit)
via 158cc4f81df253228453bc55af7107289a0e291a (commit)
via ccb736470320cfb9486f347f148c69d0180e2596 (commit)
via 03fd94b4f8e56bfdc5dea08613826a438361cf41 (commit)
via 92097ce4e831df4ee6743caba2d650db7bf926ce (commit)
via 5b4354dcf615363450b73e3e2ee2895de7931382 (commit)
via 7a84af058e17b85b0ea3fd2af3d20e9ede3d9dd2 (commit)
via 48e0bacf499a9f456c797d070664002a535e2a29 (commit)
via d3bfc7ac359cf292b53c01f905b9353497498dbb (commit)
via b50aca86299658fcd6641848fad94002752c9db2 (commit)
via 4251623c99fadccf01405bcb366574fdca8ab576 (commit)
via db56e63de359882e8c9163d87b44def69ac5fa8f (commit)
via fb0b559cbb3ef5dba03e520b6f5d2555fc2bd75e (commit)
via 8cfba6c1d3abdf14fb01cb42bd558a7f5f49bb38 (commit)
via 73379a52ddff5bbba8da5cb3cb2bbbafcf17051f (commit)
via 26bcc0b9c4f0240b5caad1b410a966f76563e631 (commit)
via 8fab8413bf76d47300a9d0b0f995ffe7691169b2 (commit)
via 675a3cb718fa11e476fcfbe6573e58c6f5d19ae3 (commit)
via dfb4d918927b455127f5ef0149a76ee88bee05bb (commit)
via da1ca89bcb4c27b03bd04bbc0e588e93ef4b9374 (commit)
via 8e4bcfef3c69097c8755a14f85504a22132bd7c6 (commit)
via ed9e76e46e530faf2560fc875ecbe83faff8d809 (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 (2187983b24dce005363491f7b6cbf10b23df2ade)
\
N -- N -- N (535de8a70559252d666131c4647c5aac3296f17a)
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/libosmo-sccp/commit/?id=535de8a70559252d666131c4647…
commit 535de8a70559252d666131c4647c5aac3296f17a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Mar 30 12:44:21 2016 +0200
sccp_helpers: add convenience function for RANAP unitdata
http://cgit.osmocom.org/libosmo-sccp/commit/?id=48102f6a4aa59d3adc68930a568…
commit 48102f6a4aa59d3adc68930a5681d67f14d958c0
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Mar 30 12:43:04 2016 +0200
sccp_helpers: add osmo_ prefix to all functions
http://cgit.osmocom.org/libosmo-sccp/commit/?id=6fc3b06ad7428d296e8e625e0a0…
commit 6fc3b06ad7428d296e8e625e0a07e34e41a66034
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Mar 30 13:39:04 2016 +0200
sccp_helpers: adjust .h include and copyright
http://cgit.osmocom.org/libosmo-sccp/commit/?id=29cd6ec4e06620b00a9362e6efb…
commit 29cd6ec4e06620b00a9362e6efba0dbf88c306e7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Sep 27 17:08:55 2016 +0200
sccp_helpers.h/.c: fix: apply rename of osmo_sua_link to osmo_sccp_link
Change-Id: If8b09bb05297ebf663b4a04d3cc094a6a8087f53
http://cgit.osmocom.org/libosmo-sccp/commit/?id=a7b4aea59b44740718e6258e3b7…
commit a7b4aea59b44740718e6258e3b76b8cb8f9a8c89
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Mar 30 12:41:00 2016 +0200
Add sccp_helpers.[hc] moved from osmo-iuh, 1:1 at first
Move here unchanged first, so we're able to see the modifications in diffs.
Pending changes will follow in subsequent patches.
Moved from osmo-iuh 3da8608b6ad014fc74536dbb49019704fd425b8c, which was before
the rename of osmo_sua_link and osmo_sua_user to osmo_sccp_link and
osmo_sccp_user, so this will not compile.
Change-Id: Iae0c58c5f1eb00a685de70add0d5257e4316c6d5
http://cgit.osmocom.org/libosmo-sccp/commit/?id=9888427cba262bcd8d803ac258a…
commit 9888427cba262bcd8d803ac258ac33fc4b19e737
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Jul 11 19:20:02 2016 +0200
fix for FreeBSD: ifdef SCTP_AUTHENTICATION_INDICATION
Don't print SCTP_AUTHENTICATION_INDICATION if it isn't defined.
This helps the FreeBSD build in particular.
Change-Id: Iaff5067c84b4d3ccda913c1f44b4bb0c210f14e5
http://cgit.osmocom.org/libosmo-sccp/commit/?id=ce9724b44343828e7dddd0680f8…
commit ce9724b44343828e7dddd0680f8a9caf82abd3db
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Apr 13 16:20:41 2016 +0200
add another #ifdef SCTP_SENDER_DRY_EVENT (missing from previous commit)
http://cgit.osmocom.org/libosmo-sccp/commit/?id=3847c628c58b4fda6dd6f67311c…
commit 3847c628c58b4fda6dd6f67311c1ecb39822d552
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Apr 8 00:43:31 2016 +0200
add #ifdef SCTP_SENDER_DRY_EVENT
Some older SCTP implementations don't have the SCTP_SENDER_DRY_EVENT.
Fix the coverity build by encapsulating its logging in an #ifdef.
http://cgit.osmocom.org/libosmo-sccp/commit/?id=f541fada47dac44bfbf17d5c4f5…
commit f541fada47dac44bfbf17d5c4f5f12e7093cdb6a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Apr 4 15:20:08 2016 +0200
cosmetic: rename static sua_cli_conn_cb() to sua_cli_read_cb()
The read cb fed to osmo_stream_cli_set_read_cb() is called sua_cli_conn_cb(),
which is confusing. Call it _read_ instead of _conn_.
http://cgit.osmocom.org/libosmo-sccp/commit/?id=523afa954d113b18de31b3b276a…
commit 523afa954d113b18de31b3b276a05ff901544ef1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Apr 4 18:31:44 2016 +0200
cosmetic: log more sctp notifications
http://cgit.osmocom.org/libosmo-sccp/commit/?id=a6ee5c373ef36c8089eb7ef9a75…
commit a6ee5c373ef36c8089eb7ef9a756e0a314719781
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Mar 7 14:16:37 2016 +0100
add some debug logging
http://cgit.osmocom.org/libosmo-sccp/commit/?id=0e5d703eba7d179b5a0d69e8b1c…
commit 0e5d703eba7d179b5a0d69e8b1c5556664342491
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Jan 4 12:35:49 2016 +0100
HACK: start to handle SCTP notifications
http://cgit.osmocom.org/libosmo-sccp/commit/?id=158cc4f81df253228453bc55af7…
commit 158cc4f81df253228453bc55af7107289a0e291a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 2 18:02:56 2016 +0200
fix: use proper disconnect prim param type
For the N-DISCONNECT prim, parse CREF, RLC and RLSD from the proper parameter
struct type: osmo_scu_disconn_param instead of osmo_scu_connect_param.
Before this, the conn_id ended up in the wrong place and the other side always
received a zero conn_id.
Tested only for the RLSD case, which fixes Iu-Release message evaluation for
all except the very first SUA conn received by the CN components.
In all three cases, set:
* param->responding_addr to conn->called_addr.
* param->originator to OSMO_SCCP_ORIG_UNDEFINED.
Change-Id: I446f2fe57cc3b7c52723f3ab82836513a5d37752
http://cgit.osmocom.org/libosmo-sccp/commit/?id=ccb736470320cfb9486f347f148…
commit ccb736470320cfb9486f347f148c69d0180e2596
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 2 17:57:48 2016 +0200
cosmetic: sua.c: comments
Add some human readable names.
Change-Id: If4aa15aae8b03c764a45b866a751eb3fbabebec1
http://cgit.osmocom.org/libosmo-sccp/commit/?id=03fd94b4f8e56bfdc5dea086138…
commit 03fd94b4f8e56bfdc5dea08613826a438361cf41
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Apr 13 19:08:18 2016 +0200
parse SCCP src+dst addresses
In order to receive a Paging command with a valid RANAP SSN, decode the SCCP
source and destination address IEs. This is used by hnbgw to forward a Paging
from CN to RNC.
This may be done more generally as soon as more IEs need parsing of their sub
parts. For now, iterate the higher level IE's data chunk and obtain the address
sub part IEs without storing sub part locations.
Change-Id: I03d0c2a9003fda59c5b88c8738df009c30fbc11c
http://cgit.osmocom.org/libosmo-sccp/commit/?id=92097ce4e831df4ee6743caba2d…
commit 92097ce4e831df4ee6743caba2d650db7bf926ce
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Apr 4 16:30:58 2016 +0200
remove two compiler warnings for unused variables
Change-Id: I173dc67050d907f9b09b99265af9dee9d142ace3
http://cgit.osmocom.org/libosmo-sccp/commit/?id=5b4354dcf615363450b73e3e2ee…
commit 5b4354dcf615363450b73e3e2ee2895de7931382
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Mar 30 12:45:38 2016 +0200
cosmetic: add comments for GT, PC, SSN to help noobs finding their way
Change-Id: I8f47f855c2718f4922b36229a388fa719c628bf6
http://cgit.osmocom.org/libosmo-sccp/commit/?id=7a84af058e17b85b0ea3fd2af3d…
commit 7a84af058e17b85b0ea3fd2af3d20e9ede3d9dd2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Mar 7 14:35:42 2016 +0100
add RFC 3868 (SUA) spec in HTML
Change-Id: Ieab0212157381f7b71f0196925e94c88e9b5938e
http://cgit.osmocom.org/libosmo-sccp/commit/?id=48e0bacf499a9f456c797d07066…
commit 48e0bacf499a9f456c797d070664002a535e2a29
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Mar 7 14:16:04 2016 +0100
add comment (meaning of COIT)
Change-Id: I63276ca2bfd6282676618e50268ed2234025b7bb
http://cgit.osmocom.org/libosmo-sccp/commit/?id=d3bfc7ac359cf292b53c01f905b…
commit d3bfc7ac359cf292b53c01f905b9353497498dbb
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Mar 7 14:15:17 2016 +0100
SUA COIT: send dest ref nr, not dest addr
See RFC 3868 3.3.11
https://tools.ietf.org/html/rfc3868#section-3.3.11
Change-Id: I083384876d4a8d7fa9c03409fbdc9e00e3c8f416
http://cgit.osmocom.org/libosmo-sccp/commit/?id=b50aca86299658fcd6641848fad…
commit b50aca86299658fcd6641848fad94002752c9db2
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Dec 26 23:36:27 2015 +0100
sua: Ensure that a SUA client will continuously try to reconnect
Change-Id: Ic05a2b78e29e4ede214a3395430ef54bacd84e60
http://cgit.osmocom.org/libosmo-sccp/commit/?id=4251623c99fadccf01405bcb366…
commit 4251623c99fadccf01405bcb366574fdca8ab576
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Dec 26 23:35:31 2015 +0100
sua: call conn_disconnect() in sua_disconnect_req()
disconnect is not a class3/4 operation. We simply generate + send the
DISCONNECT.ind message to the remote side and drop all local state about the
connection.
Change-Id: I4e336f9dfd4ebd0122cd9e5a70db3d05e9dc1764
http://cgit.osmocom.org/libosmo-sccp/commit/?id=db56e63de359882e8c9163d87b4…
commit db56e63de359882e8c9163d87b44def69ac5fa8f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Dec 26 23:34:54 2015 +0100
sua: Fix typo in log message
Change-Id: I13bb0e2f4ec688fefd9b98d6d2389562e2a2dad7
http://cgit.osmocom.org/libosmo-sccp/commit/?id=fb0b559cbb3ef5dba03e520b6f5…
commit fb0b559cbb3ef5dba03e520b6f5d2555fc2bd75e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Dec 26 23:34:03 2015 +0100
allow user to give private data to osmo_sua_user_create()
... which can be resolved from the prim_cb() by calling
osmo_sccp_link_get_user_priv().
Change-Id: If4c0f96f0621fb2adf4c78dc5994d3398431d92f
-----------------------------------------------------------------------
Summary of changes:
.gitreview | 3 ++
Makefile.am | 2 +-
configure.ac | 1 +
debian/control | 29 ++++++++---
debian/copyright | 89 ++++++++++++++++++++--------------
debian/rules | 18 ++++---
libosmo-mtp.pc.in => libosmo-xua.pc.in | 6 +--
src/sua.c | 1 -
tests/mtp/mtp_parse_test.c | 16 +++---
9 files changed, 103 insertions(+), 62 deletions(-)
create mode 100644 .gitreview
copy libosmo-mtp.pc.in => libosmo-xua.pc.in (63%)
hooks/post-receive
--
SCCP Library
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 d0ef1ed78cc4e8e04296342499991fdde77fbbe7 (commit)
from f6e51709fc3a79274646135fec1a603d4316acf6 (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=d0ef1ed78cc4e8e04296342499991fdd…
commit d0ef1ed78cc4e8e04296342499991fdde77fbbe7
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jan 23 15:36:37 2017 +0100
compression: Fix nullpointer deref
When the creation of a new compression entity fails, an error
message is created, this error message contains printf with
a dereferentiation of the compression entity, that is clearly
NULL at that point. This commit corrects that.
Change-Id: I87371ade0ccd6a93b446f2013c1747f486739518
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gprs_sndcp_comp.c | 7 ++++---
1 file 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via f65b57a7071acd23ed5429df71393e76907a7283 (commit)
via 871e0bec7e5218defc404b117dd6f89906c5c0da (commit)
from 10b11325a77af9a159bf05af0cd2ad7a3d24dc58 (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=f65b57a7071acd23ed5429df71393e7…
commit f65b57a7071acd23ed5429df71393e76907a7283
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jan 11 17:25:05 2017 +0100
Add ctrl command to send OML alert
Change-Id: I228cb71ab945e19e3747843469a52f577ee32f97
Related: OS#1615
http://cgit.osmocom.org/osmo-bts/commit/?id=871e0bec7e5218defc404b117dd6f89…
commit 871e0bec7e5218defc404b117dd6f89906c5c0da
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jan 24 16:27:06 2017 +0100
OML: internalize failure reporting
* make oml_tx_failure_event_rep() static and use osmo_signal_dispatch()
wrapped into oml_fail_rep() to trigger event reports outside of oml.c
instead of directly calling into OML layer
* remove unnecessary formatting from text messages
Related: OS#1615
Change-Id: I738555c547926e97b325ab53763c0076c42309bc
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/oml.h | 5 +--
include/osmo-bts/signal.h | 1 +
src/common/abis.c | 2 +-
src/common/bts.c | 6 +--
src/common/bts_ctrl_commands.c | 15 ++++++++
src/common/l1sap.c | 6 +--
src/common/main.c | 13 +++----
src/common/oml.c | 87 +++++++++++++++++++++++++++++-------------
src/common/rsl.c | 21 ++++------
9 files changed, 98 insertions(+), 58 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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via 1f1cebb2e503c1740ee53caf9664c0d39b5fe70e (commit)
via d1b28bd766e55f50cfcd3011cd55908e8913fddb (commit)
via 833e97e9ba84fb3237adda5808dddc8a2d8430a7 (commit)
via e6d059f0c998c84113e5d7960eb9dacf2c4c9f25 (commit)
from 012a1b345b27255a9760fdd9e8be3100dabeecc9 (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=1f1cebb2e503c1740ee53caf9664c0d…
commit 1f1cebb2e503c1740ee53caf9664c0d39b5fe70e
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Dec 21 18:40:39 2016 +0100
Remove embedded sqlite3
Previous patch switches to using system-wide sqlite3 so it's safe to
remove local copy now.
Change-Id: Ie8e751cc62132fe1f7748ccd78c5d48469027329
http://cgit.osmocom.org/osmo-trx/commit/?id=d1b28bd766e55f50cfcd3011cd55908…
commit d1b28bd766e55f50cfcd3011cd55908e8913fddb
Author: Ruben Undheim <ruben.undheim(a)gmail.com>
Date: Wed Dec 21 18:36:35 2016 +0100
Do not embed sqlite3 when building
Change-Id: If5edadc04c3ff953b451676e55ad3d00d4e43c82
http://cgit.osmocom.org/osmo-trx/commit/?id=833e97e9ba84fb3237adda5808dddc8…
commit 833e97e9ba84fb3237adda5808dddc8a2d8430a7
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jan 24 15:14:32 2017 +0100
Integrate Debian packaging changes
debian/control:
* restructure to make it easier to incorporate further changes
* update package descriptions
* update project URL
debian/rules:
* use proper hardening syntax
debian/copyright: update to match Debian format
Change-Id: I9a89e7311c8632ae26ac2e6c02d1e427d94b1608
Related: OS#1694
http://cgit.osmocom.org/osmo-trx/commit/?id=e6d059f0c998c84113e5d7960eb9dac…
commit e6d059f0c998c84113e5d7960eb9dacf2c4c9f25
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Dec 21 18:34:17 2016 +0100
Add gerrit settings
Make it simple to setup and use this repo with 'git review' command.
Change-Id: I6bbe65cc09e086685995f084a07a646a7d60b93c
-----------------------------------------------------------------------
Summary of changes:
.gitreview | 3 +
Makefile.am | 1 -
Makefile.common | 2 +-
configure.ac | 1 -
debian/control | 37 +-
debian/copyright | 166 +-
debian/rules | 2 +-
sqlite3/Makefile.am | 34 -
sqlite3/sqlite3.c | 138243 ------------------------------------------------
sqlite3/sqlite3.h | 7055 ---
sqlite3/sqlite3ext.h | 447 -
11 files changed, 185 insertions(+), 145806 deletions(-)
create mode 100644 .gitreview
delete mode 100644 sqlite3/Makefile.am
delete mode 100644 sqlite3/sqlite3.c
delete mode 100644 sqlite3/sqlite3.h
delete mode 100644 sqlite3/sqlite3ext.h
hooks/post-receive
--
OpenBTS' transceiver retro-fit