Projects
osmocom:master
osmo-hnbgw
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 147
View file
commit_315874927ee5a6278ca4157f5c5b536e5a5cd536.txt
Added
View file
commit_cb4962f7f041a6c88573fe101e213976cad2a41b.txt
Deleted
View file
osmo-hnbgw_1.7.0.56.cb49.dsc -> osmo-hnbgw_1.7.0.57.3158.dsc
Changed
@@ -2,7 +2,7 @@ Source: osmo-hnbgw Binary: osmo-hnbgw, osmo-hnbgw-dbg, osmo-hnbgw-doc Architecture: any all -Version: 1.7.0.56.cb49 +Version: 1.7.0.57.3158 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/osmo-hnbgw Standards-Version: 3.9.8 @@ -14,8 +14,8 @@ osmo-hnbgw-dbg deb debug extra arch=any osmo-hnbgw-doc deb doc optional arch=all Checksums-Sha1: - 014d0f3759680d8d13d98c7d321a0e2c78d8b941 125652 osmo-hnbgw_1.7.0.56.cb49.tar.xz + 99088c871b5dd8b75c4e1a434e71d7f3e6ceb88c 125628 osmo-hnbgw_1.7.0.57.3158.tar.xz Checksums-Sha256: - 5070e7e4c811d47f26ea215138f0dd2f61cbdfe3364579ece9ca89d7f381a50a 125652 osmo-hnbgw_1.7.0.56.cb49.tar.xz + 3530791dd47edfa85b3736fc0dc4d86e22f940afd5dfa0266b061cdcc4c6590e 125628 osmo-hnbgw_1.7.0.57.3158.tar.xz Files: - 5e2f8b02e7b58124f6e9ec1ebbaef099 125652 osmo-hnbgw_1.7.0.56.cb49.tar.xz + d5fddaca8c5b680dbe1232db11030745 125628 osmo-hnbgw_1.7.0.57.3158.tar.xz
View file
osmo-hnbgw_1.7.0.56.cb49.tar.xz/.tarball-version -> osmo-hnbgw_1.7.0.57.3158.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.7.0.56-cb49 +1.7.0.57-3158
View file
osmo-hnbgw_1.7.0.56.cb49.tar.xz/debian/changelog -> osmo-hnbgw_1.7.0.57.3158.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-hnbgw (1.7.0.56.cb49) unstable; urgency=medium +osmo-hnbgw (1.7.0.57.3158) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Thu, 10 Jul 2025 17:52:53 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Mon, 14 Jul 2025 15:26:58 +0000 osmo-hnbgw (1.7.0) unstable; urgency=medium
View file
osmo-hnbgw_1.7.0.56.cb49.tar.xz/src/osmo-hnbgw/hnbgw_sccp.c -> osmo-hnbgw_1.7.0.57.3158.tar.xz/src/osmo-hnbgw/hnbgw_sccp.c
Changed
@@ -201,8 +201,9 @@ bool disconnected; struct osmo_ss7_instance *cs7 = hsu->ss7; - LOGP(DCN, LOGL_DEBUG, "N-PCSTATE ind: affected_pc=%u sp_status=%s remote_sccp_status=%s\n", - pcst->affected_pc, osmo_sccp_sp_status_name(pcst->sp_status), + LOGP(DCN, LOGL_DEBUG, "N-PCSTATE ind: affected_pc=%u=%s sp_status=%s remote_sccp_status=%s\n", + pcst->affected_pc, osmo_ss7_pointcode_print(cs7, pcst->affected_pc), + osmo_sccp_sp_status_name(pcst->sp_status), osmo_sccp_rem_sccp_status_name(pcst->remote_sccp_status)); /* If we don't care about that point-code, ignore PCSTATE. */ @@ -267,16 +268,16 @@ if (disconnected && cnlink_is_conn_ready(cnlink)) { LOG_CNLINK(cnlink, DCN, LOGL_NOTICE, - "now unreachable: N-PCSTATE ind: pc=%u sp_status=%s remote_sccp_status=%s\n", - pcst->affected_pc, + "now unreachable: N-PCSTATE ind: pc=%u=%s sp_status=%s remote_sccp_status=%s\n", + pcst->affected_pc, osmo_ss7_pointcode_print(cs7, pcst->affected_pc), osmo_sccp_sp_status_name(pcst->sp_status), osmo_sccp_rem_sccp_status_name(pcst->remote_sccp_status)); /* A previously usable cnlink has disconnected. Kick it back to DISC state. */ cnlink_set_disconnected(cnlink); } else if (connected && !cnlink_is_conn_ready(cnlink)) { LOG_CNLINK(cnlink, DCN, LOGL_NOTICE, - "now available: N-PCSTATE ind: pc=%u sp_status=%s remote_sccp_status=%s\n", - pcst->affected_pc, + "now available: N-PCSTATE ind: pc=%u=%s sp_status=%s remote_sccp_status=%s\n", + pcst->affected_pc, osmo_ss7_pointcode_print(cs7, pcst->affected_pc), osmo_sccp_sp_status_name(pcst->sp_status), osmo_sccp_rem_sccp_status_name(pcst->remote_sccp_status)); /* A previously unusable cnlink has become reachable. Trigger immediate RANAP RESET -- we would resend a
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
.