Projects
osmocom:master
libosmocore
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 221
View file
libosmocore.spec
Changed
@@ -14,13 +14,13 @@ Name: libosmocore Requires: osmocom-master -Version: 1.8.0.243.ec7d4 +Version: 1.8.0.246.c496 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.8.0.243.ec7d4.tar.xz +Source: libosmocore_1.8.0.246.c496.tar.xz Source1: rpmlintrc BuildRequires: automake >= 1.6 BuildRequires: libtool >= 2
View file
commit_c49691ff76187e83c3bcb023ac4c83460faa99ee.txt
Added
View file
commit_ec7d491589659e7351405875ee8e6d1327d51770.txt
Deleted
View file
libosmocore_1.8.0.243.ec7d4.dsc -> libosmocore_1.8.0.246.c496.dsc
Changed
@@ -2,7 +2,7 @@ Source: libosmocore Binary: libosmocore, libosmocodec0, libosmocodec-doc, libosmocoding0, libosmocoding-doc, libosmocore20, libosmocore-doc, libosmogb14, libosmogb-doc, libosmogsm18, libosmogsm-doc, libosmoisdn0, libosmoisdn-doc, libosmovty9, libosmovty-doc, libosmoctrl0, libosmoctrl-doc, libosmosim2, libosmosim-doc, libosmousb0, libosmousb-doc, libosmocore-dev, libosmocore-utils, libosmocore-dbg Architecture: any all -Version: 1.8.0.243.ec7d4 +Version: 1.8.0.246.c496 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 libosmovty9 deb libs optional arch=any Checksums-Sha1: - e72b056e140012516dbdedc1d24289c727ff650c 1066732 libosmocore_1.8.0.243.ec7d4.tar.xz + 2a8c2113c3ff71f446a1d1c7d4c21ebe9743385b 1067256 libosmocore_1.8.0.246.c496.tar.xz Checksums-Sha256: - f8ba5df657678dcdde3e08ed52a3b6a45079a55597ce52cafda326ee43a03d23 1066732 libosmocore_1.8.0.243.ec7d4.tar.xz + abef64482f25d6fa763acd7849bce1458b24fa1eb256f3f86dad707f65c02675 1067256 libosmocore_1.8.0.246.c496.tar.xz Files: - 96f49d65af7c93909ab5cc8bebf04a1e 1066732 libosmocore_1.8.0.243.ec7d4.tar.xz + 1f2a67a46157c32b21176027882f8f9c 1067256 libosmocore_1.8.0.246.c496.tar.xz
View file
libosmocore_1.8.0.243.ec7d4.tar.xz/.tarball-version -> libosmocore_1.8.0.246.c496.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.8.0.243-ec7d4 +1.8.0.246-c496
View file
libosmocore_1.8.0.243.ec7d4.tar.xz/debian/changelog -> libosmocore_1.8.0.246.c496.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmocore (1.8.0.243.ec7d4) unstable; urgency=medium +libosmocore (1.8.0.246.c496) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Thu, 31 Aug 2023 14:29:14 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Sat, 02 Sep 2023 09:02:29 +0000 libosmocore (1.8.0) unstable; urgency=medium
View file
libosmocore_1.8.0.243.ec7d4.tar.xz/include/osmocom/gsm/protocol/gsm_12_21.h -> libosmocore_1.8.0.246.c496.tar.xz/include/osmocom/gsm/protocol/gsm_12_21.h
Changed
@@ -790,6 +790,62 @@ IPAC_BINF_CELL_ALLOC = (1 << 2), }; +/*! ip.access NM_ATT_IPACC_NS_CFG value */ +struct abis_nm_ipacc_att_ns_cfg { + uint8_t un_blocking_timer; /* (un)blocking Timer (Tns-block) timeout */ + uint8_t un_blocking_retries; /* (un)blocking Timer (Tns-block) number of retries */ + uint8_t reset_timer; /* Reset Timer (Tns-reset) timeout */ + uint8_t reset_retries; /* Reset Timer (Tns-reset) number of retries */ + uint8_t test_timer; /* Test Timer (Tns-test) timeout */ + uint8_t alive_timer; /* Alive Timer (Tns-alive) timeout */ + uint8_t alive_retries; /* Alive Timer (Tns-alive) number of retries */ +} __attribute__((packed)); + +/*! ip.access NM_ATT_IPACC_BSSGP_CFG value */ +struct abis_nm_ipacc_att_bssgp_cfg { + uint8_t t1_s; /* blocking timer (T1) */ + uint8_t t1_blocking_retries; /* blocking retries */ + uint8_t t1_unblocking_retries; /* unblocking retries */ + uint8_t t2_s; /* reset timer (T2) */ + uint8_t t2_retries; /* reset retries */ + uint8_t t3_100ms; /* suspend timer (T3) in 100ms */ + uint8_t t3_retries; /* suspend retries */ + uint8_t t4_100ms; /* resume timer (T4) in 100ms */ + uint8_t t4_retries; /* resume retries */ + uint8_t t5_s; /* capability update timer (T5) */ + uint8_t t5_retries; /* capability update retries */ +} __attribute__((packed)); + +/*! ip.access NM_ATT_IPACC_RLC_CFG value */ +struct abis_nm_ipacc_att_rlc_cfg { + uint8_t t3142; + uint8_t t3169; + uint8_t t3191; + uint8_t t3193_10ms; + uint8_t t3195; + uint8_t n3101; + uint8_t n3103; + uint8_t n3105; + uint8_t rlc_cv_countdown; +} __attribute__((packed)); + +/*! ip.access NM_ATT_IPACC_RLC_CFG_2 value */ +struct abis_nm_ipacc_att_rlc_cfg_2 { + /* T downlink TBF extension (0..500, network order) */ + uint16_t t_dl_tbf_ext_10ms; + /* T uplink TBF extension (0..500, network order) */ + uint16_t t_ul_tbf_ext_10ms; + /* Initial CS to use: CS1 -> 1, CS2 -> 2, CS3 -> 3, CS4 -> 4 */ + uint8_t initial_cs; +} __attribute__((packed)); + +/*! ip.access NM_ATT_IPACC_RLC_CFG_3 value */ +struct abis_nm_ipacc_att_rlc_cfg_3 { + /* Initial MCS to use when EGPRS is used: + * MCS1 -> 1, MCS2 -> 2, ..., MCS9 -> 9 */ + uint8_t initial_mcs; +} __attribute__((packed)); + /*! Osmocom NSVC address type for NM_ATT_OSMO_NS_LINK_CFG */ enum osmo_oml_nsvc_address_type { OSMO_NSVC_ADDR_UNSPEC = 0x00,
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
.