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 ed9e022eb4dd1e2dece57dc567fb3e224a609b3b (commit)
via a493ce9e66a12cb25e32310b4794d478ecb65b2f (commit)
via 031e8fedac4925c51dd70905175f1a116e2d4197 (commit)
via b4c9c8f35d86cf9f58d8ccebac1fb21ce90faeb5 (commit)
via ed51c3d145c83ecce7c014b4c89a117d7017cb1e (commit)
from 72993079edf3fa3285c4c50ef92bd6517b933d36 (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=ed9e022eb4dd1e2dece57dc567fb3e2…
commit ed9e022eb4dd1e2dece57dc567fb3e224a609b3b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri May 26 11:34:42 2017 +0200
rx_tchh_fn(): Avoid copy+pasting formula to determine odd-ness of fn
Change-Id: Ic2a0bdaa70cc28c1ce8237351b0a0c6b998cf0a3
http://cgit.osmocom.org/osmo-bts/commit/?id=a493ce9e66a12cb25e32310b4794d47…
commit a493ce9e66a12cb25e32310b4794d478ecb65b2f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri May 26 11:25:49 2017 +0200
scheduler_trx: Avoid copy+pasting determining CMR from FN
instead, let's introduce a specific function for that. Also, as this
can be easily determined from the frame number, skip one argument to
tx_tch_common().
Change-Id: Ibbb9b685cf0b6a45339b0874438a500dd6254bc2
http://cgit.osmocom.org/osmo-bts/commit/?id=031e8fedac4925c51dd70905175f1a1…
commit 031e8fedac4925c51dd70905175f1a116e2d4197
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu May 25 19:56:27 2017 +0200
scheduler_trx.c: Avoid code duplication for BER10k computation
Use an (inline) function rather than code copy+pasting
Change-Id: I42e76a4707968e428cbd2e43d5df71ef445efece
http://cgit.osmocom.org/osmo-bts/commit/?id=b4c9c8f35d86cf9f58d8ccebac1fb21…
commit b4c9c8f35d86cf9f58d8ccebac1fb21ce90faeb5
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu May 25 19:50:21 2017 +0200
scheduler_trx.c: Fix typos, improve comments, cosmetics
Change-Id: I5e2ce70aea8d62657ce3a7d6c16e5a7f8b76c22f
http://cgit.osmocom.org/osmo-bts/commit/?id=ed51c3d145c83ecce7c014b4c89a117…
commit ed51c3d145c83ecce7c014b4c89a117d7017cb1e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu May 25 19:23:28 2017 +0200
Remove unusued left-over gsm0503_conv.c
gsm0503_conv.c should have been removed as part of
efbef50efc170caccf6354360638cda762dd7fc3 but somehow was left here. It's
not referenced/compiled by the Makefile anymore, and the gsm053_conv.c
in libosmogsm has superseded it anyway.
Change-Id: Icdcca1bc55a83c76ec47918dc4dd301155210091
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-trx/gsm0503_conv.c | 1128 --------------------------------------
src/osmo-bts-trx/gsm0503_conv.h | 41 --
src/osmo-bts-trx/scheduler_trx.c | 115 ++--
3 files changed, 70 insertions(+), 1214 deletions(-)
delete mode 100644 src/osmo-bts-trx/gsm0503_conv.c
delete mode 100644 src/osmo-bts-trx/gsm0503_conv.h
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 72993079edf3fa3285c4c50ef92bd6517b933d36 (commit)
from e0fb3ae52d747b26b6487ec67c79eceaf37a125c (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=72993079edf3fa3285c4c50ef92bd65…
commit 72993079edf3fa3285c4c50ef92bd6517b933d36
Author: Max <msuraev(a)sysmocom.de>
Date: Wed May 10 16:01:56 2017 +0200
Implement basic Get Attribute responder
Add 3GPP TS 52.021 §8.11.2 Get Attribute Response handling:
* report OsmoBTS version
* report sysmoBTS sub-model
* report OsmoBTS variant
Requires I7ecb0c4339530d3a8354a2f94b34063dda87e030 in OpenBSC.
Change-Id: I09f95ed995fab5def9dc6e8cc201012fba4db28d
Related: OS#1614
-----------------------------------------------------------------------
Summary of changes:
src/common/oml.c | 132 +++++++++++++++++++++++++++++++++++++++++++++
src/osmo-bts-sysmo/l1_if.c | 4 ++
2 files changed, 136 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 "Osmocom A-bis protcol interface library".
The branch, master has been updated
via e416e2e09d50390f79bcd284e6e91cd87fc8344e (commit)
from cac78fe9e95d8f7f9eea07f99b910409e10854bc (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=e416e2e09d50390f79bcd284e6e…
commit e416e2e09d50390f79bcd284e6e91cd87fc8344e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri May 26 13:11:59 2017 +0200
Revert "ipacces.c: Remove ipa_bts_id_resp() and use libosmocore"
This reverts commit d517db06ced45bbe0a70799487964e52edd8a375, which for
some reason broke the IPA client functionality. This needs to be
investigated and properly fixed. But until that happens: revert.
Change-Id: Ic168f437c5bf1fcdb7441b0541c80a4805463004
-----------------------------------------------------------------------
Summary of changes:
src/input/ipaccess.c | 89 +++++++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 85 insertions(+), 4 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 "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