osmo-bts.git branch master updated. 0.3.0-245-g9f0002b

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 Nov 10 11:42:41 UTC 2014


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  9f0002b52bdc560587744e17243440951273a153 (commit)
       via  1cce69364dbbc5fd8ed6765063c84f415da7ce02 (commit)
       via  8332e29c9f3f97cbe22f83673cac4e68c57959f1 (commit)
       via  be63f03254c036a8466c434b6391ad1a2c2a18bc (commit)
      from  9f22fcfd367adbc88183079e27b1cd790a04a6f0 (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=9f0002b52bdc560587744e17243440951273a153

commit 9f0002b52bdc560587744e17243440951273a153
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Mon Nov 10 12:04:48 2014 +0100

    ctrl: Fix compiler warning
    
    bts_ctrl_lookup.c: In function 'bts_controlif_setup':
    bts_ctrl_lookup.c:97:2: warning: implicit declaration of function 'bts_ctrl_cmds_install' [-Wimplicit-function-declaration]
      rc = bts_ctrl_cmds_install(bts);
      ^

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

commit 1cce69364dbbc5fd8ed6765063c84f415da7ce02
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Mon Nov 10 12:02:45 2014 +0100

    abis: Fix compiler warning and remove const from syntax
    
    libosmo-abis doesn't make it easy to have these parameters
    as const.. just declare it non-const in the api. We pass
    a static string but we know it will not be modified.

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

commit 8332e29c9f3f97cbe22f83673cac4e68c57959f1
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Mon Nov 10 11:59:53 2014 +0100

    tch: Avoid compiler warnings when using the direct RTP mode
    
    tch.c: In function 'l1_to_rtppayload_amr':
    tch.c:247:29: warning: unused variable 'amr_mrc' [-Wunused-variable]
      struct amr_multirate_conf *amr_mrc = &lchan->tch.amr_mr;
                                 ^
    tch.c: In function 'rtppayload_to_l1_amr':
    tch.c:335:10: warning: unused variable 'amr_if2_core_len' [-Wunused-variable]
      uint8_t amr_if2_core_len = payload_len - 2;

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

commit be63f03254c036a8466c434b6391ad1a2c2a18bc
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Mon Nov 10 11:58:21 2014 +0100

    sysmobts: Call the routine send and receive instead of get

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

Summary of changes:
 include/osmo-bts/abis.h                     | 4 ++--
 include/osmo-bts/control_if.h               | 1 +
 src/common/abis.c                           | 4 ++--
 src/osmo-bts-sysmo/misc/sysmobts_mgr_2050.c | 8 ++++----
 src/osmo-bts-sysmo/tch.c                    | 5 ++++-
 5 files changed, 13 insertions(+), 9 deletions(-)


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



More information about the osmocom-commitlog mailing list