Projects
osmocom:master
osmo-msc
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 7
View file
osmo-msc.spec
Changed
@@ -19,13 +19,13 @@ %define with_iu 1 Name: osmo-msc Requires: osmocom-master -Version: 1.9.0.26.e4f4 +Version: 1.9.0.27.9683 Release: 0 Summary: Osmocom's MSC for 2G and 3G circuit-switched mobile networks License: AGPL-3.0-or-later AND GPL-2.0-only Group: Productivity/Telephony/Servers URL: https://osmocom.org/projects/osmomsc -Source: osmo-msc_1.9.0.26.e4f4.tar.xz +Source: osmo-msc_1.9.0.27.9683.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake
View file
commit_9683b5f9917be999f1cad8e92f1e4f539a30f392.txt
Added
View file
commit_e4f429cc904ac2ffbc455a081880a39888006787.txt
Deleted
View file
osmo-msc_1.9.0.26.e4f4.dsc -> osmo-msc_1.9.0.27.9683.dsc
Changed
@@ -2,7 +2,7 @@ Source: osmo-msc Binary: osmo-msc, osmo-msc-dbg, osmo-msc-doc Architecture: any all -Version: 1.9.0.26.e4f4 +Version: 1.9.0.27.9683 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://osmocom.org/projects/osmomsc Standards-Version: 3.9.8 @@ -14,8 +14,8 @@ osmo-msc-dbg deb debug extra arch=any osmo-msc-doc deb doc optional arch=all Checksums-Sha1: - 74a42dedc558babb65d264a8a2681c57bfc8a0d3 336000 osmo-msc_1.9.0.26.e4f4.tar.xz + e8d4c85a55e28ed51c4da1d096bec2c46daf937c 336056 osmo-msc_1.9.0.27.9683.tar.xz Checksums-Sha256: - e1e99eb01929f9fed45c4db2087b45dd9b0f11b598b6aba2833d4749e70c0823 336000 osmo-msc_1.9.0.26.e4f4.tar.xz + 8f88e4319ca5b4b17545a170f301f88608e8f52997651873c5662f38e7cdd317 336056 osmo-msc_1.9.0.27.9683.tar.xz Files: - d266fda69559a16446ec2a71922d045c 336000 osmo-msc_1.9.0.26.e4f4.tar.xz + a8ae7dc5b3c5910a5c44d6d1cd09f822 336056 osmo-msc_1.9.0.27.9683.tar.xz
View file
osmo-msc_1.9.0.26.e4f4.tar.xz/.tarball-version -> osmo-msc_1.9.0.27.9683.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.9.0.26-e4f4 +1.9.0.27-9683
View file
osmo-msc_1.9.0.26.e4f4.tar.xz/debian/changelog -> osmo-msc_1.9.0.27.9683.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-msc (1.9.0.26.e4f4) unstable; urgency=medium +osmo-msc (1.9.0.27.9683) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Tue, 11 Oct 2022 15:31:34 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Tue, 18 Oct 2022 12:12:07 +0000 osmo-msc (1.9.0) unstable; urgency=medium
View file
osmo-msc_1.9.0.26.e4f4.tar.xz/src/utils/smpp_mirror.c -> osmo-msc_1.9.0.27.9683.tar.xz/src/utils/smpp_mirror.c
Changed
@@ -117,8 +117,8 @@ memset(&bind, 0, sizeof(bind)); bind.command_id = BIND_TRANSCEIVER; bind.sequence_number = esme_inc_seq_nr(esme); - snprintf((char *)bind.system_id, sizeof(bind.system_id), "%s", esme->system_id); - snprintf((char *)bind.password, sizeof(bind.password), "%s", esme->password); + snprintf((char *)bind.system_id, SMPP_SYS_ID_LEN + 1, "%s", esme->system_id); + snprintf((char *)bind.password, SMPP_SYS_ID_LEN + 1, "%s", esme->password); snprintf((char *)bind.system_type, sizeof(bind.system_type), "mirror"); bind.interface_version = esme->smpp_version;
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
.