Projects
osmocom:master
osmo-msc
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 67
View file
osmo-msc.spec
Changed
@@ -19,13 +19,13 @@ %define with_iu 1 Name: osmo-msc Requires: osmocom-master -Version: 1.10.0.112.9d696 +Version: 1.10.0.114.91455 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.10.0.112.9d696.tar.xz +Source: osmo-msc_1.10.0.114.91455.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake
View file
commit_9145531d7f939a8ef46ddfb9c91a708e0e8626b0.txt
Added
View file
commit_9d696557299be03fe684245e71c0a82f8dad016b.txt
Deleted
View file
osmo-msc_1.10.0.112.9d696.dsc -> osmo-msc_1.10.0.114.91455.dsc
Changed
@@ -2,7 +2,7 @@ Source: osmo-msc Binary: osmo-msc, osmo-msc-dbg, osmo-msc-doc Architecture: any all -Version: 1.10.0.112.9d696 +Version: 1.10.0.114.91455 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: - e6abae4bf189ba3a11ed287b5f00f5c03663614a 379676 osmo-msc_1.10.0.112.9d696.tar.xz + 97b80bbc1b08cd07a5e4f6a0c5377ef7560abd74 379784 osmo-msc_1.10.0.114.91455.tar.xz Checksums-Sha256: - fe5e56dd6b4130d751bc63884c36636d540821537a678f759276b3c977af168b 379676 osmo-msc_1.10.0.112.9d696.tar.xz + 972f7cf21927f5da347b35179a3b35f57187eb04c9512ec134f8585e9c816710 379784 osmo-msc_1.10.0.114.91455.tar.xz Files: - dc3bf5a9d8f5d5b742c53d1fa128ea1e 379676 osmo-msc_1.10.0.112.9d696.tar.xz + 375079bbb81e5f35c0b0352e918de362 379784 osmo-msc_1.10.0.114.91455.tar.xz
View file
osmo-msc_1.10.0.112.9d696.tar.xz/.tarball-version -> osmo-msc_1.10.0.114.91455.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.10.0.112-9d696 +1.10.0.114-91455
View file
osmo-msc_1.10.0.112.9d696.tar.xz/debian/changelog -> osmo-msc_1.10.0.114.91455.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-msc (1.10.0.112.9d696) unstable; urgency=medium +osmo-msc (1.10.0.114.91455) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Tue, 25 Jul 2023 11:25:46 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Tue, 25 Jul 2023 15:25:54 +0000 osmo-msc (1.10.0) unstable; urgency=medium
View file
osmo-msc_1.10.0.112.9d696.tar.xz/src/libmsc/codec_mapping.c -> osmo-msc_1.10.0.114.91455.tar.xz/src/libmsc/codec_mapping.c
Changed
@@ -209,6 +209,13 @@ .subtype_name = "CLEARMODE", .rate = 8000, }, + .has_gsm0808_speech_codec = true, + .gsm0808_speech_codec = { + .pi = true, /* PI indicates CSDoIP is supported */ + .pt = false, /* PT indicates CSDoTDM is not supported */ + .type = GSM0808_SCT_CSD, + .cfg = 0, /* R2/R3 not set (redundancy not supported) */ + }, .mgcp = CODEC_CLEARMODE, }, };
View file
osmo-msc_1.10.0.112.9d696.tar.xz/src/libmsc/ran_msg_a.c -> osmo-msc_1.10.0.114.91455.tar.xz/src/libmsc/ran_msg_a.c
Changed
@@ -1349,7 +1349,12 @@ switch (ct->ch_indctr) { case GSM0808_CHAN_DATA: - scl->codec0.type = GSM0808_SCT_CSD; + scl->codec0 = (struct gsm0808_speech_codec) { + .pi = true, /* PI indicates CSDoIP is supported */ + .pt = false, /* PT indicates CSDoTDM is not supported */ + .type = GSM0808_SCT_CSD, + .cfg = 0, /* R2/R3 not set (redundancy not supported) */ + }; scl->len = 1; break; case GSM0808_CHAN_SPEECH:
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
.