Projects
osmocom:master
osmo-sgsn
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 21
View file
osmo-sgsn.spec
Changed
@@ -19,13 +19,13 @@ %define with_iu 1 Name: osmo-sgsn Requires: osmocom-master -Version: 1.10.0.1.f8a50 +Version: 1.10.0.2.6420 Release: 0 Summary: Osmocom's SGSN for 2G and 3G packet-switched mobile networks License: AGPL-3.0-or-later AND GPL-2.0-or-later Group: Productivity/Telephony/Servers URL: https://osmocom.org/projects/osmosgsn -Source: osmo-sgsn_1.10.0.1.f8a50.tar.xz +Source: osmo-sgsn_1.10.0.2.6420.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake
View file
commit_642019f2880f49c030fbcac85f6d6e409002c4f2.txt
Added
View file
commit_f8a5066ad04dd63dcf9a834140913bd14e3a1fbb.txt
Deleted
View file
osmo-sgsn_1.10.0.1.f8a50.dsc -> osmo-sgsn_1.10.0.2.6420.dsc
Changed
@@ -2,7 +2,7 @@ Source: osmo-sgsn Binary: osmo-sgsn, osmo-sgsn-dbg, osmo-gtphub, osmo-gtphub-dbg, osmo-sgsn-doc Architecture: any all -Version: 1.10.0.1.f8a50 +Version: 1.10.0.2.6420 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/osmo-sgsn Standards-Version: 3.9.8 @@ -16,8 +16,8 @@ osmo-sgsn-dbg deb debug extra arch=any osmo-sgsn-doc deb doc optional arch=all Checksums-Sha1: - e4a2e5efccda038267d6a0afa6af2f3903da3e34 231016 osmo-sgsn_1.10.0.1.f8a50.tar.xz + 4cc0808d9db2de8862a20ae255bd0aff5edb28bf 230888 osmo-sgsn_1.10.0.2.6420.tar.xz Checksums-Sha256: - 5dfd1d4e8a3c54e5931bb3cd5fef9b802fe08c900a4ecc2316da816783260133 231016 osmo-sgsn_1.10.0.1.f8a50.tar.xz + c15912e1aed6fed6564eb9819ec466a164d56dee68cd05c52c647324f8efabc9 230888 osmo-sgsn_1.10.0.2.6420.tar.xz Files: - b6880bd3b2b10bdcf13bfa8e107b81cb 231016 osmo-sgsn_1.10.0.1.f8a50.tar.xz + 110255d691d8c9161e4329d100ddd011 230888 osmo-sgsn_1.10.0.2.6420.tar.xz
View file
osmo-sgsn_1.10.0.1.f8a50.tar.xz/.tarball-version -> osmo-sgsn_1.10.0.2.6420.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.10.0.1-f8a50 +1.10.0.2-6420
View file
osmo-sgsn_1.10.0.1.f8a50.tar.xz/debian/changelog -> osmo-sgsn_1.10.0.2.6420.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-sgsn (1.10.0.1.f8a50) unstable; urgency=medium +osmo-sgsn (1.10.0.2.6420) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Mon, 20 Feb 2023 10:56:00 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Tue, 28 Feb 2023 10:37:05 +0000 osmo-sgsn (1.10.0) unstable; urgency=medium
View file
osmo-sgsn_1.10.0.1.f8a50.tar.xz/src/gtphub/gtphub_main.c -> osmo-sgsn_1.10.0.2.6420.tar.xz/src/gtphub/gtphub_main.c
Changed
@@ -354,8 +354,7 @@ } /* start telnet after reading config for vty_get_bind_addr() */ - rc = telnet_init_dynif(osmo_gtphub_ctx, 0, vty_get_bind_addr(), - OSMO_VTY_PORT_GTPHUB); + rc = telnet_init_default(osmo_gtphub_ctx, NULL, OSMO_VTY_PORT_GTPHUB); if (rc < 0) exit(1);
View file
osmo-sgsn_1.10.0.1.f8a50.tar.xz/src/sgsn/sgsn_main.c -> osmo-sgsn_1.10.0.2.6420.tar.xz/src/sgsn/sgsn_main.c
Changed
@@ -442,8 +442,7 @@ } /* start telnet after reading config for vty_get_bind_addr() */ - rc = telnet_init_dynif(tall_sgsn_ctx, NULL, - vty_get_bind_addr(), OSMO_VTY_PORT_SGSN); + rc = telnet_init_default(tall_sgsn_ctx, NULL, OSMO_VTY_PORT_SGSN); if (rc < 0) exit(1);
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
.