osmo-bts.git branch master updated. 0.4.0-225-gc9582ac

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 Jul 25 15:22:23 UTC 2016


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  c9582ac2d7366233ab64f2868f17071c2ddadf32 (commit)
       via  c57304b65e0789167f992ffc9b4037c871569880 (commit)
       via  9ab51522dacb56db832340d66f22f2e3c59e89c7 (commit)
       via  8e22ac3d1a48b5982ffa3be3dd189071a064e7d9 (commit)
       via  ee2299c8fa4fe6721bfe99b7bf6178c123151733 (commit)
       via  95dec9ff4ac3a4f4622152171aa77492c6b70836 (commit)
       via  334df9441a44de00c0dd3f66e73ac6fae28098fb (commit)
       via  290c7d954faa9410c4c6740787e8e3bbf1c92d6c (commit)
       via  7f1365c05e94782f4c8e466aa1795e3e09acd330 (commit)
       via  2479ef4133b274df9abe179320ee9b11cb572ba4 (commit)
       via  ae65ccd0b2fe22e3c6ab5c855ff948f93ada0eed (commit)
      from  8a2f026cf060e007eab073920313e17bb534a3a9 (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=c9582ac2d7366233ab64f2868f17071c2ddadf32

commit c9582ac2d7366233ab64f2868f17071c2ddadf32
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Sun Jul 17 00:32:07 2016 +0200

    prepare dyn TS: split/replace conf_lchans_for_pchan()
    
    Move the actual switch from static conf_lchans_for_pchan() into new 'public'
    function conf_lchans_as_pchan(), adding an explicit pchan argument. This allows
    passing a non-trivial pchan, for dynamic TS.
    
    conf_lchans_as_pchan() now takes a pchan argument, so distinguish the naming
    and drop the 'for_pchan' from conf_lchans_for_pchan(), which takes only a ts
    argument.
    
    Change-Id: I8e458501fff5503c243512aeb3469c12b1f2bbc4

http://cgit.osmocom.org/osmo-bts/commit/?id=c57304b65e0789167f992ffc9b4037c871569880

commit c57304b65e0789167f992ffc9b4037c871569880
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Sun Jul 17 00:32:07 2016 +0200

    dyn PDCH: code dup: use conf_lchans_as_pchan()
    
    For ip.access dyn PDCH, call conf_lchans_as_pchan() instead of dup'ing the
    pchan-to-lchan switch.
    
    Change-Id: I979828e08953e83ae579a347334536f52939faf0

http://cgit.osmocom.org/osmo-bts/commit/?id=9ab51522dacb56db832340d66f22f2e3c59e89c7

commit 9ab51522dacb56db832340d66f22f2e3c59e89c7
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Sun Jul 24 15:14:54 2016 +0200

    error log: rsl.c: typo x2
    
    Change-Id: I285fdff8260f008d856b9cda811e9fbb936893eb

http://cgit.osmocom.org/osmo-bts/commit/?id=8e22ac3d1a48b5982ffa3be3dd189071a064e7d9

commit 8e22ac3d1a48b5982ffa3be3dd189071a064e7d9
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Sun Jul 24 15:08:29 2016 +0200

    info log: l1sap.c: add '0x' to hex output
    
    Change-Id: If29895de238e586b8298d84b6f0b41e08bea8c91

http://cgit.osmocom.org/osmo-bts/commit/?id=ee2299c8fa4fe6721bfe99b7bf6178c123151733

commit ee2299c8fa4fe6721bfe99b7bf6178c123151733
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Sun Jul 17 20:57:31 2016 +0200

    fix compiler warning: msg_utils.c: fn_chk() constify arg
    
    The only caller dtx_sched_optional() passes const arrays and a warning was
    issued.
    
    Change-Id: I18e0788ef96489d2116a60cae57bd516fe6eae8e

http://cgit.osmocom.org/osmo-bts/commit/?id=95dec9ff4ac3a4f4622152171aa77492c6b70836

commit 95dec9ff4ac3a4f4622152171aa77492c6b70836
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Sat Jul 16 22:30:14 2016 +0200

    cosmetic: pcu_sock.c: rename ts_is_pdch() to ts_should_be_pdch()
    
    The function checks whether to switch a TS to/from PDCH, not whether it already
    is PDCH.
    
    Change-Id: Ib4036445d09792636bb2f1a8a665b6b28f32e1a0

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

Summary of changes:
 include/osmo-bts/gsm_data.h   |  2 ++
 include/osmo-bts/rsl.h        |  6 ++---
 src/common/l1sap.c            | 13 +++++----
 src/common/msg_utils.c        |  2 +-
 src/common/oml.c              | 16 ++++++++---
 src/common/pcu_sock.c         |  4 +--
 src/common/rsl.c              | 62 +++++++++++++++++++++++++++----------------
 src/osmo-bts-litecell15/oml.c |  4 +--
 src/osmo-bts-sysmo/oml.c      |  4 +--
 9 files changed, 71 insertions(+), 42 deletions(-)


hooks/post-receive
-- 
Osmocom BTS-side code (Abis, scheduling, ...)



More information about the osmocom-commitlog mailing list