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, zecke/features/rtp-bridge has been updated via 212adfabc16cc204050f3223257e797185f0acbf (commit) via 32cab958f303cdba0f434e414846455eb3c5e50a (commit) via 71e12aea4ed1d0b85ad31bf9b30334cc26b24540 (commit) via 4c394c5e288592665216e537be4c1335d35c582c (commit) via d5d7ecd7ea830f49d871bf225bfefff982d1d2fb (commit) from 14a088a92162fd6abb3031e025ce59fba40af718 (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=212adfabc16cc204050f3223257e79718...
commit 212adfabc16cc204050f3223257e797185f0acbf Author: Holger Hans Peter Freyther holger@moiji-mobile.com Date: Sun Aug 23 17:33:21 2015 +0200
WIP..
http://cgit.osmocom.org/openbsc/commit/?id=32cab958f303cdba0f434e414846455eb...
commit 32cab958f303cdba0f434e414846455eb3c5e50a Author: Holger Hans Peter Freyther holger@moiji-mobile.com Date: Thu Aug 20 20:29:41 2015 +0200
amr/bsc: In case a TCH/H is used do not set higher modes
AMR 10.20 and 12.20 can not be used on a TCH/H so do not put this into the mode set.
http://cgit.osmocom.org/openbsc/commit/?id=71e12aea4ed1d0b85ad31bf9b30334cc2...
commit 71e12aea4ed1d0b85ad31bf9b30334cc26b24540 Author: Holger Hans Peter Freyther holger@moiji-mobile.com Date: Thu Aug 20 20:01:55 2015 +0200
amr: Move from having a struct to a length+values for the mr config
In preparation of encoding the hysteris switch from a simple mrconfig struct to holding a byte array. This way the hysteris can be encoded by the API implementation and the rest of the code will use these values.
Based on Adreas's AMR code but I decided to separate the len from the value and to not allow different values for MS and BTS (the Osmo BTS family doesn't implement the BTS side mode switching anyway).
http://cgit.osmocom.org/openbsc/commit/?id=4c394c5e288592665216e537be4c1335d...
commit 4c394c5e288592665216e537be4c1335d35c582c Author: Holger Hans Peter Freyther holger@moiji-mobile.com Date: Thu Aug 20 19:32:46 2015 +0200
amr: Remove some code duplication in preparation
Merge two copies into a local static helper function. The format of the message will change and then it is easier to modify it in one place than in two.
http://cgit.osmocom.org/openbsc/commit/?id=d5d7ecd7ea830f49d871bf225bfefff98...
commit d5d7ecd7ea830f49d871bf225bfefff982d1d2fb Author: Holger Hans Peter Freyther holger@moiji-mobile.com Date: Thu Aug 20 19:10:58 2015 +0200
mncc: Use the default codec from the built-in mncc mode
In case of the RTP bridge mode we need to select the codec ourselves. Rely on the same (incomplete) codec selection that can be done using the mncc-int configuration node. This might gain bearer capabilities support.
In case of a SDCCH a TCH/F will be attempted to be assigned. This is an open issue for both modes and there should be a preference for full or half-rate channels somewhere.
-----------------------------------------------------------------------
Summary of changes: openbsc/include/openbsc/bsc_api.h | 5 +++-- openbsc/include/openbsc/gsm_data.h | 10 ++++++++++ openbsc/include/openbsc/gsm_data_shared.h | 5 ++++- openbsc/include/openbsc/mncc_int.h | 2 ++ openbsc/src/libbsc/abis_rsl.c | 17 ++++++++-------- openbsc/src/libbsc/bsc_api.c | 13 ++++++++---- openbsc/src/libbsc/chan_alloc.c | 2 +- openbsc/src/libbsc/gsm_04_08_utils.c | 33 +++++++++++-------------------- openbsc/src/libbsc/handover_logic.c | 2 +- openbsc/src/libmsc/gsm_04_08.c | 9 +++++---- openbsc/src/libmsc/mncc_builtin.c | 9 +++++++-- openbsc/src/osmo-bsc/osmo_bsc_api.c | 14 ++++++++++--- 12 files changed, 73 insertions(+), 48 deletions(-)
hooks/post-receive
osmocom-commitlog@lists.osmocom.org