Changes of Revision 286

libosmocore.spec Changed
x
 
1
@@ -14,13 +14,13 @@
2
 
3
 Name:           libosmocore
4
 Requires: osmocom-master
5
-Version: 1.9.0.103.9f5dd
6
+Version: 1.9.0.104.8000
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.9.0.103.9f5dd.tar.xz
13
+Source: libosmocore_1.9.0.104.8000.tar.xz
14
 Source1: rpmlintrc
15
 BuildRequires:  automake >= 1.6
16
 BuildRequires:  libtool >= 2
17
commit_80006472ad4bca71fe69ddc4a99319555d728c08.txt Added
commit_9f5ddc408788a71ffd05bd9ee0c14326459f7718.txt Deleted
libosmocore_1.9.0.103.9f5dd.dsc -> libosmocore_1.9.0.104.8000.dsc Changed
22
 
1
@@ -2,7 +2,7 @@
2
 Source: libosmocore
3
 Binary: libosmocore, libosmocodec4, libosmocodec-doc, libosmocoding0, libosmocoding-doc, libosmocore21, libosmocore-doc, libosmogb14, libosmogb-doc, libosmogsm20, libosmogsm-doc, libosmoisdn0, libosmoisdn-doc, libosmovty13, libosmovty-doc, libosmoctrl0, libosmoctrl-doc, libosmosim2, libosmosim-doc, libosmousb0, libosmousb-doc, libosmocore-dev, libosmocore-utils, libosmocore-dbg
4
 Architecture: any all
5
-Version: 1.9.0.103.9f5dd
6
+Version: 1.9.0.104.8000
7
 Maintainer: Osmocom team <openbsc@lists.osmocom.org>
8
 Homepage: https://projects.osmocom.org/projects/libosmocore
9
 Standards-Version: 3.9.8
10
@@ -35,8 +35,8 @@
11
  libosmovty-doc deb doc optional arch=all
12
  libosmovty13 deb libs optional arch=any
13
 Checksums-Sha1:
14
- 066d808dca90879d21fc3d2d7ca6ac85bbd3596b 1090728 libosmocore_1.9.0.103.9f5dd.tar.xz
15
+ 6531aca92ea013857c3b89c9921051158336b551 1090808 libosmocore_1.9.0.104.8000.tar.xz
16
 Checksums-Sha256:
17
- b52779e83fad6f8403d5f9a44a340c4e6281b9f3d51d3da109499d9d1cfb09be 1090728 libosmocore_1.9.0.103.9f5dd.tar.xz
18
+ 2cff44be015415135737ce684aa4e7ae7b864358fceb710474154bf27eb424f0 1090808 libosmocore_1.9.0.104.8000.tar.xz
19
 Files:
20
- 7dad2a900874dab4582f5cb6523a80fc 1090728 libosmocore_1.9.0.103.9f5dd.tar.xz
21
+ 7cb686507b2933ce7b445306d6a5ddcb 1090808 libosmocore_1.9.0.104.8000.tar.xz
22
libosmocore_1.9.0.103.9f5dd.tar.xz/.tarball-version -> libosmocore_1.9.0.104.8000.tar.xz/.tarball-version Changed
4
 
1
@@ -1 +1 @@
2
-1.9.0.103-9f5dd
3
+1.9.0.104-8000
4
libosmocore_1.9.0.103.9f5dd.tar.xz/debian/changelog -> libosmocore_1.9.0.104.8000.tar.xz/debian/changelog Changed
12
 
1
@@ -1,8 +1,8 @@
2
-libosmocore (1.9.0.103.9f5dd) unstable; urgency=medium
3
+libosmocore (1.9.0.104.8000) unstable; urgency=medium
4
 
5
   * Automatically generated changelog entry for building the Osmocom master feed
6
 
7
- -- Osmocom OBS scripts <info@osmocom.org>  Tue, 12 Dec 2023 14:02:30 +0000
8
+ -- Osmocom OBS scripts <info@osmocom.org>  Thu, 14 Dec 2023 15:07:29 +0000
9
 
10
 libosmocore (1.9.0) unstable; urgency=medium
11
 
12
libosmocore_1.9.0.103.9f5dd.tar.xz/src/gb/gprs_ns2_internal.h -> libosmocore_1.9.0.104.8000.tar.xz/src/gb/gprs_ns2_internal.h Changed
25
 
