openbsc.git branch lynxis/rbs2000_upstream created. 0.15.0-740-g312ee94aa

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
Mon Mar 13 10:17:31 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, lynxis/rbs2000_upstream has been created
        at  312ee94aaad00a708c9858b0e7d5940ec9c68d51 (commit)

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

commit 312ee94aaad00a708c9858b0e7d5940ec9c68d51
Author: Alexander Couzens <lynxis at 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=da0d703d5d5cc6adc54f00ee058836b44ef013ea

commit da0d703d5d5cc6adc54f00ee058836b44ef013ea
Author: Alexander Couzens <lynxis at 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=3dc2b23f39e81bfe733aae0e06e16b93e1f67d68

commit 3dc2b23f39e81bfe733aae0e06e16b93e1f67d68
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.
    
    Change-Id: Iefdbd451e4935b199cfb565f995771a82a19624e

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

commit d9ea09c9a2bc148cbe22e56949e179972c3ed70d
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=edbcf0ad3357fc7d79f508f358789ce55e3efbf9

commit edbcf0ad3357fc7d79f508f358789ce55e3efbf9
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Fri Feb 3 18:07:36 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
    
    Change-Id: I0a899d9c866ed09dc301694dbbcad304b1ed49e5

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

commit 11b488b302fe80d302b4049fd44717747b94f9ba
Author: Philipp Maier <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=0082bf46ae5785d39feaf5c8adb699b50b34fd83

commit 0082bf46ae5785d39feaf5c8adb699b50b34fd83
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=7060e84f07d29fbc7ed42cee4aa131c2f017a983

commit 7060e84f07d29fbc7ed42cee4aa131c2f017a983
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=82b44c9ca3f3e672cc42b9327ef0fccee6d951b5

commit 82b44c9ca3f3e672cc42b9327ef0fccee6d951b5
Author: Alexander Couzens <lynxis at 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=d18d92e57bd1a9c78eeeb17114fe94aae7b77545

commit d18d92e57bd1a9c78eeeb17114fe94aae7b77545
Author: Alexander Couzens <lynxis at 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=dcbe127d0c662a019a8ff761cfe38d44d89b5be7

commit dcbe127d0c662a019a8ff761cfe38d44d89b5be7
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=2182d803b9258b348b5df453688cca584adab70e

commit 2182d803b9258b348b5df453688cca584adab70e
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=609d1cae50e46ed8b26e24ea145879c043b12a3c

commit 609d1cae50e46ed8b26e24ea145879c043b12a3c
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=3aece3550691911c2d83c1b919ee50f33c34861f

commit 3aece3550691911c2d83c1b919ee50f33c34861f
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=67147b6b986c0f80e95b52da50201d43a8861d6e

commit 67147b6b986c0f80e95b52da50201d43a8861d6e
Author: Philipp Maier <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.
    
    Change-Id: Ib13cb4099d12fa71e9e0b8727e19ab29e11909b2

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

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

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

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

commit 1729041aeda9a4b1e3ebb84a6fac4f177cde78e2
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=aa7568c1cf0ffc17cada5a436ccd77fa9db21a1f

commit aa7568c1cf0ffc17cada5a436ccd77fa9db21a1f
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=2c2a9611ea8fc9bec74ef0167c575ad3f297e396

commit 2c2a9611ea8fc9bec74ef0167c575ad3f297e396
Author: Philipp Maier <pmaier at 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=8ba0ae8370bc6c40022eebce67408d4694256615

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

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

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

commit c8c539ddd3a68b95f981b5ee0d2159aa0d980622
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=b2fd750d91bd06fd4333086db207ce363952c313

commit b2fd750d91bd06fd4333086db207ce363952c313
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=a5d0218e02cfd9fe240e666d918e923915184621

commit a5d0218e02cfd9fe240e666d918e923915184621
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 MO FSMs to NULL after freeing them.
    
    Change-Id: I30df0b9ab8bc47ba9756c8388e977deed0e40200

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

commit 8296f87bbab01ba1fcd749acbff408f1b512da01
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=62e06a89a0074159383e1e8cc60d6ab89a87487d

commit 62e06a89a0074159383e1e8cc60d6ab89a87487d
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Mar 13 09:39:08 2017 +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=93f584aa8ad1c88879c495190799f97295f5db46

commit 93f584aa8ad1c88879c495190799f97295f5db46
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=605440b88afca9d2540813d231c327acb33ce2ae

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

    unixsocket: start sabm for UNIXSOCKET
    
    openbsc only starts sabm messages for a subset of line drivers.
    Add unixsocket to those subset.
    
    Change-Id: If98c037119142cc33b46ab5c1bf02d4cda81c81e

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

commit d3ce5091257056420df8fbb327568ce4afe07093
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Fri Feb 24 15:18:08 2017 +0100

    gsm_data_shared: add value strings for gsm_chreq
    
    Change-Id: I23d3be5610a5a46098d2b12feed4245828599aae

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

commit e8020629567b4e3a3ceb5116f525b067a1b4fb87
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.
    
    Change-Id: Ifd340c536cff2d1c4b1b3677a358ea95438801eb

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

commit 46546ec602f3d39e372ef15e1a28986e5f999bf2
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

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


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



More information about the osmocom-commitlog mailing list