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)