Changes of Revision 67
libosmocore.spec
Changed
x
1
2
3
Name: libosmocore
4
Requires: osmocom-master
5
-Version: 1.8.0.6.db7c
6
+Version: 1.8.0.7.89309
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.6.db7c.tar.xz
13
+Source: libosmocore_1.8.0.7.89309.tar.xz
14
Source1: rpmlintrc
15
BuildRequires: automake >= 1.6
16
BuildRequires: libtool >= 2
17
commit_8930911c00e7c267826fd696e30c47aa5c92bf57.txt
Added
commit_db7cb69736338bf3196d333229937646a4d610c8.txt
Deleted
libosmocore_1.8.0.6.db7c.dsc -> libosmocore_1.8.0.7.89309.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, libosmousb0, libosmocore-dev, libosmocore-utils, libosmocore-dbg
4
Architecture: any all
5
-Version: 1.8.0.6.db7c
6
+Version: 1.8.0.7.89309
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
- df1a3b81216186a2c0871d532aae94cdd0bfba78 1018268 libosmocore_1.8.0.6.db7c.tar.xz
15
+ a750a243a54ba04cdd9fac1201eebc73da882ae1 1018336 libosmocore_1.8.0.7.89309.tar.xz
16
Checksums-Sha256:
17
- 31ac845016a5de9ffa2cb9c3a996fb689515f1723cbbf2e0e6e57a7ef54e02e1 1018268 libosmocore_1.8.0.6.db7c.tar.xz
18
+ 713a85c0bedabec1e6c365a543b5d39e02010a83d22b2a1da013f8802b5d96af 1018336 libosmocore_1.8.0.7.89309.tar.xz
19
Files:
20
- 89dd217e09fb3b7b59607bf9b70087f8 1018268 libosmocore_1.8.0.6.db7c.tar.xz
21
+ 4f81df9e571f63661a4d6fada5747813 1018336 libosmocore_1.8.0.7.89309.tar.xz
22
libosmocore_1.8.0.6.db7c.tar.xz/.tarball-version -> libosmocore_1.8.0.7.89309.tar.xz/.tarball-version
Changed
4
1
2
-1.8.0.6-db7c
3
+1.8.0.7-89309
4
libosmocore_1.8.0.6.db7c.tar.xz/debian/changelog -> libosmocore_1.8.0.7.89309.tar.xz/debian/changelog
Changed
12
1
2
-libosmocore (1.8.0.6.db7c) unstable; urgency=medium
3
+libosmocore (1.8.0.7.89309) unstable; urgency=medium
4
5
* Automatically generated changelog entry for building the Osmocom master feed
6
7
- -- Osmocom OBS scripts <info@osmocom.org> Wed, 15 Feb 2023 14:07:30 +0000
8
+ -- Osmocom OBS scripts <info@osmocom.org> Thu, 16 Feb 2023 16:42:27 +0000
9
10
libosmocore (1.8.0) unstable; urgency=medium
11
12
libosmocore_1.8.0.6.db7c.tar.xz/src/isdn/i460_mux.c -> libosmocore_1.8.0.7.89309.tar.xz/src/isdn/i460_mux.c
Changed
32
1
2
}
3
}
4
5
-/*! Data from E1 timeslot into de-multiplexer
6
- * \paramin ts timeslot state
7
- * \paramin data input data bytes as received from E1/T1
8
- * \paramin data_len length of data in bytes */
9
+/*! Feed multiplexed data (from an E1 timeslot) into de-multiplexer.
10
+ * \paramin ts timeslot state.
11
+ * \paramin data input data bytes as received from E1/T1.
12
+ * \paramin data_len length of data in bytes. */
13
void osmo_i460_demux_in(struct osmo_i460_timeslot *ts, const uint8_t *data, size_t data_len)
14
{
15
struct osmo_i460_subchan *schan;
16
17
}
18
19
20
-/*! Data from E1 timeslot into de-multiplexer
21
- * \paramin ts timeslot state
22
- * \paramout out caller-provided buffer where to store generated output bytes
23
- * \paramin out_len number of bytes to be stored at out
24
- */
25
+/*! Get multiplexed data from de-multiplexer (for feeding it into an E1 timeslot).
26
+ * \paramin ts timeslot state.
27
+ * \paramout out caller-provided buffer where to store generated output bytes.
28
+ * \paramin out_len number of bytes to be stored at out. */
29
int osmo_i460_mux_out(struct osmo_i460_timeslot *ts, uint8_t *out, size_t out_len)
30
{
31
int i;
32