Projects
osmocom:master
osmo-hlr
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 5
View file
osmo-hlr.spec
Changed
@@ -15,13 +15,13 @@ Name: osmo-hlr Requires: osmocom-master -Version: 1.5.0.10.63ee +Version: 1.5.0.11.6263 Release: 0 Summary: Osmocom Home Location Register for GSUP protocol towards OsmoSGSN and OsmoCSCN License: AGPL-3.0-or-later AND GPL-2.0-or-later Group: Productivity/Telephony/Servers URL: https://osmocom.org/projects/osmo-hlr -Source: osmo-hlr_1.5.0.10.63ee.tar.xz +Source: osmo-hlr_1.5.0.11.6263.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake
View file
commit_6263cf350a8e4db5e6048828790f2afc567c6372.txt
Added
View file
commit_63eefabdde87df4dac9ed071df6535eed4f748c3.txt
Deleted
View file
osmo-hlr_1.5.0.10.63ee.dsc -> osmo-hlr_1.5.0.11.6263.dsc
Changed
@@ -2,7 +2,7 @@ Source: osmo-hlr Binary: osmo-hlr, osmo-hlr-dbg, libosmo-gsup-client0, libosmo-gsup-client-dev, libosmo-mslookup0, libosmo-mslookup-dev, osmo-mslookup-utils, osmo-hlr-doc Architecture: any all -Version: 1.5.0.10.63ee +Version: 1.5.0.11.6263 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/osmo-hlr Standards-Version: 3.9.6 @@ -19,8 +19,8 @@ osmo-hlr-doc deb doc optional arch=all osmo-mslookup-utils deb utils optional arch=any Checksums-Sha1: - c3179bbbe9ff797395f39eff1bcbc14eb738f7b4 172000 osmo-hlr_1.5.0.10.63ee.tar.xz + 52e72557e81cc7b6dd0d1f9fa5bd72dd4c61d7e1 172008 osmo-hlr_1.5.0.11.6263.tar.xz Checksums-Sha256: - c5f40f193c9e384eb756b7ef54bfc56ebb0e12605ea92bc65279e87bf7a56782 172000 osmo-hlr_1.5.0.10.63ee.tar.xz + bf9564957a91cdb28cadc1c2687cb9ade4fb50c3373d266807b571e2e9110c48 172008 osmo-hlr_1.5.0.11.6263.tar.xz Files: - 8d2059803e012b18eb6990d81f951e8d 172000 osmo-hlr_1.5.0.10.63ee.tar.xz + 28d00cf0ecb116be8aa8eca26f2876fc 172008 osmo-hlr_1.5.0.11.6263.tar.xz
View file
osmo-hlr_1.5.0.10.63ee.tar.xz/.tarball-version -> osmo-hlr_1.5.0.11.6263.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.5.0.10-63ee +1.5.0.11-6263
View file
osmo-hlr_1.5.0.10.63ee.tar.xz/debian/changelog -> osmo-hlr_1.5.0.11.6263.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-hlr (1.5.0.10.63ee) unstable; urgency=medium +osmo-hlr (1.5.0.11.6263) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Thu, 10 Nov 2022 00:32:01 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Fri, 23 Dec 2022 10:59:49 +0000 osmo-hlr (1.5.0) unstable; urgency=medium
View file
osmo-hlr_1.5.0.10.63ee.tar.xz/include/osmocom/hlr/hlr.h -> osmo-hlr_1.5.0.11.6263.tar.xz/include/osmocom/hlr/hlr.h
Changed
@@ -48,7 +48,6 @@ /* Control Interface */ struct ctrl_handle *ctrl; - const char *ctrl_bind_addr; /* Local bind addr */ char *gsup_bind_addr;
View file
osmo-hlr_1.5.0.10.63ee.tar.xz/src/ctrl.c -> osmo-hlr_1.5.0.11.6263.tar.xz/src/ctrl.c
Changed
@@ -771,11 +771,8 @@ struct ctrl_handle *hlr_controlif_setup(struct hlr *hlr) { int rc; - struct ctrl_handle *hdl = ctrl_interface_setup_dynip2(hlr, - hlr->ctrl_bind_addr, - OSMO_CTRL_PORT_HLR, - hlr_ctrl_node_lookup, - _LAST_CTRL_NODE_HLR); + struct ctrl_handle *hdl = ctrl_interface_setup2(hlr, OSMO_CTRL_PORT_HLR, hlr_ctrl_node_lookup, + _LAST_CTRL_NODE_HLR); if (!hdl) return NULL;
View file
osmo-hlr_1.5.0.10.63ee.tar.xz/src/hlr.c -> osmo-hlr_1.5.0.11.6263.tar.xz/src/hlr.c
Changed
@@ -830,7 +830,6 @@ } proxy_init(g_hlr->gs); - g_hlr->ctrl_bind_addr = ctrl_vty_get_bind_addr(); g_hlr->ctrl = hlr_controlif_setup(g_hlr); dgsm_start(hlr_ctx);
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
.