Projects
osmocom:master
osmo-pcu
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 85
View file
osmo-pcu.spec
Changed
@@ -14,13 +14,13 @@ Name: osmo-pcu Requires: osmocom-master -Version: 1.2.0.71.6ee8 +Version: 1.2.0.72.8984 Release: 0 Summary: Osmocom GPRS Packet Control Unit (PCU) License: GPL-2.0-only Group: Productivity/Telephony/Servers URL: https://osmocom.org/projects/osmopcu -Source: osmo-pcu_1.2.0.71.6ee8.tar.xz +Source: osmo-pcu_1.2.0.72.8984.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake
View file
commit_6ee8d136d3126b8392495f52510ed662b9b8fb32.txt
Deleted
View file
commit_8984afa5d0cb2bc5ca73973de78d63fab7d140aa.txt
Added
View file
osmo-pcu_1.2.0.71.6ee8.dsc -> osmo-pcu_1.2.0.72.8984.dsc
Changed
@@ -2,7 +2,7 @@ Source: osmo-pcu Binary: osmo-pcu, osmo-pcu-dbg, osmo-pcu-doc Architecture: any all -Version: 1.2.0.71.6ee8 +Version: 1.2.0.72.8984 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: - d5bfd424bf7af8a026bd790d3363ba0f8352a544 425056 osmo-pcu_1.2.0.71.6ee8.tar.xz + f778e14234fee4ca18659c17b03792bab2616dc8 423864 osmo-pcu_1.2.0.72.8984.tar.xz Checksums-Sha256: - e735290a97f3075f4b41a1e26c59e4dad9296e2ba3a6c3e91fbc91bd2dd680ec 425056 osmo-pcu_1.2.0.71.6ee8.tar.xz + cdd9a6c63b529402b5f06b1030c377f3e46536660c62868f102682e0a721271b 423864 osmo-pcu_1.2.0.72.8984.tar.xz Files: - 240af39cd73630aa683a1c07126627c8 425056 osmo-pcu_1.2.0.71.6ee8.tar.xz + 9854cf111dc1458f26ce260abed10d1d 423864 osmo-pcu_1.2.0.72.8984.tar.xz
View file
osmo-pcu_1.2.0.71.6ee8.tar.xz/.tarball-version -> osmo-pcu_1.2.0.72.8984.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.2.0.71-6ee8 +1.2.0.72-8984
View file
osmo-pcu_1.2.0.71.6ee8.tar.xz/debian/changelog -> osmo-pcu_1.2.0.72.8984.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-pcu (1.2.0.71.6ee8) unstable; urgency=medium +osmo-pcu (1.2.0.72.8984) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Wed, 03 May 2023 08:13:13 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Wed, 10 May 2023 12:55:07 +0000 osmo-pcu (1.2.0) unstable; urgency=medium
View file
osmo-pcu_1.2.0.71.6ee8.tar.xz/src/pcu_l1_if.cpp -> osmo-pcu_1.2.0.72.8984.tar.xz/src/pcu_l1_if.cpp
Changed
@@ -276,11 +276,12 @@ /* block provided by upper layer comes without first byte (plen), prepend it manually: */ OSMO_ASSERT(sizeof(data) >= IMSI_DIGITS_FOR_PAGING + 1 + block->data_len); - data3 = (plen << 2) | 0x01; + dataIMSI_DIGITS_FOR_PAGING = (plen << 2) | 0x01; bitvec_pack(block, data + IMSI_DIGITS_FOR_PAGING + 1); if (the_pcu->gsmtap_categ_mask & (1 << PCU_GSMTAP_C_DL_PCH)) - gsmtap_send(the_pcu->gsmtap, 0, 0, GSMTAP_CHANNEL_PCH, 0, 0, 0, 0, data + 3, GSM_MACBLOCK_LEN); + gsmtap_send(the_pcu->gsmtap, 0, 0, GSMTAP_CHANNEL_PCH, 0, 0, 0, 0, + data + IMSI_DIGITS_FOR_PAGING, GSM_MACBLOCK_LEN); pcu_tx_data_req(bts, 0, 0, PCU_IF_SAPI_PCH, 0, 0, 0, data, sizeof(data)); }
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
.