openbsc.git branch pmaier/rbs2000 created. 0.15.0-687-gdb426b602

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Fri Feb 3 16:43:37 UTC 2017


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, pmaier/rbs2000 has been created
        at  db426b602f151460afd447c0b94170ac04a02fd0 (commit)

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=db426b602f151460afd447c0b94170ac04a02fd0

commit db426b602f151460afd447c0b94170ac04a02fd0
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Tue Jan 31 17:36:20 2017 +0100

    pcu_sock: fix paging group calculation
    
    The offset for the data buffer, where the last three imsi digits
    are stored is wrong. Here we correct the problem.

http://cgit.osmocom.org/openbsc/commit/?id=1864a74811b3a5be2abc6f4ba3e0537c3044dc4c

commit 1864a74811b3a5be2abc6f4ba3e0537c3044dc4c
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Tue Jan 31 17:04:28 2017 +0100

    pcu_sock: reorganize calculation of paging group
    
    pcu_sock.c:pcu_rx_data_req() needs to calculate the paging group
    at two positions, this commit adds a functions for that to avoid
    code duplication

http://cgit.osmocom.org/openbsc/commit/?id=4c827abd83a8ec11cf855853bb4480108ac78d71

commit 4c827abd83a8ec11cf855853bb4480108ac78d71
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Fri Jan 27 18:40:33 2017 +0100

    cosmetic: Get rid of unused code
    
    Remove unused code in pcu_sock.c, also fix some log output.

http://cgit.osmocom.org/openbsc/commit/?id=06c89dffd4d2821de6bd649e56c4d4df0a36196e

commit 06c89dffd4d2821de6bd649e56c4d4df0a36196e
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Fri Jan 27 18:17:27 2017 +0100

    abis-rsl: Send imm.ass messages via PCH
    
    It is possible to send immidiate assign messages through the
    paging channel. This commit adds the required functionality to
    the pcu socket interface and to the abis_rsl api

http://cgit.osmocom.org/openbsc/commit/?id=408e097e5e2a578769620cea7d10c42fddd9abfe

commit 408e097e5e2a578769620cea7d10c42fddd9abfe
Author: Philipp <pmaier at 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.

http://cgit.osmocom.org/openbsc/commit/?id=f6ec1f2007f31915a08754be0b829fa4162799e4

commit f6ec1f2007f31915a08754be0b829fa4162799e4
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Tue Dec 20 14:23:45 2016 +0100

    gprs: fix T3186 encoding in Sysinfo 13
    
    The timer T3186, which is described in 3GPP TS 44.060, is using 3
    bits of the si13 mac block. This requires special encoding. In the
    case of T3186, the value is encoded by the formula: bits = t/500-1.
    Our implementation uses the formula bits=t/500, which is incorrect.

http://cgit.osmocom.org/openbsc/commit/?id=b1152004049f62d5edd329b54ae737dc9f4208d0

commit b1152004049f62d5edd329b54ae737dc9f4208d0
Author: Philipp <pmaier at sysmocom.de>
Date:   Thu Dec 8 17:34:12 2016 +0100

    cosmetic: Improve log output
    
    callback functions in bsc_init.c and bts_ericsson_rbs2000.c do not
    display any information about the received signals. This commit
    changes that to make debugging easier.

http://cgit.osmocom.org/openbsc/commit/?id=f2b934e6d5f119f8036bb3e64b5bf1cb2b71393e

commit f2b934e6d5f119f8036bb3e64b5bf1cb2b71393e
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Fri Dec 2 19:10:51 2016 +0100

    fixup PCU_IF_SAPI_AGCH_DT sapi_string()
    
    Change-Id: Id6588ca342267b2af092c0a4c2c195606081dfc7

http://cgit.osmocom.org/openbsc/commit/?id=8f997868ed688922fe30ed6ac0857b2a16354f2c

commit 8f997868ed688922fe30ed6ac0857b2a16354f2c
Author: Philipp Maier <pmaier at 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=117c1c3d2271d7f12d4cc24f04c0be4271bdd357

commit 117c1c3d2271d7f12d4cc24f04c0be4271bdd357
Author: Alexander Couzens <lynxis at 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=58f4a59b6c04fe469f739adef021478a5967d992

commit 58f4a59b6c04fe469f739adef021478a5967d992
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Fri Dec 2 17:33:01 2016 +0100

    libbsc: add rsl_ericsson_imm_assign_cmd() which reply with a confirmation message
    
    ericsson can handle a reference at the end of the message which is used in
    the confirm message. The confirm message is only sent if the trailer is present.
    
    Change-Id: I88560291b5a3a3d7a0bac4d3c089b45f1f6b297f

