Projects
osmocom:master
osmo-bts
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 191
View file
osmo-bts.spec
Changed
@@ -14,13 +14,13 @@ Name: osmo-bts Requires: osmocom-master -Version: 1.7.0.62.38dbe +Version: 1.7.0.63.18e5 Release: 0 Summary: Osmocom BTS-Side code (Abis, scheduling) License: AGPL-3.0-or-later AND GPL-2.0-only Group: Productivity/Telephony/Servers URL: https://osmocom.org/projects/osmobts -Source: osmo-bts_1.7.0.62.38dbe.tar.xz +Source: osmo-bts_1.7.0.63.18e5.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake
View file
commit_18e5eb668ed03fcb2c1498af2c2ac72ac9629941.txt
Added
View file
commit_38dbebc48c39681200079ea89cec244248baf259.txt
Deleted
View file
osmo-bts_1.7.0.62.38dbe.dsc -> osmo-bts_1.7.0.63.18e5.dsc
Changed
@@ -2,7 +2,7 @@ Source: osmo-bts Binary: osmo-bts, osmo-bts-trx, osmo-bts-trx-dbg, osmo-bts-virtual, osmo-bts-virtual-dbg, osmo-bts-doc Architecture: any all -Version: 1.7.0.62.38dbe +Version: 1.7.0.63.18e5 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/osmobts Standards-Version: 3.9.8 @@ -17,8 +17,8 @@ osmo-bts-virtual deb net optional arch=any osmo-bts-virtual-dbg deb debug extra arch=any Checksums-Sha1: - 6975747eb0a9f1f5d31b5ce7f76d6f332b9c0075 510160 osmo-bts_1.7.0.62.38dbe.tar.xz + 6dae2b776fd9d115ecf26f8faaaf8847662dc7b0 509464 osmo-bts_1.7.0.63.18e5.tar.xz Checksums-Sha256: - d20f0f8b11efe153a7c4b256a270a7040653afb6be59770d318dde76e3c2da1d 510160 osmo-bts_1.7.0.62.38dbe.tar.xz + d3fbdce20597466ed7207f50a660a596a33990b358517bd81735cc62a671640c 509464 osmo-bts_1.7.0.63.18e5.tar.xz Files: - 8e7320c86bd8be8084365ce3d3d3932e 510160 osmo-bts_1.7.0.62.38dbe.tar.xz + 51eb79db6514cd96fe7113c0ea67ea33 509464 osmo-bts_1.7.0.63.18e5.tar.xz
View file
osmo-bts_1.7.0.62.38dbe.tar.xz/.tarball-version -> osmo-bts_1.7.0.63.18e5.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.7.0.62-38dbe +1.7.0.63-18e5
View file
osmo-bts_1.7.0.62.38dbe.tar.xz/debian/changelog -> osmo-bts_1.7.0.63.18e5.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-bts (1.7.0.62.38dbe) unstable; urgency=medium +osmo-bts (1.7.0.63.18e5) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Thu, 09 May 2024 08:32:08 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Thu, 09 May 2024 08:36:04 +0000 osmo-bts (1.7.0) unstable; urgency=medium
View file
osmo-bts_1.7.0.62.38dbe.tar.xz/src/osmo-bts-trx/main.c -> osmo-bts_1.7.0.63.18e5.tar.xz/src/osmo-bts-trx/main.c
Changed
@@ -196,8 +196,9 @@ trx->support.chan_modes = NM_IPAC_MASK_CHANM_SPEECH | NM_IPAC_MASK_CHANM_CSD_NT | NM_IPAC_MASK_CHANM_CSD_T; - /* TODO: NM_IPAC_F_CHANM_CSD_T_14k4 (see OS#6167) */ + /* TODO: missing rate adaptation for TCH/F14.4 (see OS#6167) */ trx->support.chan_modes &= ~NM_IPAC_F_CHANM_CSD_T_14k4; + trx->support.chan_modes &= ~NM_IPAC_F_CHANM_CSD_NT_14k4; /* The nominal value for each TRX is later overwritten through VTY cmd * 'nominal-tx-power' if present, otherwise through TRXC cmd NOMTXPOWER.
View file
osmo-bts_1.7.0.62.38dbe.tar.xz/src/osmo-bts-virtual/main.c -> osmo-bts_1.7.0.63.18e5.tar.xz/src/osmo-bts-virtual/main.c
Changed
@@ -99,8 +99,9 @@ trx->support.chan_modes = NM_IPAC_MASK_CHANM_SPEECH | NM_IPAC_MASK_CHANM_CSD_NT | NM_IPAC_MASK_CHANM_CSD_T; - /* TODO: NM_IPAC_F_CHANM_CSD_T_14k4 (see OS#6167) */ + /* TODO: missing rate adaptation for TCH/F14.4 (see OS#6167) */ trx->support.chan_modes &= ~NM_IPAC_F_CHANM_CSD_T_14k4; + trx->support.chan_modes &= ~NM_IPAC_F_CHANM_CSD_NT_14k4; return 0; }
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.