1
@@ -62,7 +62,22 @@
2
 struct gprs_ns2_vc_bind;
3
 
4
 #define NS_TIMERS_COUNT 11
5
-#define NS_TIMERS "(tns-block|tns-block-retries|tns-reset|tns-reset-retries|tns-test|tns-alive|tns-alive-retries|tsns-prov|tsns-size-retries|tsns-config-retries|tsns-procedures-retries)"
6
+
7
+#define TNS_BLOCK_STR "tns-block"
8
+#define TNS_BLOCK_RETRIES_STR "tns-block-retries"
9
+#define TNS_RESET_STR "tns-reset"
10
+#define TNS_RESET_RETRIES_STR "tns-reset-retries"
11
+#define TNS_TEST_STR "tns-test"
12
+#define TNS_ALIVE_STR "tns-alive"
13
+#define TNS_ALIVE_RETRIES_STR "tns-alive-retries"
14
+#define TSNS_PROV_STR "tsns-prov"
15
+#define TSNS_SIZE_RETRIES_STR "tsns-size-retries"
16
+#define TSNS_CONFIG_RETRIES_STR "tsns-config-retries"
17
+#define TSNS_PROCEDURES_RETRIES_STR "tsns-procedures-retries"
18
+#define NS_TIMERS "(" TNS_BLOCK_STR "|" TNS_BLOCK_RETRIES_STR "|" TNS_RESET_STR "|" TNS_RESET_RETRIES_STR "|" TNS_TEST_STR "|"\
19
+   TNS_ALIVE_STR "|" TNS_ALIVE_RETRIES_STR "|" TSNS_PROV_STR "|" TSNS_SIZE_RETRIES_STR "|" TSNS_CONFIG_RETRIES_STR "|"\
20
+   TSNS_PROCEDURES_RETRIES_STR ")"
21
+
22
 #define NS_TIMERS_HELP \
23
    "(un)blocking Timer (Tns-block) timeout\n"      \
24
    "(un)blocking Timer (Tns-block) number of retries\n"    \
25
libosmocore_1.9.0.103.9f5dd.tar.xz/src/gb/gprs_ns2_vty.c -> libosmocore_1.9.0.104.8000.tar.xz/src/gb/gprs_ns2_vty.c Changed
32
 
1
@@ -91,18 +91,18 @@
2
 };
3
 
4
 /* TODO: this should into osmo timer */
5
-static const struct value_string gprs_ns_timer_strs = {
6
-   { 0, "tns-block" },
7
-   { 1, "tns-block-retries" },
8
-   { 2, "tns-reset" },
9
-   { 3, "tns-reset-retries" },
10
-   { 4, "tns-test" },
11
-   { 5, "tns-alive" },
12
-   { 6, "tns-alive-retries" },
13
-   { 7, "tsns-prov" },
14
-   { 8, "tsns-size-retries" },
15
-   { 9, "tsns-config-retries" },
16
-   {10, "tsns-procedures-retries" },
17
+const struct value_string gprs_ns_timer_strs = {
18
+   { NS_TOUT_TNS_BLOCK,           TNS_BLOCK_STR },
19
+   { NS_TOUT_TNS_BLOCK_RETRIES,       TNS_BLOCK_RETRIES_STR },
20
+   { NS_TOUT_TNS_RESET,           TNS_RESET_STR },
21
+   { NS_TOUT_TNS_RESET_RETRIES,       TNS_RESET_RETRIES_STR },
22
+   { NS_TOUT_TNS_TEST,        TNS_TEST_STR },
23
+   { NS_TOUT_TNS_ALIVE,           TNS_ALIVE_STR },
24
+   { NS_TOUT_TNS_ALIVE_RETRIES,       TNS_ALIVE_RETRIES_STR },
25
+   { NS_TOUT_TSNS_PROV,           TSNS_PROV_STR },
26
+   { NS_TOUT_TSNS_SIZE_RETRIES,       TSNS_SIZE_RETRIES_STR },
27
+   { NS_TOUT_TSNS_CONFIG_RETRIES,     TSNS_CONFIG_RETRIES_STR },
28
+   { NS_TOUT_TSNS_PROCEDURES_RETRIES, TSNS_PROCEDURES_RETRIES_STR },
29
    { 0, NULL }
30
 };
31
 
32