http://cgit.osmocom.org/openbsc/commit/?id=8e502cad422e1828a3c0ebe19f200df4cc5d51b3

commit 8e502cad422e1828a3c0ebe19f200df4cc5d51b3
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Fri Dec 2 17:23:43 2016 +0100

    libbsc: use 32bit random instead of 24 bit randomness
    
    I expected the last byte must be zero which is'nt required
    
    Change-Id: I7be14e82b9f1fc0da8e27e20e46c1710a0a9c7db

http://cgit.osmocom.org/openbsc/commit/?id=3443d806500969013c954d09c9545fe11ea86e28

commit 3443d806500969013c954d09c9545fe11ea86e28
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Fri Dec 2 05:21:45 2016 +0100

    libbsc: add ericsson specific f1 trail to receive a confirmation
    
    Change-Id: I0fdb279ce178037f99a698b99391a1720ef45c30

http://cgit.osmocom.org/openbsc/commit/?id=532bba3f93386d6d542f1b43c654650b2a2d41c4

commit 532bba3f93386d6d542f1b43c654650b2a2d41c4
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Thu Dec 1 03:34:20 2016 +0100

    libbsc/pcu_sock: remove const qualifier
    
    store and load use regular uint8_t.
    
    Change-Id: I180cd1a6b1ef73c7f6e794980f4db9f06fbaf9f9

http://cgit.osmocom.org/openbsc/commit/?id=3838fd909b9f9d5b537fc02ff369294f0cb66952

commit 3838fd909b9f9d5b537fc02ff369294f0cb66952
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Thu Dec 1 03:33:39 2016 +0100

    pcu_sock: add missing headers
    
    Change-Id: I4d79063c84f82be0babc742f3e34eb05ab11f4c6

http://cgit.osmocom.org/openbsc/commit/?id=3dd4f472f026b54ec6b65bc5d319d46902abda51

commit 3dd4f472f026b54ec6b65bc5d319d46902abda51
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Wed Nov 2 02:41:41 2016 +0100

    abis_om2k: protect mo fsms by NULL check
    
    also set them NULL
    
    Change-Id: I30df0b9ab8bc47ba9756c8388e977deed0e40200

http://cgit.osmocom.org/openbsc/commit/?id=e5394248208577092a00018526b40190248fb85a

commit e5394248208577092a00018526b40190248fb85a
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Thu Dec 1 02:51:11 2016 +0100

    libbsc/rbs2000: delay the ALTRQ request by 3 sec
    
    Change-Id: I1bb48ba7f7cbe4010b0c40710d3f33a930f77927

http://cgit.osmocom.org/openbsc/commit/?id=e31fb57a1a3fc819054250dbd56da07d22bf9e02

commit e31fb57a1a3fc819054250dbd56da07d22bf9e02
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Tue Nov 29 12:46:58 2016 +0100

    libbsc: fix wrong mask introduced by 95db69b7 in chreq
    
    Change-Id: I06568afe2c4728d27dcce0c84cedd7914abf8264

http://cgit.osmocom.org/openbsc/commit/?id=449f776f7d5b1c1ebffd1deb9ef129b7d3996d1a

commit 449f776f7d5b1c1ebffd1deb9ef129b7d3996d1a
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Tue Nov 29 00:21:18 2016 +0100

    libbsc/pcu_sock.c: 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=1850c57011c4e09f2b49bf024880896ac6dac1d3

commit 1850c57011c4e09f2b49bf024880896ac6dac1d3
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Tue Nov 29 00:18:26 2016 +0100

    libbsc: enable pcu_direct to flag PCU_IF_FLAG_SYSMO
    
    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=12d51d1b0a0918083ed42b92b74a018fb9a20e8d

commit 12d51d1b0a0918083ed42b92b74a018fb9a20e8d
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Mon Nov 28 23:26:50 2016 +0100

    libbsc: add chreq type for CHREQ_T_PDCH_ONE_PHASE & CHREQ_T_PDCH_TWO_PHASE
    
    When using a BSC located PCU the BSC must understand PDCH requests.
    
    Change-Id: Ie7f4ed000cf1b40d269873cf0ddf5ff9f5bbc18a

http://cgit.osmocom.org/openbsc/commit/?id=ffb12af14a0b91e44dcdc126c9b1c0e1193c5d71

commit ffb12af14a0b91e44dcdc126c9b1c0e1193c5d71
Author: Harald Welte <laforge at 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=62971ceefe9de8dd296461d78bb14cbef6b4bec9

commit 62971ceefe9de8dd296461d78bb14cbef6b4bec9
Author: Harald Welte <laforge at 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=e5e99c3031337a21ef0a8a253536e571f604a6b7

