Projects
osmocom:master
osmo-bsc
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 247
View file
commit_8206681f74f2253d26a8116cc82c608ae4cf216c.txt
Added
View file
commit_8f6f82038d15100cfd8e78e4336077e2c0567f52.txt
Deleted
View file
osmo-bsc_1.12.0.dsc -> osmo-bsc_1.12.0.2.82066.dsc
Changed
@@ -2,7 +2,7 @@ Source: osmo-bsc Binary: osmo-bsc, osmo-bsc-dbg, abisip-find, osmo-bsc-ipaccess-utils, osmo-bsc-bs11-utils, osmo-bsc-meas-utils, osmo-bsc-doc Architecture: any all -Version: 1.12.0 +Version: 1.12.0.2.82066 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/osmo-bsc Standards-Version: 3.9.8 @@ -18,8 +18,8 @@ osmo-bsc-ipaccess-utils deb net extra arch=any osmo-bsc-meas-utils deb net extra arch=any Checksums-Sha1: - 598350eeb720608b1cf59b00d3cb95bd5cb94464 625308 osmo-bsc_1.12.0.tar.xz + 4dc775063a72f6ae2f07899ea54f41cb14043c7f 625304 osmo-bsc_1.12.0.2.82066.tar.xz Checksums-Sha256: - 048a51fc8e1be7d78f75475e326c91938215eca8357eaa0f0418895b012ea405 625308 osmo-bsc_1.12.0.tar.xz + f707db316a14526ad223587aaa37527bae28338a19be1dc97ae494af188adbe6 625304 osmo-bsc_1.12.0.2.82066.tar.xz Files: - d72ff9aae85bf9287ad3c6c11e589212 625308 osmo-bsc_1.12.0.tar.xz + 26e0039d070d7f116002b9b621d73c31 625304 osmo-bsc_1.12.0.2.82066.tar.xz
View file
osmo-bsc_1.12.0.tar.xz/.tarball-version -> osmo-bsc_1.12.0.2.82066.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.12.0 +1.12.0.2-82066
View file
osmo-bsc_1.12.0.tar.xz/debian/changelog -> osmo-bsc_1.12.0.2.82066.tar.xz/debian/changelog
Changed
@@ -1,3 +1,9 @@ +osmo-bsc (1.12.0.2.82066) unstable; urgency=medium + + * Automatically generated changelog entry for building the Osmocom master feed + + -- Osmocom OBS scripts <info@osmocom.org> Mon, 29 Jul 2024 06:52:40 +0000 + osmo-bsc (1.12.0) unstable; urgency=medium Vadim Yanitskiy
View file
osmo-bsc_1.12.0.tar.xz/doc/examples/osmo-bsc/osmo-bsc-4trx.cfg -> osmo-bsc_1.12.0.2.82066.tar.xz/doc/examples/osmo-bsc/osmo-bsc-4trx.cfg
Changed
@@ -165,6 +165,8 @@ phys_chan_config DYNAMIC/OSMOCOM hopping enabled 0 msc 0 - allow-emergency allow + ! Do not allow emergency calls unless you can route + ! them to the local emergency services + allow-emergency deny bsc mid-call-timeout 0
View file
osmo-bsc_1.12.0.tar.xz/doc/examples/osmo-bsc/osmo-bsc.cfg -> osmo-bsc_1.12.0.2.82066.tar.xz/doc/examples/osmo-bsc/osmo-bsc.cfg
Changed
@@ -84,14 +84,8 @@ phys_chan_config TCH/F hopping enabled 0 msc 0 - allow-emergency allow - amr-config 12_2k forbidden - amr-config 10_2k forbidden - amr-config 7_95k forbidden - amr-config 7_40k forbidden - amr-config 6_70k forbidden - amr-config 5_90k allowed - amr-config 5_15k forbidden - amr-config 4_75k forbidden + ! Do not allow emergency calls unless you can route + ! them to the local emergency services + allow-emergency deny bsc mid-call-timeout 0
View file
osmo-bsc_1.12.0.tar.xz/src/osmo-bsc/osmo_bsc_msc.c -> osmo-bsc_1.12.0.2.82066.tar.xz/src/osmo-bsc/osmo_bsc_msc.c
Changed
@@ -443,11 +443,18 @@ }; msc_data->nr = nr; - msc_data->allow_emerg = 1; + msc_data->allow_emerg = 0; msc_data->a.asp_proto = OSMO_SS7_ASP_PROT_M3UA; /* Defaults for the audio setup */ + msc_data->amr_conf.m12_2 = 1; + msc_data->amr_conf.m10_2 = 1; + msc_data->amr_conf.m7_95 = 1; + msc_data->amr_conf.m7_40 = 1; + msc_data->amr_conf.m6_70 = 1; msc_data->amr_conf.m5_90 = 1; + msc_data->amr_conf.m5_15 = 1; + msc_data->amr_conf.m4_75 = 1; msc_data->amr_octet_aligned = true; /* Allow the full set of possible codecs by default */
View file
osmo-bsc_1.12.0.tar.xz/tests/ctrl/osmo-bsc-neigh-test.cfg -> osmo-bsc_1.12.0.2.82066.tar.xz/tests/ctrl/osmo-bsc-neigh-test.cfg
Changed
@@ -189,14 +189,5 @@ hopping enabled 0 msc 0 type normal - allow-emergency allow - amr-config 12_2k forbidden - amr-config 10_2k forbidden - amr-config 7_95k forbidden - amr-config 7_40k forbidden - amr-config 6_70k forbidden - amr-config 5_90k allowed - amr-config 5_15k forbidden - amr-config 4_75k forbidden bsc mid-call-timeout 0
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
.