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, fairwaves/package has been created
at 949fcade616f25ceb98c187feaee9040b2f3e46b (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=949fcade616f25ceb98c187feaee904…
commit 949fcade616f25ceb98c187feaee9040b2f3e46b
Author: Ivan Klyuchnikov <kluchnikovi(a)gmail.com>
Date: Tue Feb 7 07:30:38 2017 +0000
osmo-trx-bts: Fix incorrect bts shutdown procedure in case of clock loss from
osmo-trx
This issue occurs in case of osmo-trx restart which leads to losing clock from
osmo-trx.
Function bts_shutdown from common/bts.c should be used in this case for properly bts
shutdown.
Change-Id: Ie65cf2e8f98cb8bf3314a00048aa53c1f8cd4c25
http://cgit.osmocom.org/osmo-bts/commit/?id=a53e3a547299b202235afad9801acac…
commit a53e3a547299b202235afad9801acacd5cfe4acd
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Thu Feb 9 19:03:11 2017 +0300
oml: Fix incorrect usage of const variable abis_nm_att_tlvdef_ipa
This bug was introduced during moving oml definitions from osmo-bts to libosmocore,
when type of abis_nm_att_tlvdef_ipa was changed from struct tlv_definition to const
struct tlv_definition.
The following solution is proposed:
* create static abis_nm_att_tlvdef_ipa_local variable for oml attribute definitions
* copy abis_nm_att_tlvdef_ipa to abis_nm_att_tlvdef_ipa_local
* merge abis_nm_att_tlvdef with abis_nm_att_tlvdef_ipa_local
* use abis_nm_att_tlvdef_ipa_local in oml_tlv_parse function
Change-Id: Ia9f3c94ab247adeecb26a01c3ccd6f3a8c17ba1c
-----------------------------------------------------------------------
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)