Projects
osmocom:master
osmo-msc
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 15
View file
osmo-msc.spec
Changed
@@ -19,13 +19,13 @@ %define with_iu 1 Name: osmo-msc Requires: osmocom-master -Version: 1.9.0.47.40d34 +Version: 1.9.0.48.634591 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.47.40d34.tar.xz +Source: osmo-msc_1.9.0.48.634591.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake
View file
commit_40d34978770c5264d7e29a60f33f21c7891f0905.txt
Deleted
View file
commit_634591e85b3cd3b7871c59652be31d317560f23a.txt
Added
View file
osmo-msc_1.9.0.47.40d34.dsc -> osmo-msc_1.9.0.48.634591.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.47.40d34 +Version: 1.9.0.48.634591 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: - 74171bd31680c76a2e4ab21572e1890321aed051 337804 osmo-msc_1.9.0.47.40d34.tar.xz + 28cad08be34571c7e20864176782fb04217bbb26 337784 osmo-msc_1.9.0.48.634591.tar.xz Checksums-Sha256: - d1994ba987851dd545171b89a46377a69123a5b0108dce4e92a2052aa2869d80 337804 osmo-msc_1.9.0.47.40d34.tar.xz + 64d31fc10e3e69c70ef6ca1d366114cf5f23b292ecb9513b72b91609cf351dcf 337784 osmo-msc_1.9.0.48.634591.tar.xz Files: - 0237ca94ec7297ed69d7ff45c7a37548 337804 osmo-msc_1.9.0.47.40d34.tar.xz + 0a5ad83f53cad33e4c12885974e6e197 337784 osmo-msc_1.9.0.48.634591.tar.xz
View file
osmo-msc_1.9.0.47.40d34.tar.xz/.tarball-version -> osmo-msc_1.9.0.48.634591.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.9.0.47-40d34 +1.9.0.48-634591
View file
osmo-msc_1.9.0.47.40d34.tar.xz/debian/changelog -> osmo-msc_1.9.0.48.634591.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-msc (1.9.0.47.40d34) unstable; urgency=medium +osmo-msc (1.9.0.48.634591) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Tue, 15 Nov 2022 12:55:24 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Tue, 22 Nov 2022 09:35:44 +0000 osmo-msc (1.9.0) unstable; urgency=medium
View file
osmo-msc_1.9.0.47.40d34.tar.xz/include/osmocom/smpp/smpp_smsc.h -> osmo-msc_1.9.0.48.634591.tar.xz/include/osmocom/smpp/smpp_smsc.h
Changed
@@ -107,7 +107,6 @@ int smpp_smsc_conf(struct smsc *smsc, const char *bind_addr, uint16_t port); int smpp_smsc_start(struct smsc *smsc, const char *bind_addr, uint16_t port); int smpp_smsc_restart(struct smsc *smsc, const char *bind_addr, uint16_t port); -void smpp_smsc_stop(struct smsc *smsc); void smpp_esme_get(struct smpp_esme *esme); void smpp_esme_put(struct smpp_esme *esme);
View file
osmo-msc_1.9.0.47.40d34.tar.xz/src/libsmpputil/smpp_smsc.c -> osmo-msc_1.9.0.48.634591.tar.xz/src/libsmpputil/smpp_smsc.c
Changed
@@ -966,6 +966,16 @@ return 0; } +/*! /brief Close SMPP connection. */ +static void smpp_smsc_stop(struct smsc *smsc) +{ + if (smsc->listen_ofd.fd > 0) { + close(smsc->listen_ofd.fd); + smsc->listen_ofd.fd = 0; + osmo_fd_unregister(&smsc->listen_ofd); + } +} + /*! \brief Bind to given address and port and accept connections. * \paramin bind_addr Local IP address, may be NULL for any. * \paramin port TCP port number, may be 0 for default SMPP (2775). @@ -1004,13 +1014,3 @@ return smpp_smsc_start(smsc, smsc->bind_addr, smsc->listen_port); return 0; } - -/*! /brief Close SMPP connection. */ -void smpp_smsc_stop(struct smsc *smsc) -{ - if (smsc->listen_ofd.fd > 0) { - close(smsc->listen_ofd.fd); - smsc->listen_ofd.fd = 0; - osmo_fd_unregister(&smsc->listen_ofd); - } -}
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
.