Changes of Revision 92
libosmocore.spec
Changed
x
1
2
3
Name: libosmocore
4
Requires: osmocom-master
5
-Version: 1.8.0.39.5566
6
+Version: 1.8.0.42.6427
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.39.5566.tar.xz
13
+Source: libosmocore_1.8.0.42.6427.tar.xz
14
Source1: rpmlintrc
15
BuildRequires: automake >= 1.6
16
BuildRequires: libtool >= 2
17
commit_5566b2ea651d17f5f253e26244906c89523ecd12.txt
Deleted
commit_64277a021735aaeec510b4cf47858c6c6884c066.txt
Added
libosmocore_1.8.0.39.5566.dsc -> libosmocore_1.8.0.42.6427.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.39.5566
6
+Version: 1.8.0.42.6427
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
- 999ce50256621fdfa6b868d10065c51d3c2ca892 1023220 libosmocore_1.8.0.39.5566.tar.xz
15
+ 3c154a0e36407f7880f20bbd0205e22131f08889 1022788 libosmocore_1.8.0.42.6427.tar.xz
16
Checksums-Sha256:
17
- d71c0be3fcefde5c369bf2f8d7066de6ac0456cf0c0ec4bd50fafc7e38d84071 1023220 libosmocore_1.8.0.39.5566.tar.xz
18
+ 689266d8d8fa43c7fb097457d15694261638c2fcb947310d203552262937b5d7 1022788 libosmocore_1.8.0.42.6427.tar.xz
19
Files:
20
- 625c168039c07ed81a059c97ea9a6520 1023220 libosmocore_1.8.0.39.5566.tar.xz
21
+ f12baa62e9411236b0ffd28b9d00685d 1022788 libosmocore_1.8.0.42.6427.tar.xz
22
libosmocore_1.8.0.39.5566.tar.xz/.tarball-version -> libosmocore_1.8.0.42.6427.tar.xz/.tarball-version
Changed
4
1
2
-1.8.0.39-5566
3
+1.8.0.42-6427
4
libosmocore_1.8.0.39.5566.tar.xz/contrib/struct_endianness.py -> libosmocore_1.8.0.42.6427.tar.xz/contrib/struct_endianness.py
Changed
10
1
2
return body_str
3
4
def _check_file(f):
5
- if not (f.endswith('.h') or f.endswith('.c') or f.endswith('.cpp')):
6
+ if not f.endswith(('.h', '.c', '.cpp')):
7
return
8
9
# section the file into
10
libosmocore_1.8.0.39.5566.tar.xz/debian/changelog -> libosmocore_1.8.0.42.6427.tar.xz/debian/changelog
Changed
12
1
2
-libosmocore (1.8.0.39.5566) unstable; urgency=medium
3
+libosmocore (1.8.0.42.6427) unstable; urgency=medium
4
5
* Automatically generated changelog entry for building the Osmocom master feed
6
7
- -- Osmocom OBS scripts <info@osmocom.org> Tue, 28 Feb 2023 10:51:54 +0000
8
+ -- Osmocom OBS scripts <info@osmocom.org> Tue, 28 Feb 2023 18:51:49 +0000
9
10
libosmocore (1.8.0) unstable; urgency=medium
11
12
libosmocore_1.8.0.39.5566.tar.xz/include/osmocom/ctrl/control_cmd.h -> libosmocore_1.8.0.42.6427.tar.xz/include/osmocom/ctrl/control_cmd.h
Changed
12
1
2
* \paramin cmdname symbol name of the command related function
3
* \paramin cmdstr string name exposed on CTRL
4
* \paramin dtype name of outer struct of user data
5
- * \paramin element name of field within \a dtype
6
- * \paramin min minimum permitted integer value
7
- * \paramin max maximum permitted integer value */
8
+ * \paramin element name of field within \a dtype */
9
#define CTRL_CMD_DEFINE_STRING(cmdname, cmdstr, dtype, element) \
10
CTRL_HELPER_GET_STRING(cmdname, dtype, element) \
11
CTRL_HELPER_SET_STRING(cmdname, dtype, element) \
12
libosmocore_1.8.0.39.5566.tar.xz/src/codec/ecu.c -> libosmocore_1.8.0.42.6427.tar.xz/src/codec/ecu.c
Changed
10
1
2
3
/*! initialize an ECU instance for given codec.
4
* \paramin ctx talloc context from which to allocate
5
- * \parmain codec codec for which to initialize/create ECU */
6
+ * \paramin codec codec for which to initialize/create ECU */
7
struct osmo_ecu_state *osmo_ecu_init(void *ctx, enum osmo_ecu_codec codec)
8
{
9
if (codec >= ARRAY_SIZE(g_ecu_ops))
10
libosmocore_1.8.0.39.5566.tar.xz/src/core/exec.c -> libosmocore_1.8.0.42.6427.tar.xz/src/core/exec.c
Changed
19
1
2
*
3
* Constraints: Keys up to a maximum length of 255 characters are supported.
4
*
5
- * \oaramout out caller-allocated array of pointers for the generated output
6
+ * \paramout out caller-allocated array of pointers for the generated output
7
* \paramin out_len size of out (number of pointers)
8
* \paramin in input environment (NULL-terminated list of pointers like **environ)
9
* \paramin whitelist whitelist of permitted keys in environment (like **environ)
10
11
* Constraints: If the same key exists in 'out' and 'in', duplicate keys are
12
* generated. It is a simple append, without any duplicate checks.
13
*
14
- * \oaramout out caller-allocated array of pointers for the generated output
15
+ * \paramout out caller-allocated array of pointers for the generated output
16
* \paramin out_len size of out (number of pointers)
17
* \paramin in input environment (NULL-terminated list of pointers like **environ)
18
* \returns number of entries filled in 'out'; negative on error */
19
libosmocore_1.8.0.39.5566.tar.xz/src/core/mnl.c -> libosmocore_1.8.0.42.6427.tar.xz/src/core/mnl.c
Changed
10
1
2
}
3
4
/*! create an osmocom-wrapped limnl netlink socket.
5
- * \parmain ctx talloc context from which to allocate
6
+ * \paramin ctx talloc context from which to allocate
7
* \paramin bus netlink socket bus ID (see NETLINK_* constants)
8
* \paramin groups groups of messages to bind/subscribe to
9
* \paramin mnl_cb callback function called for each incoming message
10
libosmocore_1.8.0.39.5566.tar.xz/src/ctrl/control_if.c -> libosmocore_1.8.0.42.6427.tar.xz/src/ctrl/control_if.c
Changed
19
1
2
3
/*! Send a CTRL command to all connections.
4
* \paramin ctrl global control handle
5
- * \paramin cmd command to send to all connections in \ctrl
6
+ * \paramin cmd command to send to all connections in ctrl
7
* \returns number of times the command has been sent */
8
int ctrl_cmd_send_to_all(struct ctrl_handle *ctrl, struct ctrl_cmd *cmd)
9
{
10
11
* This function is used by e.g. library code to install lookup helpers
12
* for additional nodes in the control interface.
13
* \paramin lookup The lookup helper function
14
- * \retuns - on success; negative on error.
15
+ * \returns - on success; negative on error.
16
*/
17
int ctrl_lookup_register(ctrl_cmd_lookup lookup)
18
{
19
libosmocore_1.8.0.39.5566.tar.xz/src/gb/gprs_ns.c -> libosmocore_1.8.0.42.6427.tar.xz/src/gb/gprs_ns.c
Changed
10
1
2
3
/*! Transmit a NS-RESET on a given NSVC
4
* \paramin nsvc NS-VC used for transmission
5
- * \paamin cause Numeric NS cause value
6
+ * \paramin cause Numeric NS cause value
7
*/
8
int gprs_ns_tx_reset(struct gprs_nsvc *nsvc, uint8_t cause)
9
{
10
libosmocore_1.8.0.39.5566.tar.xz/src/gb/gprs_ns2_message.c -> libosmocore_1.8.0.42.6427.tar.xz/src/gb/gprs_ns2_message.c
Changed
10
1
2
3
/*! Transmit a NS-RESET on a given NS-VC.
4
* \paramin nsvc NS-VC used for transmission
5
- * \paamin cause Numeric NS cause value
6
+ * \paramin cause Numeric NS cause value
7
* \returns 0 in case of success */
8
int ns2_tx_reset(struct gprs_ns2_vc *nsvc, uint8_t cause)
9
{
10
libosmocore_1.8.0.39.5566.tar.xz/src/gsm/gsm0411_utils.c -> libosmocore_1.8.0.42.6427.tar.xz/src/gsm/gsm0411_utils.c
Changed
19
1
2
* \paramin type GSM340_TYPE_*
3
* \paramin plan Numbering Plan
4
* \paramin number string containing number
5
- * \reurns number of bytes of \a oa that have been used */
6
+ * \returns number of bytes of \a oa that have been used */
7
int gsm340_gen_oa(uint8_t *oa, unsigned int oa_len, uint8_t type,
8
uint8_t plan, const char *number)
9
{
10
11
* \paramin proto Protocol
12
* \paramin trans Transaction
13
* \paramin msg_type Message Type
14
- * \retrns 0 */
15
+ * \returns 0 */
16
int gsm411_push_cp_header(struct msgb *msg, uint8_t proto, uint8_t trans,
17
uint8_t msg_type)
18
{
19
libosmocore_1.8.0.39.5566.tar.xz/src/gsm/gsm48_ie.c -> libosmocore_1.8.0.42.6427.tar.xz/src/gsm/gsm48_ie.c
Changed
10
1
2
/*! Decode TS 04.08 Call Control Capabilities IE (10.5.4.5a)
3
* \paramout Caller-provided memory for decoded CC capabilities
4
* \paramin lv Length-Value of IE
5
- * \retursns 0 on success; negative on error */
6
+ * \returns 0 on success; negative on error */
7
int gsm48_decode_cccap(struct gsm_mncc_cccap *ccap, const uint8_t *lv)
8
{
9
uint8_t in_len = lv0;
10
libosmocore_1.8.0.39.5566.tar.xz/src/gsm/lapdm.c -> libosmocore_1.8.0.42.6427.tar.xz/src/gsm/lapdm.c
Changed
10
1
2
* \paramin t200_ms_dcch per-SAPI array of T200 in milli-seconds for DCCH
3
* \paramin t200_ms_acch per-SAPI array of T200 in milli-seconds for SACCH
4
* \paramin chan_t GSM channel type (to correctly set N200)
5
- * \parmain name_pfx human-readable name (copied by function + extended with ACCH/DCCH)
6
+ * \paramin name_pfx human-readable name (copied by function + extended with ACCH/DCCH)
7
*/
8
int lapdm_channel_init3(struct lapdm_channel *lc, enum lapdm_mode mode,
9
const int *t200_ms_dcch, const int *t200_ms_acch, enum gsm_chan_t chan_t,
10
libosmocore_1.8.0.39.5566.tar.xz/src/gsm/tlv_parser.c -> libosmocore_1.8.0.42.6427.tar.xz/src/gsm/tlv_parser.c
Changed
10
1
2
* \paraminout msg Caller-allocated message buffer with sufficient tailroom
3
* \paramin type TLV type/format to use during encode
4
* \paramin tag Tag of TLV to be encoded
5
- * \parmain len Length of TLV to be encoded
6
+ * \paramin len Length of TLV to be encoded
7
* \paramin val Value part of TLV to be encoded
8
* \returns 0 on success; negative in case of error */
9
int tlv_encode_one(struct msgb *msg, enum tlv_type type, uint8_t tag,
10
libosmocore_1.8.0.39.5566.tar.xz/src/isdn/i460_mux.c -> libosmocore_1.8.0.42.6427.tar.xz/src/isdn/i460_mux.c
Changed
10
1
2
3
/*! provide one byte with the subchan-specific bits of given sub-channel.
4
* \paramin schan sub-channel that is to provide bits
5
- * \parmaout mask bitmask of those bits filled in
6
+ * \paramout mask bitmask of those bits filled in
7
* \returns bits of given sub-channel */
8
static uint8_t mux_subchan_provide_bits(struct osmo_i460_subchan *schan, uint8_t *mask)
9
{
10