Projects
osmocom:master
libosmocore
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 316
View file
libosmocore.spec
Changed
@@ -14,13 +14,13 @@ Name: libosmocore Requires: osmocom-master -Version: 1.9.0.154.99d6 +Version: 1.9.0.155.9d73 Release: 0 Summary: The Open Source Mobile Communications Core Library License: GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND AGPL-3.0-or-later Group: Productivity/Telephony/Utilities Url: https://osmocom.org/projects/libosmocore/wiki/Libosmocore -Source: libosmocore_1.9.0.154.99d6.tar.xz +Source: libosmocore_1.9.0.155.9d73.tar.xz Source1: rpmlintrc BuildRequires: automake >= 1.6 BuildRequires: libtool >= 2
View file
commit_99d6acb52a5a47bc707a7153694a48f66bd31bdd.txt
Deleted
View file
commit_9d73503bd09eb164f781d488bf2c839c0822798a.txt
Added
View file
libosmocore_1.9.0.154.99d6.dsc -> libosmocore_1.9.0.155.9d73.dsc
Changed
@@ -2,7 +2,7 @@ Source: libosmocore Binary: libosmocore, libosmocodec4, libosmocodec-doc, libosmocoding0, libosmocoding-doc, libosmocore21, libosmocore-doc, libosmogb14, libosmogb-doc, libosmogsm20, libosmogsm-doc, libosmoisdn0, libosmoisdn-doc, libosmovty13, libosmovty-doc, libosmoctrl0, libosmoctrl-doc, libosmosim2, libosmosim-doc, libosmousb0, libosmousb-doc, libosmocore-dev, libosmocore-utils, libosmocore-dbg Architecture: any all -Version: 1.9.0.154.99d6 +Version: 1.9.0.155.9d73 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/libosmocore Standards-Version: 3.9.8 @@ -35,8 +35,8 @@ libosmovty-doc deb doc optional arch=all libosmovty13 deb libs optional arch=any Checksums-Sha1: - 80925232c954a1cd497f63aa51c1a381a637ab87 1103940 libosmocore_1.9.0.154.99d6.tar.xz + 8151fa06f14359899be54e89fc2dab9c2c357a8f 1103312 libosmocore_1.9.0.155.9d73.tar.xz Checksums-Sha256: - 94f76068df522d37eade1fb525657d60bccac0c0c0652c34a94129fbf563b1e5 1103940 libosmocore_1.9.0.154.99d6.tar.xz + 56e1f0e88c11f555f94c9f2662c5e48968b22e577b9e67248eb4d3871e1dda8d 1103312 libosmocore_1.9.0.155.9d73.tar.xz Files: - 7d828e9d2088a0ead26d4c511559b00a 1103940 libosmocore_1.9.0.154.99d6.tar.xz + 05fc0d3da477de3a48a805501ed5b7eb 1103312 libosmocore_1.9.0.155.9d73.tar.xz
View file
libosmocore_1.9.0.154.99d6.tar.xz/.tarball-version -> libosmocore_1.9.0.155.9d73.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.9.0.154-99d6 +1.9.0.155-9d73
View file
libosmocore_1.9.0.154.99d6.tar.xz/debian/changelog -> libosmocore_1.9.0.155.9d73.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmocore (1.9.0.154.99d6) unstable; urgency=medium +libosmocore (1.9.0.155.9d73) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Tue, 06 Feb 2024 17:52:35 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Tue, 13 Feb 2024 09:17:43 +0000 libosmocore (1.9.0) unstable; urgency=medium
View file
libosmocore_1.9.0.154.99d6.tar.xz/tests/gsup/gsup_test.c -> libosmocore_1.9.0.155.9d73.tar.xz/tests/gsup/gsup_test.c
Changed
@@ -454,32 +454,32 @@ 0x51, /* GSM0808_CAUSE_INVALID_MESSAGE_CONTENTS */ }; - static const uint8_t send_e_process_access_signalling_req = { - 0x40, /* OSMO_GSUP_MSGT_E_PROCESS_ACCESS_SIGNALLING_REQUEST */ + static const uint8_t send_e_send_end_signal_res = { + 0x3E, /* OSMO_GSUP_MSGT_E_SEND_END_SIGNAL_RESULT */ TEST_IMSI_IE, - /* Session ID and state (continue) */ + /* Session ID and state (end) */ 0x30, 0x04, 0xde, 0xad, 0xbe, 0xef, - 0x31, 0x01, 0x02, + 0x31, 0x01, 0x03, TEST_CLASS_INTER_MSC_IE, TEST_SOURCE_NAME_IE, TEST_DESTINATION_NAME_IE, - TEST_AN_APDU_IE, /* (Handover Detect) */ + TEST_AN_APDU_IE, /* (Handover Complete) */ }; - static const uint8_t send_e_send_end_signal_res = { - 0x3E, /* OSMO_GSUP_MSGT_E_SEND_END_SIGNAL_RESULT */ + static const uint8_t send_e_process_access_signalling_req = { + 0x40, /* OSMO_GSUP_MSGT_E_PROCESS_ACCESS_SIGNALLING_REQUEST */ TEST_IMSI_IE, - /* Session ID and state (end) */ + /* Session ID and state (continue) */ 0x30, 0x04, 0xde, 0xad, 0xbe, 0xef, - 0x31, 0x01, 0x03, + 0x31, 0x01, 0x02, TEST_CLASS_INTER_MSC_IE, TEST_SOURCE_NAME_IE, TEST_DESTINATION_NAME_IE, - TEST_AN_APDU_IE, /* (Handover Complete) */ + TEST_AN_APDU_IE, /* (Handover Detect) */ }; static const uint8_t send_e_forward_access_signalling_req = {
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
.