Projects
osmocom:master
osmo-msc
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 63
View file
osmo-msc.spec
Changed
@@ -19,13 +19,13 @@ %define with_iu 1 Name: osmo-msc Requires: osmocom-master -Version: 1.10.0.102.b2652 +Version: 1.10.0.103.57b3 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.10.0.102.b2652.tar.xz +Source: osmo-msc_1.10.0.103.57b3.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake
View file
commit_57b36e58cb90b98bbe4fff9e695a5a03ab471e2f.txt
Added
View file
commit_b265247171d1db63f45eda9f1306ddb089f3eec0.txt
Deleted
View file
osmo-msc_1.10.0.102.b2652.dsc -> osmo-msc_1.10.0.103.57b3.dsc
Changed
@@ -2,7 +2,7 @@ Source: osmo-msc Binary: osmo-msc, osmo-msc-dbg, osmo-msc-doc Architecture: any all -Version: 1.10.0.102.b2652 +Version: 1.10.0.103.57b3 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: - 54b0f261ba05784a37860b2f6925fba59e7a1807 379620 osmo-msc_1.10.0.102.b2652.tar.xz + 9493874e74a42409e3556690cb154ac62c52c8d5 379692 osmo-msc_1.10.0.103.57b3.tar.xz Checksums-Sha256: - 94d76e6ad3b4aa3e7b736d34fe078fe7e6dcb71fac66629d76df4f9bd984b069 379620 osmo-msc_1.10.0.102.b2652.tar.xz + 066e1e1e90ca2cb6296ed036c292ac056abc0fed62b2a577857ae34d01365477 379692 osmo-msc_1.10.0.103.57b3.tar.xz Files: - 36f6c3dc1a400b7ba047750cf4bf80dd 379620 osmo-msc_1.10.0.102.b2652.tar.xz + 9aa9600dda9fc054c9894e1cfdd6162d 379692 osmo-msc_1.10.0.103.57b3.tar.xz
View file
osmo-msc_1.10.0.102.b2652.tar.xz/.tarball-version -> osmo-msc_1.10.0.103.57b3.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.10.0.102-b2652 +1.10.0.103-57b3
View file
osmo-msc_1.10.0.102.b2652.tar.xz/debian/changelog -> osmo-msc_1.10.0.103.57b3.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-msc (1.10.0.102.b2652) unstable; urgency=medium +osmo-msc (1.10.0.103.57b3) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Fri, 21 Jul 2023 11:00:32 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Fri, 21 Jul 2023 11:11:37 +0000 osmo-msc (1.10.0) unstable; urgency=medium
View file
osmo-msc_1.10.0.102.b2652.tar.xz/src/libmsc/msc_vty.c -> osmo-msc_1.10.0.103.57b3.tar.xz/src/libmsc/msc_vty.c
Changed
@@ -132,19 +132,23 @@ DEFUN(cfg_net_name_short, cfg_net_name_short_cmd, - "short name NAME", + "short name .NAME", "Set the short GSM network name\n" NAME_CMD_STR NAME_STR) { - osmo_talloc_replace_string(gsmnet, &gsmnet->name_short, argv0); + if (gsmnet->name_short != NULL) + talloc_free(gsmnet->name_short); + gsmnet->name_short = argv_concat(argv, argc, 0); return CMD_SUCCESS; } DEFUN(cfg_net_name_long, cfg_net_name_long_cmd, - "long name NAME", + "long name .NAME", "Set the long GSM network name\n" NAME_CMD_STR NAME_STR) { - osmo_talloc_replace_string(gsmnet, &gsmnet->name_long, argv0); + if (gsmnet->name_long != NULL) + talloc_free(gsmnet->name_long); + gsmnet->name_long = argv_concat(argv, argc, 0); return CMD_SUCCESS; }
View file
osmo-msc_1.10.0.102.b2652.tar.xz/tests/test_nodes.vty -> osmo-msc_1.10.0.103.57b3.tar.xz/tests/test_nodes.vty
Changed
@@ -16,8 +16,8 @@ ... network country code <1-999> mobile network code <0-999> - short name NAME - long name NAME + short name .NAME + long name .NAME encryption a5 <0-4> <0-4> <0-4> <0-4> <0-4> encryption uea <0-2> <0-2> <0-2> authentication (optional|required)
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
.