commit e5e99c3031337a21ef0a8a253536e571f604a6b7
Author: Harald Welte <laforge at gnumonks.org>
Date:   Thu Nov 17 20:54:04 2016 +0100

    RBS2000 RSL: Support for sending RSL PAGING CMD for GPRS
    
    Change-Id: I66541f9b20e7fd67fbec329283fc3c821c970a56

http://cgit.osmocom.org/openbsc/commit/?id=93d5fee68ed71431e9e94a977bf6f4ae33ecefbb

commit 93d5fee68ed71431e9e94a977bf6f4ae33ecefbb
Author: Harald Welte <laforge at 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=a936cb3d82489e681ac029cb19b0848345a5e996

commit a936cb3d82489e681ac029cb19b0848345a5e996
Author: Harald Welte <laforge at 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=7b36ced0531b7fd72db0558a02c7752617d49a40

commit 7b36ced0531b7fd72db0558a02c7752617d49a40
Author: Harald Welte <laforge at gnumonks.org>
Date:   Thu Nov 17 16:40:17 2016 +0100

    HACK: re-activate dynamic PDCH after activation failure
    
    Change-Id: Iaa6ace3da2439610e12804bdd1b3186c1d269be6

http://cgit.osmocom.org/openbsc/commit/?id=291fe169254a1ce16d22395121f96cd8053dc060

commit 291fe169254a1ce16d22395121f96cd8053dc060
Author: Philipp <pmaier at 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.

http://cgit.osmocom.org/openbsc/commit/?id=0dc13ef064cb8b9fe4e4d9dbc834fd1f4c74bb6f

commit 0dc13ef064cb8b9fe4e4d9dbc834fd1f4c74bb6f
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Nov 16 15:17:22 2016 +0100

    RBS2000: Add the P-GSL Timer IE to RSL CHAN ACT for PDCH
    
    This seems to be mandatory when an Ericsson RBS2000 uses a SuperChannel
    as back-haul.
    
    Change-Id: I793e7d62df1ca9f9c38d39e22d3868064d446c8d

http://cgit.osmocom.org/openbsc/commit/?id=352e6c71006ea0b72de9205e5a752df24534f9e6

commit 352e6c71006ea0b72de9205e5a752df24534f9e6
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Nov 15 22:59:24 2016 +0100

    OM2000: Send ALTCRQ for SuperChannel after receiving IS Enable Req Ack
    
    When the BTS is configured to use a SuperChannel and it is using a
    unix domain socket based transport towards the L2TP daemon, then
    we must instruct the L2TP daemon to instruct the SIU to change the Abis
    Lower Transport Mode using the ALTCRQ / ALTCRP L2TP signalling.
    
    Change-Id: I672bfaa09c42fbeb0c8459f24b2222b952de954b

http://cgit.osmocom.org/openbsc/commit/?id=b2ee3e95fa440a2fa1fb0b7c39eb9722b8485956

commit b2ee3e95fa440a2fa1fb0b7c39eb9722b8485956
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Nov 15 23:00:29 2016 +0100

    OM2000: Change the order of MO initialization
    
    So far: CF-IS-CON-TF
    Now: CF-TF-CON-IS
    
    Change-Id: I8efd9bafdcf9504d2e5fc85c44c708fa53f4dff8

http://cgit.osmocom.org/openbsc/commit/?id=5817fedff5b0785188c88712171407c92c92f136

commit 5817fedff5b0785188c88712171407c92c92f136
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Nov 15 22:58:49 2016 +0100

    OM2000: Add FIXME comments for missing resolving of RX/TX MO!
    
    Change-Id: I45708df724c5fc3316eca6bd2ac2c0738b19a45b

http://cgit.osmocom.org/openbsc/commit/?id=05bb340bf63ceda1d5459283f94f25d773a183b3

commit 05bb340bf63ceda1d5459283f94f25d773a183b3
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Nov 15 21:18:35 2016 +0100

    HACK: Don't require TRX numbers to start at 0
    
    Change-Id: I6c5fcb06bdbe0377e2ebc46ecd73d11e834a6d99

http://cgit.osmocom.org/openbsc/commit/?id=58e34b7c4d0ac5eb43a80a9b1c7b1bc0c1e6918b

commit 58e34b7c4d0ac5eb43a80a9b1c7b1bc0c1e6918b
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Tue Nov 1 23:39:03 2016 +0100

    unixsocket: include UNIXSOCKET into sabm
    
    Change-Id: If98c037119142cc33b46ab5c1bf02d4cda81c81e

-----------------------------------------------------------------------


hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)



More information about the osmocom-commitlog mailing list