Projects
osmocom:master
osmo-pcu
Log In
Username
Password
Error getting diff: tar:
×
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 156
View file
commit_4652950b5b88e032b6b5bb030cbdcf8afb4b7c7f.txt
Added
View file
commit_e9df866e3a8d887e14ea9a3570d59bab4c3bf3dd.txt
Deleted
View file
osmo-pcu_1.5.0.5.e9df.dsc -> osmo-pcu_1.5.0.6.46529.dsc
Changed
@@ -2,7 +2,7 @@ Source: osmo-pcu Binary: osmo-pcu, osmo-pcu-dbg, osmo-pcu-doc Architecture: any all -Version: 1.5.0.5.e9df +Version: 1.5.0.6.46529 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: http://osmocom.org/projects/osmopcu Standards-Version: 3.9.8 @@ -14,8 +14,8 @@ osmo-pcu-dbg deb debug extra arch=any osmo-pcu-doc deb doc optional arch=all Checksums-Sha1: - 2e756501ee61d493e350ae29b4c0fec1ac809013 433568 osmo-pcu_1.5.0.5.e9df.tar.xz + 872af465157667a96c137b4b7ed62e8c69907de0 434128 osmo-pcu_1.5.0.6.46529.tar.xz Checksums-Sha256: - 8da79e423b1801544caa67e5b3594082a114b6fc31d22f391ddd31dfc4fd877a 433568 osmo-pcu_1.5.0.5.e9df.tar.xz + cd91a4f0077919134538c6a00b8e5c6707860c0a9dd356adfa3f025918d5c74b 434128 osmo-pcu_1.5.0.6.46529.tar.xz Files: - 1c96d976c5e7518a79b4d4154bbfcea0 433568 osmo-pcu_1.5.0.5.e9df.tar.xz + c012f64bd8860e15610b7cc114466faa 434128 osmo-pcu_1.5.0.6.46529.tar.xz
View file
osmo-pcu_1.5.0.5.e9df.tar.xz/.tarball-version -> osmo-pcu_1.5.0.6.46529.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.5.0.5-e9df +1.5.0.6-46529
View file
osmo-pcu_1.5.0.5.e9df.tar.xz/debian/changelog -> osmo-pcu_1.5.0.6.46529.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-pcu (1.5.0.5.e9df) unstable; urgency=medium +osmo-pcu (1.5.0.6.46529) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Fri, 22 Nov 2024 10:25:22 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Wed, 27 Nov 2024 07:21:24 +0000 osmo-pcu (1.5.0) unstable; urgency=medium
View file
osmo-pcu_1.5.0.5.e9df.tar.xz/src/pcu_l1_if.cpp -> osmo-pcu_1.5.0.6.46529.tar.xz/src/pcu_l1_if.cpp
Changed
@@ -124,6 +124,13 @@ struct gsm_pcu_if_txt_ind *txt; va_list ap; char *rep; + + /* In case the caller sends a TXT indication of type PCU_VERSION, the bts_nr will always be 0. Also the receiver + * is expected to ignore the bts_nr when receiving a TXT indication of type PCU_VERSION. The rationale is that + * the information about the PCU version number is only useful to the receiving process as a whole (be it osmo-bsc + * or osmo-bts). */ + /* TODO: add support for sending other TXT indication types than PCU_VERSION */ + OSMO_ASSERT(t == PCU_VERSION); struct msgb *msg = pcu_msgb_alloc(PCU_IF_MSG_TXT_IND, 0); if (!msg) return -ENOMEM;
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
.