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 A-bis protcol interface library".
The branch, master has been updated
via cac78fe9e95d8f7f9eea07f99b910409e10854bc (commit)
via d517db06ced45bbe0a70799487964e52edd8a375 (commit)
from bf7976c0b0076410ad1bd67061dd18d0f33a7f43 (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/libosmo-abis/commit/?id=cac78fe9e95d8f7f9eea07f99b9…
commit cac78fe9e95d8f7f9eea07f99b910409e10854bc
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu May 25 19:13:13 2017 +0200
Add value_string for input signal names (e1inp_signal_names)
Change-Id: I1662d4a969d2d12677646f3120b25be9a20c6d22
http://cgit.osmocom.org/libosmo-abis/commit/?id=d517db06ced45bbe0a707994879…
commit d517db06ced45bbe0a70799487964e52edd8a375
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Apr 15 19:12:01 2017 +0200
ipacces.c: Remove ipa_bts_id_resp() and use libosmocore
In Chanage-Id Icbcd8827a75fd5f3393351c1ca372de85275ad35 we introduced a
very similar function to libosocore. Let's use that rather than our own
version here.
Change-Id: I858920db1fb5f5d66e71b676d28c84d330d7904a
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/abis/e1_input.h | 2 +
src/e1_input.c | 11 +++++
src/input/ipaccess.c | 89 ++---------------------------------------
3 files changed, 17 insertions(+), 85 deletions(-)
hooks/post-receive
--
Osmocom A-bis protcol interface 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via cd8e7a46b66e9b2c883867efab9c8db586f764ba (commit)
via 2d899a015756cbf0da66d2a74b64b086b408af84 (commit)
from ba58167e1bf6ff8815c4e9e0d7b0b63ba1c529f8 (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/libosmocore/commit/?id=cd8e7a46b66e9b2c883867efab9c…
commit cd8e7a46b66e9b2c883867efab9c8db586f764ba
Author: blobb <dr.blobb(a)gmail.com>
Date: Wed May 24 16:09:45 2017 +0200
Introduce build script for arm-none-eabi cross-compilations
This is a necessary step to use libosmocore-arm dep in OsmocomBB.
After this patch is submitted the "./contrib/jenkins.sh" line in
libosmocore jenkins jobs [1][2] needs to be replaced with:
if [[ "$JOB_NAME" == *"arch=arm-none-eabi,label=linux_amd64_debian8"* ]]
then
./contrib/jenkins-arm.sh
else
# (FreeBSD && debian8)_amd64 builds
./contrib/jenkins.sh
fi
Furthermore, the "arch" matrix-build axis has to be created,
holding "arm-none-eabi" and "amd64". Following combination filter
is necessary to skip cross-compilations on FreeBSD buildslave:
!(arch=="arm-none-eabi" && label=="FreeBSD_amd64")
[1] https://jenkins.osmocom.org/jenkins/job/libosmocore/
[2] https://jenkins.osmocom.org/jenkins/job/libosmocore-gerrit/
Change-Id: I0db83ad2c94ada65c00fd1bcf867830dec80085d
http://cgit.osmocom.org/libosmocore/commit/?id=2d899a015756cbf0da66d2a74b64…
commit 2d899a015756cbf0da66d2a74b64b086b408af84
Author: blobb <dr.blobb(a)gmail.com>
Date: Fri May 26 08:38:27 2017 +0000
Revert "Introduce build script for arm-none-eabi cross-compilations"
"--enable-sanitize" does not work on jenkins build slave (debian8), although it worked out locally for me.
Following patch will introduce corrected arm build script without "--enable-sanitize" option:
https://gerrit.osmocom.org/#/c/2742/
This reverts commit ba58167e1bf6ff8815c4e9e0d7b0b63ba1c529f8.
Change-Id: I644114679db1394e75ff12b0203ae8e568aff82c
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins-arm.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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 9dabfa2c2b882bf4ce72c941f021f7a439de041a (commit)
from 356ac618f1f4b455e411507c4be4c9909fe927bb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-pcu/commit/?id=9dabfa2c2b882bf4ce72c941f021f7a…
commit 9dabfa2c2b882bf4ce72c941f021f7a439de041a
Author: Max <msuraev(a)sysmocom.de>
Date: Tue May 16 16:10:45 2017 +0200
Cleanup FN scheduling
* replace magic number with defined constant
* move copy-pasted code to inline functions
* remove unused code
Change-Id: I6fee0714453d0c3c3f3f875f88daea2d9c477331
Related: OS#1524
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 12 ++++++++----
src/gprs_rlcmac_sched.cpp | 2 +-
src/pcu_utils.h | 5 +++++
src/poll_controller.cpp | 22 +++++++++++++---------
src/sba.cpp | 10 +++++-----
src/tbf.cpp | 5 ++---
src/tbf_dl.cpp | 29 +++++++++++++----------------
tests/tbf/TbfTest.cpp | 16 +---------------
8 files changed, 48 insertions(+), 53 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 "UNNAMED PROJECT".
The branch, master has been updated
via 356ac618f1f4b455e411507c4be4c9909fe927bb (commit)
from e8284a7f92f9a150cb563555cf62f4aeb9826632 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-pcu/commit/?id=356ac618f1f4b455e411507c4be4c99…
commit 356ac618f1f4b455e411507c4be4c9909fe927bb
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu May 25 19:05:32 2017 +0200
Fix format string error (string needs %s)
In a49475b5a822773ce10e28bf5a02e91de78bd063 we introduce the use of
bssgp_pdu_str() and change from printing the numeric code to the
stringified version of the message code. However, the format string
was not updated accordingly :/
Change-Id: I7173b692fb1f222aab44cd4f44a482038d0f51dc
Fixes: Coverity CID 169684
-----------------------------------------------------------------------
Summary of changes:
src/gprs_bssgp_pcu.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
UNNAMED PROJECT
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 271ceca86216ba0b22f7ba5222a5331766fb3d8c (commit)
via 2faeb1ac6cc054737b153b08be1de3846256a820 (commit)
via 722bbb402f4dbf6eaea09c728fb9406ba4c026d1 (commit)
via f8aeb2cccb767c8823e1c851efd8de86a226033e (commit)
via f14cb3535cf469632b5da63f35b31aa79fd0c5c3 (commit)
via 872671e01ba4c081ca642b1bb7abee8fe7c4af45 (commit)
via a229756885907bf46c820649e87396a25b1ac4ae (commit)
via 54050a28ede20242a79ef3851057c63f454773c9 (commit)
via 854bcc2b7b36c4b9fc965cd8104006705d09edb7 (commit)
via e586f41692f1e7d2386c52ae9caa81b6d9a2de08 (commit)
via 67798617b53c1ca37668ef5c57de27b97cd57035 (commit)
via b4999b60d48bcbb5aa575973d068e07ab672e095 (commit)
via 94bbc73bce304609124e9f617953a11634905d58 (commit)
via 6f483d3a05c7c006a36ca6868bbd1846d00c9afc (commit)
from 1fe2647c5de6c460dd776787f039bbc51ed779a0 (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=271ceca86216ba0b22f7ba5222a53317…
commit 271ceca86216ba0b22f7ba5222a5331766fb3d8c
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Mon Mar 13 11:06:52 2017 +0100
abis_rsl: use msgb_pull to parse tlli from msg
Change-Id: I971bf6c8821689f9d8a1294a9b3bf1af9c4091f7
http://cgit.osmocom.org/openbsc/commit/?id=2faeb1ac6cc054737b153b08be1de384…
commit 2faeb1ac6cc054737b153b08be1de3846256a820
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Mon Mar 13 11:00:59 2017 +0100
abis_rsl: fix off-by-one length check when parsing ericson tlli field
Change-Id: I658f6d82a67944345ddda5534fa996dca9e990ab
http://cgit.osmocom.org/openbsc/commit/?id=722bbb402f4dbf6eaea09c728fb9406b…
commit 722bbb402f4dbf6eaea09c728fb9406ba4c026d1
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Jan 17 14:46:56 2017 +0100
pcu_sock: Fix broken paging command
The pcu sends us an already made up MAC-Block that contains the
paging request. pcu_sock.c is parsing this paging request
wrongly and fails silently, which results into a dropping of the
request.
This commit fixes the parsing problems.
Change-Id: Iefef08123bdc351afd8287d3f27ebf0ae58a6e7d
http://cgit.osmocom.org/openbsc/commit/?id=f8aeb2cccb767c8823e1c851efd8de86…
commit f8aeb2cccb767c8823e1c851efd8de86a226033e
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Dec 2 19:04:34 2016 +0100
pcu_sock: Forward imm.ass PCU originated messages
The PCU sends imm.ass messages in response to a rach request. Those
messages need to be forwarded to RSL in order to get them send. This
commit introduces the required functionality for that
Change-Id: Ice099c4ed7008200ed179e581aba1899c6c29455
http://cgit.osmocom.org/openbsc/commit/?id=f14cb3535cf469632b5da63f35b31aa7…
commit f14cb3535cf469632b5da63f35b31aa79fd0c5c3
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Fri Dec 2 18:27:01 2016 +0100
pcu_sock: implement direct tlli on AGCH
Ericsson allows to attach a reference to immediate assignments. A
confirmation of the transmission is then sent back, but only containing
the reference, not the whole RLC packet.
Change-Id: I945f49e62e2a74a7906e2d49940927773edd04a9
http://cgit.osmocom.org/openbsc/commit/?id=872671e01ba4c081ca642b1bb7abee8f…
commit 872671e01ba4c081ca642b1bb7abee8fe7c4af45
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Nov 29 00:21:18 2016 +0100
pcu_sock: pcu_tx_info_ind allow to use TRX not starting from 0
It would prevent using only e.g. TRX 1 when TRX 0 is disabled.
Change-Id: I68dc5e837bd2a3602f7875063c85da4082196274
http://cgit.osmocom.org/openbsc/commit/?id=a229756885907bf46c820649e87396a2…
commit a229756885907bf46c820649e87396a25b1ac4ae
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Nov 29 00:18:26 2016 +0100
pcu_sock: set flag PCU_IF_FLAG_SYSMO by setting pcu_direct = 1
The use of PCU_IF_FLAG_SYSMO enable the PCU to use DIRECT_PHY code path.
Change-Id: I1f5407264fc4f209456ffcb73d7853ff315aab86
http://cgit.osmocom.org/openbsc/commit/?id=54050a28ede20242a79ef3851057c63f…
commit 54050a28ede20242a79ef3851057c63f454773c9
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 21 01:33:22 2016 +0100
pcu_sock: Send non-NULL hLayer1 to PCU
The BSC-located PCU case looks to the PCU like a BTS-located PCU with
"direct PHY" access, i.e. the data related primitives are communicated
from the PCU directly towards the TRAU Frames or whatever transport
method is used between CCU and PCU.
In order to make the PCU believe that, we need to pass in a 'layer 1
handle'. As we don't use it, we can just pass any non-zero value and be
happy.
Change-Id: I8170bd4134904702b6b272e496100361ba473cbc
http://cgit.osmocom.org/openbsc/commit/?id=854bcc2b7b36c4b9fc965cd810400670…
commit 854bcc2b7b36c4b9fc965cd8104006705d09edb7
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Nov 17 20:54:47 2016 +0100
pcu_sock: Forward paging request from PCU via RSL to BTS
Change-Id: I28bf0995699618f3f5fa15fc8e1733beddfc482f
http://cgit.osmocom.org/openbsc/commit/?id=e586f41692f1e7d2386c52ae9caa81b6…
commit e586f41692f1e7d2386c52ae9caa81b6d9a2de08
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Nov 17 18:39:36 2016 +0100
pcu_sock: get rid of magic numbers and use ARRAY_SIZE() for array iteration
Change-Id: I602b581fab67b3a1c3c03c73a3a99e9afd564e29
http://cgit.osmocom.org/openbsc/commit/?id=67798617b53c1ca37668ef5c57de27b9…
commit 67798617b53c1ca37668ef5c57de27b97cd57035
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Nov 17 18:10:10 2016 +0100
pcu_sock: Don't re-implement core functionality like gsm_bts_trx_num()
Change-Id: I5ea506c8240dac124ccf5522d02ba18e4f0cb90d
http://cgit.osmocom.org/openbsc/commit/?id=b4999b60d48bcbb5aa575973d068e07a…
commit b4999b60d48bcbb5aa575973d068e07ab672e095
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Oct 26 15:19:41 2016 +0200
pcu_sock: add basic pcu interface support
Adds a basic version of a pcu socket interface, similar
to the one that can be found in osmo-bts.
Change-Id: Ib13cb4099d12fa71e9e0b8727e19ab29e11909b2
http://cgit.osmocom.org/openbsc/commit/?id=94bbc73bce304609124e9f617953a116…
commit 94bbc73bce304609124e9f617953a11634905d58
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Dec 8 17:34:12 2016 +0100
libbsc: add debug log message to S_L_INP_* callbacks
Improve debug log output of input callbacks by adding a line containing
the signal event name.
Change-Id: Ifca46dd8b356d0de31cccbd79e406079d3a0d7d2
http://cgit.osmocom.org/openbsc/commit/?id=6f483d3a05c7c006a36ca6868bbd1846…
commit 6f483d3a05c7c006a36ca6868bbd1846d00c9afc
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Feb 24 15:18:08 2017 +0100
gsm_data_shared: add value strings for gsm_chreq
Change-Id: I23d3be5610a5a46098d2b12feed4245828599aae
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/Makefile.am | 2 +
openbsc/include/openbsc/debug.h | 1 +
openbsc/include/openbsc/gsm_data_shared.h | 4 +
openbsc/include/openbsc/pcu_if.h | 37 ++
openbsc/include/openbsc/pcuif_proto.h | 176 +++++++
openbsc/src/libbsc/Makefile.am | 1 +
openbsc/src/libbsc/abis_rsl.c | 67 ++-
openbsc/src/libbsc/bsc_init.c | 24 +
openbsc/src/libbsc/bts_ericsson_rbs2000.c | 5 +
openbsc/src/libbsc/pcu_sock.c | 742 ++++++++++++++++++++++++++++++
openbsc/src/libcommon/debug.c | 5 +
openbsc/src/libcommon/gsm_data_shared.c | 10 +
12 files changed, 1073 insertions(+), 1 deletion(-)
create mode 100644 openbsc/include/openbsc/pcu_if.h
create mode 100644 openbsc/include/openbsc/pcuif_proto.h
create mode 100644 openbsc/src/libbsc/pcu_sock.c
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 Open Source GSM Base Band stack".
The branch, master has been updated
via 064ffe6563cdf7105d97e3d45c2d14520cea8352 (commit)
from c1cdd3b5a4a69b12ca1b4d3f6cedd224257cf504 (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=064ffe6563cdf7105d97e3d45c2d1…
commit 064ffe6563cdf7105d97e3d45c2d14520cea8352
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed May 17 02:26:00 2017 +0300
host/mobile: use talloc for ms->name allocation
The approach of talloc memory management reduces memory usage,
and prevents some buffer overflows, which were possible before.
Change-Id: Icd6706117fdd7f1b3481b0e3817bbb3b31f12f60
-----------------------------------------------------------------------
Summary of changes:
.../include/osmocom/bb/common/osmocom_data.h | 2 +-
src/host/layer23/src/common/main.c | 3 +-
src/host/layer23/src/mobile/app_mobile.c | 16 +++++----
src/host/layer23/src/mobile/gsm322.c | 38 ++++++++++++----------
src/host/layer23/src/mobile/vty_interface.c | 2 +-
5 files changed, 33 insertions(+), 28 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 Open Source GSM Base Band stack".
The branch, master has been updated
via c1cdd3b5a4a69b12ca1b4d3f6cedd224257cf504 (commit)
from 3aaf127cc194d9fcb8f48324f242504fb203bbc9 (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=c1cdd3b5a4a69b12ca1b4d3f6cedd…
commit c1cdd3b5a4a69b12ca1b4d3f6cedd224257cf504
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Mon Apr 24 21:00:11 2017 +0700
Makefile: add forgotten gsmmap to (dist)clean section
Change-Id: I14abe8a061d218ca81dd2d101b218d3030324aa2
-----------------------------------------------------------------------
Summary of changes:
src/Makefile | 2 ++
1 file changed, 2 insertions(+)
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via ba58167e1bf6ff8815c4e9e0d7b0b63ba1c529f8 (commit)
from 54ca30c8d3b26285bcf2f960265b2a50469f3af3 (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/libosmocore/commit/?id=ba58167e1bf6ff8815c4e9e0d7b0…
commit ba58167e1bf6ff8815c4e9e0d7b0b63ba1c529f8
Author: blobb <dr.blobb(a)gmail.com>
Date: Wed May 24 16:09:45 2017 +0200
Introduce build script for arm-none-eabi cross-compilations
This is a necessary step to use libosmocore-arm dep in OsmocomBB.
After this patch is submitted the "./contrib/jenkins.sh" line in
libosmocore jenkins jobs [1][2] needs to be replaced with:
if [[ "$JOB_NAME" == *"arch=arm-none-eabi,label=linux_amd64_debian8"* ]]
then
./contrib/jenkins-arm.sh
else
# (FreeBSD && debian8)_amd64 builds
./contrib/jenkins.sh
fi
Furthermore, the "arch" matrix-build axis has to be created,
holding "arm-none-eabi". Following combination filter is
necessary to skip cross-compilations on FreeBSD buildslave:
!(arch=="arm-none-eabi" && label=="FreeBSD_amd64")
[1] https://jenkins.osmocom.org/jenkins/job/libosmocore/
[2] https://jenkins.osmocom.org/jenkins/job/libosmocore-gerrit/
Change-Id: I9e07fb9e60830dbd585f22d9c658c46252ce399f
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins-arm.sh | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
create mode 100755 contrib/jenkins-arm.sh
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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, master has been updated
via 3aaf127cc194d9fcb8f48324f242504fb203bbc9 (commit)
via b2a1f72710eabacb6d4e63059f03a140dfdaae60 (commit)
via 81b6e7d9f4d84befe94a838b742c83225c4629dc (commit)
via e569ac3bc5ba56333c071ce796adee2e2b2d10d3 (commit)
via 03485409beaa5c731435b6ca378892584810c145 (commit)
via 06f44d377259978fabf718d283bd086136b50958 (commit)
via 03aace58181e2785616a497b9e76fbb6ae1bad19 (commit)
via 0f396942106c861b109743d017861aa8bf0c78d9 (commit)
from f978a66ca6bab275dc5bebde47e663132367d795 (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=3aaf127cc194d9fcb8f48324f2425…
commit 3aaf127cc194d9fcb8f48324f242504fb203bbc9
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed May 17 01:08:54 2017 +0300
mobile/gsm48_mm.c: strip unused variable
Change-Id: I2708628263bec4bc6bf53a357928e23609b40c64
http://cgit.osmocom.org/osmocom-bb/commit/?id=b2a1f72710eabacb6d4e63059f03a…
commit b2a1f72710eabacb6d4e63059f03a140dfdaae60
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed May 17 00:54:42 2017 +0300
mobile/gsm480_ss.c: gsm480_mmss_ind: return rc
Change-Id: Iabaccdbdfc5a5eb6424bd1603f405241650f13d8
http://cgit.osmocom.org/osmocom-bb/commit/?id=81b6e7d9f4d84befe94a838b742c8…
commit 81b6e7d9f4d84befe94a838b742c83225c4629dc
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed May 17 00:37:36 2017 +0300
mobile/gsm48_rr.c: fix BA range exceed check
Change-Id: Ic2ebe9faeeda7ce812527962d209e6049f2dfc75
http://cgit.osmocom.org/osmocom-bb/commit/?id=e569ac3bc5ba56333c071ce796ade…
commit e569ac3bc5ba56333c071ce796adee2e2b2d10d3
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed May 17 00:28:40 2017 +0300
mobile/gsm480_ss.c: fix copy-paste error
Change-Id: I23287c0f31bee9c1b710f17f932633d2c621dab0
http://cgit.osmocom.org/osmocom-bb/commit/?id=03485409beaa5c731435b6ca37889…
commit 03485409beaa5c731435b6ca378892584810c145
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed May 17 00:27:06 2017 +0300
mobile/gsm322.c: fix mcc/mnc typo
Change-Id: I4a3aaa0465598b17ccd30ec4cbeb90429216540e
http://cgit.osmocom.org/osmocom-bb/commit/?id=06f44d377259978fabf718d283bd0…
commit 06f44d377259978fabf718d283bd086136b50958
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed May 17 00:23:24 2017 +0300
mobile/gsm322.c: check fwrite() return value
Change-Id: I74ad6e540c98ab4914e7a2ea725dd23f5a2fd034
http://cgit.osmocom.org/osmocom-bb/commit/?id=03aace58181e2785616a497b9e76f…
commit 03aace58181e2785616a497b9e76fbb6ae1bad19
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed May 17 00:03:33 2017 +0300
host/app_mobile.c: do not exit in mobile_new()
Previously, if there was any error during a new osmocom_ms
structure allocation, the mobile_new() used to call exit()
directly. Since we always check return value of this function
it would be more correct to return NULL in any bad case.
Change-Id: I9a594dd1d133f0c0740dc3bff41633f94099b593
http://cgit.osmocom.org/osmocom-bb/commit/?id=0f396942106c861b109743d017861…
commit 0f396942106c861b109743d017861aa8bf0c78d9
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Tue May 16 23:13:28 2017 +0300
sap_interface.c: drop meaningless condition
If sap_state is equal to SAP_NOT_CONNECTED, it cannot
be equal to another value at the same time. So the
second part of condition doesn't make sense.
Change-Id: I3038fc15745dc4be796d894002524e6b2dd5c90e
-----------------------------------------------------------------------
Summary of changes:
src/host/layer23/src/common/sap_interface.c | 2 +-
src/host/layer23/src/mobile/app_mobile.c | 13 +++++++------
src/host/layer23/src/mobile/gsm322.c | 23 +++++++++++++----------
src/host/layer23/src/mobile/gsm480_ss.c | 7 ++++---
src/host/layer23/src/mobile/gsm48_mm.c | 2 --
src/host/layer23/src/mobile/gsm48_rr.c | 4 +++-
6 files changed, 28 insertions(+), 23 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 Open Source GSM Base Band stack".
The branch, master has been updated
via f978a66ca6bab275dc5bebde47e663132367d795 (commit)
from 73178cbb87de5c7b9278c5e8a76e831835e1405f (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=f978a66ca6bab275dc5bebde47e66…
commit f978a66ca6bab275dc5bebde47e663132367d795
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Tue May 16 22:43:47 2017 +0300
osmocon.c: strip unused variable
Change-Id: I295785295c108798e0c235e78bd8fd8f3c585d16
-----------------------------------------------------------------------
Summary of changes:
src/host/osmocon/osmocon.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
hooks/post-receive
--
The Open Source GSM Base Band stack