Projects
osmocom:master
osmo-msc
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 22
View file
osmo-msc.spec
Changed
@@ -19,13 +19,13 @@ %define with_iu 1 Name: osmo-msc Requires: osmocom-master -Version: 1.9.0.56.404f +Version: 1.9.0.58.1289 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.56.404f.tar.xz +Source: osmo-msc_1.9.0.58.1289.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake
View file
commit_1289c7b1bc3ccb79c2c888942c5b716cda91bb66.txt
Added
View file
commit_404fb1b60ec0b3f3b1864b02ed763396c9c47d54.txt
Deleted
View file
osmo-msc_1.9.0.56.404f.dsc -> osmo-msc_1.9.0.58.1289.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.56.404f +Version: 1.9.0.58.1289 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: - fb28b7975dde4dc50f6576b9dd1460f803536783 338048 osmo-msc_1.9.0.56.404f.tar.xz + d4dfa263ff69647fb7096b7a66efb5d7716c949b 338084 osmo-msc_1.9.0.58.1289.tar.xz Checksums-Sha256: - 454f5b493e890744521032e3e8f489a18b23b168f59d805a41171adec87792c5 338048 osmo-msc_1.9.0.56.404f.tar.xz + f9e4c2871003e20a259c2c86e0f40f5e2dcf4eb7c51cf5071424e7436e549a6a 338084 osmo-msc_1.9.0.58.1289.tar.xz Files: - 06952b48a089eb6cfcabfb61e604bbaa 338048 osmo-msc_1.9.0.56.404f.tar.xz + 96fc41a19990c1664a9792aef4ea4017 338084 osmo-msc_1.9.0.58.1289.tar.xz
View file
osmo-msc_1.9.0.56.404f.tar.xz/.tarball-version -> osmo-msc_1.9.0.58.1289.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.9.0.56-404f +1.9.0.58-1289
View file
osmo-msc_1.9.0.56.404f.tar.xz/debian/changelog -> osmo-msc_1.9.0.58.1289.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-msc (1.9.0.56.404f) unstable; urgency=medium +osmo-msc (1.9.0.58.1289) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Wed, 01 Feb 2023 16:08:36 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Mon, 06 Feb 2023 16:05:21 +0000 osmo-msc (1.9.0) unstable; urgency=medium
View file
osmo-msc_1.9.0.56.404f.tar.xz/src/osmo-msc/msc_main.c -> osmo-msc_1.9.0.58.1289.tar.xz/src/osmo-msc/msc_main.c
Changed
@@ -1,4 +1,4 @@ -/* OsmoMSC - Circuit-Switched Core Network (MSC+VLR+HLR+SMSC) implementation +/* OsmoMSC - Circuit-Switched Core Network (MSC+VLR+SMSC) implementation */ /* (C) 2016-2019 by sysmocom s.f.m.c. GmbH <info@sysmocom.de> @@ -318,6 +318,11 @@ vty->node = CONFIG_NODE; vty->index = NULL; break; + case MGW_NODE: + OSMO_ASSERT(msc_network != NULL); + vty->node = GSMNET_NODE; + vty->index = msc_network; + break; case SMPP_ESME_NODE: vty->node = SMPP_NODE; vty->index = NULL;
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
.