Projects
osmocom:master
libosmocore
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 424
View file
libosmocore.spec
Changed
@@ -14,13 +14,13 @@ Name: libosmocore Requires: osmocom-master -Version: 1.11.0.47.ee282 +Version: 1.11.0.48.9396 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.11.0.47.ee282.tar.xz +Source: libosmocore_1.11.0.48.9396.tar.xz Source1: rpmlintrc BuildRequires: automake >= 1.6 BuildRequires: libtool >= 2
View file
commit_9396e27cc6645396852cc61a86277ab112e8da33.txt
Added
View file
commit_ee282401f5241b7dae962f8780ab27d3b438dde6.txt
Deleted
View file
libosmocore_1.11.0.47.ee282.dsc -> libosmocore_1.11.0.48.9396.dsc
Changed
@@ -2,7 +2,7 @@ Source: libosmocore Binary: libosmocore, libosmocodec4, libosmocodec-doc, libosmocoding0, libosmocoding-doc, libosmocore22, 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.11.0.47.ee282 +Version: 1.11.0.48.9396 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: - 199e394d1b703004fadf3b6c0f771ae3ab43dc1f 1132652 libosmocore_1.11.0.47.ee282.tar.xz + 7361938c22f6ab46087d99d20e7af7f2d110683f 1132720 libosmocore_1.11.0.48.9396.tar.xz Checksums-Sha256: - 125dd47544b97fea5ecd7decd9ccdbb7043bfa699d074f606f0576f176ec9210 1132652 libosmocore_1.11.0.47.ee282.tar.xz + 32d5a7397a148b9f3c098f41e4879e3baffa066679ede136485410bde57e1600 1132720 libosmocore_1.11.0.48.9396.tar.xz Files: - fbd72c82df7992567cc7d9546c80ce35 1132652 libosmocore_1.11.0.47.ee282.tar.xz + fececd91d0e9b072c642dd79d8d92fe1 1132720 libosmocore_1.11.0.48.9396.tar.xz
View file
libosmocore_1.11.0.47.ee282.tar.xz/.tarball-version -> libosmocore_1.11.0.48.9396.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.11.0.47-ee282 +1.11.0.48-9396
View file
libosmocore_1.11.0.47.ee282.tar.xz/debian/changelog -> libosmocore_1.11.0.48.9396.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmocore (1.11.0.47.ee282) unstable; urgency=medium +libosmocore (1.11.0.48.9396) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Sun, 12 Oct 2025 02:32:46 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Mon, 13 Oct 2025 17:07:50 +0000 libosmocore (1.11.0) unstable; urgency=medium
View file
libosmocore_1.11.0.47.ee282.tar.xz/include/osmocom/gsm/protocol/Makefile.am -> libosmocore_1.11.0.48.9396.tar.xz/include/osmocom/gsm/protocol/Makefile.am
Changed
@@ -22,6 +22,7 @@ gsm_44_318.h \ gsm_48_049.h \ gsm_48_071.h \ + gsm_48_103.h \ gsm_49_031.h \ ipaccess.h \ smpp34_osmocom.h \
View file
libosmocore_1.11.0.48.9396.tar.xz/include/osmocom/gsm/protocol/gsm_48_103.h
Added
@@ -0,0 +1,21 @@ +/* + * This header file captures the set of fixed RTP payload type definitions + * specified in 3GPP TS 48.103 (GSM AoIP interface) Table 5.4.2.2.1. + */ + +#pragma once + +/* uncompressed speech */ +#define OSMO_AOIP_RTP_PT_PCMU 0 +#define OSMO_AOIP_RTP_PT_PCMA 8 + +/* compressed speech */ +#define OSMO_AOIP_RTP_PT_FR1 3 +#define OSMO_AOIP_RTP_PT_EFR 110 +#define OSMO_AOIP_RTP_PT_HR1 111 +#define OSMO_AOIP_RTP_PT_AMR 112 +#define OSMO_AOIP_RTP_PT_AMRWB 113 + +/* circuit-switched data */ +#define OSMO_AOIP_RTP_PT_CSD 120 /* without redundancy */ +#define OSMO_AOIP_RTP_PT_CSD_RED 121 /* with redundancy */
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
.