Changes of Revision 221
libosmocore.spec
Changed
x
1
2
3
Name: libosmocore
4
Requires: osmocom-master
5
-Version: 1.8.0.243.ec7d4
6
+Version: 1.8.0.246.c496
7
Release: 0
8
Summary: The Open Source Mobile Communications Core Library
9
License: GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND AGPL-3.0-or-later
10
Group: Productivity/Telephony/Utilities
11
Url: https://osmocom.org/projects/libosmocore/wiki/Libosmocore
12
-Source: libosmocore_1.8.0.243.ec7d4.tar.xz
13
+Source: libosmocore_1.8.0.246.c496.tar.xz
14
Source1: rpmlintrc
15
BuildRequires: automake >= 1.6
16
BuildRequires: libtool >= 2
17
commit_c49691ff76187e83c3bcb023ac4c83460faa99ee.txt
Added
commit_ec7d491589659e7351405875ee8e6d1327d51770.txt
Deleted
libosmocore_1.8.0.243.ec7d4.dsc -> libosmocore_1.8.0.246.c496.dsc
Changed
22
1
2
Source: libosmocore
3
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
4
Architecture: any all
5
-Version: 1.8.0.243.ec7d4
6
+Version: 1.8.0.246.c496
7
Maintainer: Osmocom team <openbsc@lists.osmocom.org>
8
Homepage: https://projects.osmocom.org/projects/libosmocore
9
Standards-Version: 3.9.8
10
11
libosmovty-doc deb doc optional arch=all
12
libosmovty9 deb libs optional arch=any
13
Checksums-Sha1:
14
- e72b056e140012516dbdedc1d24289c727ff650c 1066732 libosmocore_1.8.0.243.ec7d4.tar.xz
15
+ 2a8c2113c3ff71f446a1d1c7d4c21ebe9743385b 1067256 libosmocore_1.8.0.246.c496.tar.xz
16
Checksums-Sha256:
17
- f8ba5df657678dcdde3e08ed52a3b6a45079a55597ce52cafda326ee43a03d23 1066732 libosmocore_1.8.0.243.ec7d4.tar.xz
18
+ abef64482f25d6fa763acd7849bce1458b24fa1eb256f3f86dad707f65c02675 1067256 libosmocore_1.8.0.246.c496.tar.xz
19
Files:
20
- 96f49d65af7c93909ab5cc8bebf04a1e 1066732 libosmocore_1.8.0.243.ec7d4.tar.xz
21
+ 1f2a67a46157c32b21176027882f8f9c 1067256 libosmocore_1.8.0.246.c496.tar.xz
22
libosmocore_1.8.0.243.ec7d4.tar.xz/.tarball-version -> libosmocore_1.8.0.246.c496.tar.xz/.tarball-version
Changed
4
1
2
-1.8.0.243-ec7d4
3
+1.8.0.246-c496
4
libosmocore_1.8.0.243.ec7d4.tar.xz/debian/changelog -> libosmocore_1.8.0.246.c496.tar.xz/debian/changelog
Changed
12
1
2
-libosmocore (1.8.0.243.ec7d4) unstable; urgency=medium
3
+libosmocore (1.8.0.246.c496) unstable; urgency=medium
4
5
* Automatically generated changelog entry for building the Osmocom master feed
6
7
- -- Osmocom OBS scripts <info@osmocom.org> Thu, 31 Aug 2023 14:29:14 +0000
8
+ -- Osmocom OBS scripts <info@osmocom.org> Sat, 02 Sep 2023 09:02:29 +0000
9
10
libosmocore (1.8.0) unstable; urgency=medium
11
12
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
64
1
2
IPAC_BINF_CELL_ALLOC = (1 << 2),
3
};
4
5
+/*! ip.access NM_ATT_IPACC_NS_CFG value */
6
+struct abis_nm_ipacc_att_ns_cfg {
7
+ uint8_t un_blocking_timer; /* (un)blocking Timer (Tns-block) timeout */
8
+ uint8_t un_blocking_retries; /* (un)blocking Timer (Tns-block) number of retries */
9
+ uint8_t reset_timer; /* Reset Timer (Tns-reset) timeout */
10
+ uint8_t reset_retries; /* Reset Timer (Tns-reset) number of retries */
11
+ uint8_t test_timer; /* Test Timer (Tns-test) timeout */
12
+ uint8_t alive_timer; /* Alive Timer (Tns-alive) timeout */
13
+ uint8_t alive_retries; /* Alive Timer (Tns-alive) number of retries */
14
+} __attribute__((packed));
15
+
16
+/*! ip.access NM_ATT_IPACC_BSSGP_CFG value */
17
+struct abis_nm_ipacc_att_bssgp_cfg {
18
+ uint8_t t1_s; /* blocking timer (T1) */
19
+ uint8_t t1_blocking_retries; /* blocking retries */
20
+ uint8_t t1_unblocking_retries; /* unblocking retries */
21
+ uint8_t t2_s; /* reset timer (T2) */
22
+ uint8_t t2_retries; /* reset retries */
23
+ uint8_t t3_100ms; /* suspend timer (T3) in 100ms */
24
+ uint8_t t3_retries; /* suspend retries */
25
+ uint8_t t4_100ms; /* resume timer (T4) in 100ms */
26
+ uint8_t t4_retries; /* resume retries */
27
+ uint8_t t5_s; /* capability update timer (T5) */
28
+ uint8_t t5_retries; /* capability update retries */
29
+} __attribute__((packed));
30
+
31
+/*! ip.access NM_ATT_IPACC_RLC_CFG value */
32
+struct abis_nm_ipacc_att_rlc_cfg {
33
+ uint8_t t3142;
34
+ uint8_t t3169;
35
+ uint8_t t3191;
36
+ uint8_t t3193_10ms;
37
+ uint8_t t3195;
38
+ uint8_t n3101;
39
+ uint8_t n3103;
40
+ uint8_t n3105;
41
+ uint8_t rlc_cv_countdown;
42
+} __attribute__((packed));
43
+
44
+/*! ip.access NM_ATT_IPACC_RLC_CFG_2 value */
45
+struct abis_nm_ipacc_att_rlc_cfg_2 {
46
+ /* T downlink TBF extension (0..500, network order) */
47
+ uint16_t t_dl_tbf_ext_10ms;
48
+ /* T uplink TBF extension (0..500, network order) */
49
+ uint16_t t_ul_tbf_ext_10ms;
50
+ /* Initial CS to use: CS1 -> 1, CS2 -> 2, CS3 -> 3, CS4 -> 4 */
51
+ uint8_t initial_cs;
52
+} __attribute__((packed));
53
+
54
+/*! ip.access NM_ATT_IPACC_RLC_CFG_3 value */
55
+struct abis_nm_ipacc_att_rlc_cfg_3 {
56
+ /* Initial MCS to use when EGPRS is used:
57
+ * MCS1 -> 1, MCS2 -> 2, ..., MCS9 -> 9 */
58
+ uint8_t initial_mcs;
59
+} __attribute__((packed));
60
+
61
/*! Osmocom NSVC address type for NM_ATT_OSMO_NS_LINK_CFG */
62
enum osmo_oml_nsvc_address_type {
63
OSMO_NSVC_ADDR_UNSPEC = 0x00,
64