Projects
osmocom:master
osmo-msc
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 89
View file
osmo-msc.spec
Changed
@@ -19,13 +19,13 @@ %define with_iu 1 Name: osmo-msc Requires: osmocom-master -Version: 1.11.1.19.82fad +Version: 1.11.1.20.d088 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.11.1.19.82fad.tar.xz +Source: osmo-msc_1.11.1.20.d088.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake
View file
commit_82fad5dd468cb6fd921478b12653ad633e171ee7.txt
Deleted
View file
commit_d0880faf795c24709bc87296a3fba406bdd393e0.txt
Added
View file
osmo-msc_1.11.1.19.82fad.dsc -> osmo-msc_1.11.1.20.d088.dsc
Changed
@@ -2,7 +2,7 @@ Source: osmo-msc Binary: osmo-msc, osmo-msc-dbg, osmo-msc-doc Architecture: any all -Version: 1.11.1.19.82fad +Version: 1.11.1.20.d088 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: - 7ca170753d981ce9df67ca3f633a5637cd82f0a9 385568 osmo-msc_1.11.1.19.82fad.tar.xz + 15c109961f3bf7bae264eb1a9cf206f884424ae6 385576 osmo-msc_1.11.1.20.d088.tar.xz Checksums-Sha256: - f08fd343801c71c00b523de7879df555798497d273c4b907f40f5dc20e570466 385568 osmo-msc_1.11.1.19.82fad.tar.xz + 6186333a11a7db46786ac3b6437063c8449768737906ad51441ea16c65455c7a 385576 osmo-msc_1.11.1.20.d088.tar.xz Files: - ba08259ae82172e91ff3655689b13ccd 385568 osmo-msc_1.11.1.19.82fad.tar.xz + 9a813c665783b0cb0cafaa4f0815036d 385576 osmo-msc_1.11.1.20.d088.tar.xz
View file
osmo-msc_1.11.1.19.82fad.tar.xz/.tarball-version -> osmo-msc_1.11.1.20.d088.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.11.1.19-82fad +1.11.1.20-d088
View file
osmo-msc_1.11.1.19.82fad.tar.xz/debian/changelog -> osmo-msc_1.11.1.20.d088.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-msc (1.11.1.19.82fad) unstable; urgency=medium +osmo-msc (1.11.1.20.d088) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Wed, 13 Dec 2023 01:57:34 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Sat, 06 Jan 2024 16:49:06 +0000 osmo-msc (1.11.1) unstable; urgency=medium
View file
osmo-msc_1.11.1.19.82fad.tar.xz/src/libmsc/msc_net_init.c -> osmo-msc_1.11.1.20.d088.tar.xz/src/libmsc/msc_net_init.c
Changed
@@ -130,9 +130,15 @@ net->gcm = gsup_client_mux_alloc(net); OSMO_ASSERT(net->gcm); + /* If no IPA name is configured, we need to provide a default + * right here, in order for the defaulted name to get inserted + * as source_name in GSUP response messages. */ + if (!net->msc_ipa_name) + net->msc_ipa_name = "unnamed-MSC"; + ipa_dev = talloc_zero(net->gcm, struct ipaccess_unit); ipa_dev->unit_name = "MSC"; - ipa_dev->serno = net->msc_ipa_name; /* NULL unless configured via VTY */ + ipa_dev->serno = net->msc_ipa_name; ipa_dev->swversion = PACKAGE_NAME "-" PACKAGE_VERSION; *net->gcm = (struct gsup_client_mux){
View file
osmo-msc_1.11.1.19.82fad.tar.xz/src/libmsc/msc_vty.c -> osmo-msc_1.11.1.20.d088.tar.xz/src/libmsc/msc_vty.c
Changed
@@ -1991,7 +1991,7 @@ "Set the IPA name of this MSC\n" "A unique name for this MSC. For example: PLMN + redundancy server number: MSC-901-70-0. " "This name is used for GSUP routing and must be set if more than one MSC is connected to the HLR. " - "The default is 'MSC-00-00-00-00-00-00'.\n") + "The default is 'unnamed-MSC'.\n") { if (vty->type != VTY_FILE) { vty_out(vty, "The IPA name cannot be changed at run-time; "
View file
osmo-msc_1.11.1.19.82fad.tar.xz/tests/test_nodes.vty -> osmo-msc_1.11.1.20.d088.tar.xz/tests/test_nodes.vty
Changed
@@ -171,6 +171,7 @@ hlr remote-ip 127.0.0.1 remote-port 4222 + ipa-name unnamed-MSC sgs local-port 29118 local-ip 0.0.0.0
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
.