Projects
osmocom:master
osmo-bts
Log In
Username
Password
File not found: rtl-sdr_2.0.2.202507032026.dsc
×
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 7
View file
osmo-bts.spec
Changed
@@ -14,13 +14,13 @@ Name: osmo-bts Requires: osmocom-master -Version: 1.5.0.36.493ff0 +Version: 1.5.0.37.2950 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.5.0.36.493ff0.tar.xz +Source: osmo-bts_1.5.0.37.2950.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake
View file
commit_2950c0363db6721fa8104c67fff3ff0e9f108dcd.txt
Added
View file
commit_493ff0000bc2bdd60357d1b0c21f6fe0e3bf1232.txt
Deleted
View file
osmo-bts_1.5.0.36.493ff0.dsc -> osmo-bts_1.5.0.37.2950.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.5.0.36.493ff0 +Version: 1.5.0.37.2950 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: - bdedcce3329192b7b8d7e4b0546e65eddf386a48 461352 osmo-bts_1.5.0.36.493ff0.tar.xz + b3e0820eecba3ffd9c8a41de93c27a9780d4f6d7 461292 osmo-bts_1.5.0.37.2950.tar.xz Checksums-Sha256: - ccc069b6dfffaa67fce5ebe9a0bb61e6f041633043254196b2e26b4be8599d77 461352 osmo-bts_1.5.0.36.493ff0.tar.xz + ae0df52e24f3483dabbb2a2bc108f3a021402e5b6b80ffa1f8c59f1e265cb9d2 461292 osmo-bts_1.5.0.37.2950.tar.xz Files: - 8d0163f47fc36e563593aeb7cc29f210 461352 osmo-bts_1.5.0.36.493ff0.tar.xz + e57fe1db12cc463593bb86c6e06a5c57 461292 osmo-bts_1.5.0.37.2950.tar.xz
View file
osmo-bts_1.5.0.36.493ff0.tar.xz/.tarball-version -> osmo-bts_1.5.0.37.2950.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.5.0.36-493ff0 +1.5.0.37-2950
View file
osmo-bts_1.5.0.36.493ff0.tar.xz/debian/changelog -> osmo-bts_1.5.0.37.2950.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-bts (1.5.0.36.493ff0) unstable; urgency=medium +osmo-bts (1.5.0.37.2950) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Tue, 04 Oct 2022 14:58:55 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Tue, 04 Oct 2022 16:36:21 +0000 osmo-bts (1.5.0) unstable; urgency=medium
View file
osmo-bts_1.5.0.36.493ff0.tar.xz/include/osmo-bts/scheduler.h -> osmo-bts_1.5.0.37.2950.tar.xz/include/osmo-bts/scheduler.h
Changed
@@ -240,6 +240,7 @@ #define TRX_BI_F_TRX_NUM (1 << 4) #define TRX_BI_F_BATCH_IND (1 << 5) #define TRX_BI_F_SHADOW_IND (1 << 6) +#define TRX_BI_F_ACCESS_BURST (1 << 7) /*! UL burst indication with the corresponding meta info */ struct trx_ul_burst_ind {
View file
osmo-bts_1.5.0.36.493ff0.tar.xz/src/osmo-bts-trx/sched_lchan_pdtch.c -> osmo-bts_1.5.0.37.2950.tar.xz/src/osmo-bts-trx/sched_lchan_pdtch.c
Changed
@@ -56,6 +56,10 @@ LOGL1SB(DL1P, LOGL_DEBUG, l1ts, bi, "Received PDTCH bid=%u\n", bi->bid); + /* An MS may be polled to send an ACK in form of four Access Bursts */ + if (bi->flags & TRX_BI_F_ACCESS_BURST) + return rx_rach_fn(l1ts, bi); + /* allocate burst memory, if not already */ if (!*bursts_p) { *bursts_p = talloc_zero_size(l1ts, GSM0503_EGPRS_BURSTS_NBITS);
View file
osmo-bts_1.5.0.36.493ff0.tar.xz/src/osmo-bts-trx/trx_if.c -> osmo-bts_1.5.0.37.2950.tar.xz/src/osmo-bts-trx/trx_if.c
Changed
@@ -826,13 +826,18 @@ /* | 7 6 5 4 3 2 1 0 | Bitmask / description * | . 0 0 X X . . . | GMSK, 4 TSC sets (0..3) - * | . 0 1 0 X . . . | 8-PSK, 2 TSC sets (0..1) */ + * | . 0 1 0 X . . . | 8-PSK, 2 TSC sets (0..1) + * | . 0 1 1 0 . . . | GMSK, Access Burst */ if ((mts >> 5) == 0x00) { bi->mod = TRX_MOD_T_GMSK; bi->tsc_set = (mts >> 3) & 0x03; } else if ((mts >> 4) == 0x02) { bi->mod = TRX_MOD_T_8PSK; bi->tsc_set = (mts >> 3) & 0x01; + } else if ((mts >> 3) == 0x06) { + bi->flags |= TRX_BI_F_ACCESS_BURST; + bi->mod = TRX_MOD_T_GMSK; + bi->tsc_set = 0; } else { LOGPPHI(phy_inst, DTRX, LOGL_ERROR, "Rx TRXD PDU with unknown or not supported "
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
.