lists.osmocom.org
Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2025
December
November
October
September
August
July
June
May
April
March
February
January
2024
December
November
October
September
August
July
June
May
April
March
February
January
2023
December
November
October
September
August
July
June
May
April
March
February
January
2022
December
November
October
September
August
July
June
May
April
March
February
January
List overview
Download
gerrit-log
November 2025
----- 2025 -----
December 2025
November 2025
October 2025
September 2025
August 2025
July 2025
June 2025
May 2025
April 2025
March 2025
February 2025
January 2025
----- 2024 -----
December 2024
November 2024
October 2024
September 2024
August 2024
July 2024
June 2024
May 2024
April 2024
March 2024
February 2024
January 2024
----- 2023 -----
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
gerrit-log@lists.osmocom.org
1 participants
1137 discussions
Start a n
N
ew thread
[XS] Change in libosmocore[osmith/1.11.3]: Bump version: 1.11.2.1-ba4c0 → 1.11.3
by osmith
06 Nov '25
06 Nov '25
osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmocore/+/41356?usp=email
) Change subject: Bump version: 1.11.2.1-ba4c0 → 1.11.3 ...................................................................... Bump version: 1.11.2.1-ba4c0 → 1.11.3 Change-Id: I8bec5917f1de938775401a1030cdd29b5700873e --- M debian/changelog M src/gsm/Makefile.am 2 files changed, 8 insertions(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/56/41356/1 diff --git a/debian/changelog b/debian/changelog index a6d79a9..1daf89d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libosmocore (1.11.3) unstable; urgency=medium + + [ Harald Welte ] + * gsm/gsm_utils: Support the ER-GSM band (ARFCN 940..954) + + -- Oliver Smith <osmith(a)sysmocom.de> Thu, 06 Nov 2025 10:29:31 +0100 + libosmocore (1.11.2) unstable; urgency=medium [ Oliver Smith ] diff --git a/src/gsm/Makefile.am b/src/gsm/Makefile.am index e732c7e..20cab1f 100644 --- a/src/gsm/Makefile.am +++ b/src/gsm/Makefile.am @@ -1,7 +1,7 @@ # This is _NOT_ the library release version, it's an API version. # Please read chapter "Library interface versions" of the libtool documentation # before making any modifications:
https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
-LIBVERSION=22:1:2 +LIBVERSION=22:2:2 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include AM_CFLAGS = -Wall $(TALLOC_CFLAGS) -- To view, visit
https://gerrit.osmocom.org/c/libosmocore/+/41356?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange Gerrit-Project: libosmocore Gerrit-Branch: osmith/1.11.3 Gerrit-Change-Id: I8bec5917f1de938775401a1030cdd29b5700873e Gerrit-Change-Number: 41356 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de>
1
0
0
0
[XS] Change in libosmocore[osmith/1.11.3]: gsm/gsm_utils: Support the ER-GSM band (ARFCN 940..954)
by osmith
06 Nov '25
06 Nov '25
osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmocore/+/41355?usp=email
) Change subject: gsm/gsm_utils: Support the ER-GSM band (ARFCN 940..954) ...................................................................... gsm/gsm_utils: Support the ER-GSM band (ARFCN 940..954) So far we've supported R-GSM (ARFCN 955-974) and E-GSM (ARFCN 975..1023) but not yet the ER-GSM range (ARFCN 940..954) in the gsm_arfcn2freq10() and gsm_freq102arfcn() functions. This patch fixes this. Change-Id: I2f17bca405403ee12cfe7c5c804c135ab021b369 (cherry picked from commit 28973f0d29e07bc59cbee450211f4bba64ec488c) --- M src/gsm/gsm_utils.c 1 file changed, 3 insertions(+), 2 deletions(-) git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/55/41355/1 diff --git a/src/gsm/gsm_utils.c b/src/gsm/gsm_utils.c index 64fbd63..3ca6812 100644 --- a/src/gsm/gsm_utils.c +++ b/src/gsm/gsm_utils.c @@ -739,7 +739,7 @@ } else if (arfcn <= 124) { *band = GSM_BAND_900; return 0; - } else if (arfcn >= 955 && arfcn <= 1023) { + } else if (arfcn >= 940 && arfcn <= 1023) { *band = GSM_BAND_900; return 0; } else if (arfcn >= 128 && arfcn <= 251) { @@ -787,10 +787,11 @@ uint16_t flags; }; +/* See 3GPP TS 45.005 Section 2 Table 2-2 */ static struct gsm_freq_range gsm_ranges[] = { { 512, 810, 18502, 800, ARFCN_PCS }, /* PCS 1900 */ { 0, 124, 8900, 450, 0 }, /* P-GSM + E-GSM ARFCN 0 */ - { 955, 1023, 8762, 450, 0 }, /* E-GSM + R-GSM */ + { 940, 1023, 8732, 450, 0 }, /* E-GSM + R-GSM + ER-GSM */ { 128, 251, 8242, 450, 0 }, /* GSM 850 */ { 512, 885, 17102, 950, 0 }, /* DCS 1800 */ { 259, 293, 4506, 100, 0 }, /* GSM 450 */ -- To view, visit
https://gerrit.osmocom.org/c/libosmocore/+/41355?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange Gerrit-Project: libosmocore Gerrit-Branch: osmith/1.11.3 Gerrit-Change-Id: I2f17bca405403ee12cfe7c5c804c135ab021b369 Gerrit-Change-Number: 41355 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de> Gerrit-CC: laforge <laforge(a)osmocom.org>
1
0
0
0
[S] Change in ...osmo-epdg[master]: aaa_ue_fsm: Avoid immediate stop of fsm during 2nd SWx RTR
by laforge
06 Nov '25
06 Nov '25
Attention is currently required from: pespin. laforge has posted comments on this change by pespin. (
https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/41302?usp=email
) Change subject: aaa_ue_fsm: Avoid immediate stop of fsm during 2nd SWx RTR ...................................................................... Patch Set 1: Code-Review+1 -- To view, visit
https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/41302?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment Gerrit-Project: erlang/osmo-epdg Gerrit-Branch: master Gerrit-Change-Id: I6d564ec1583692a6b6f3f273268b400570b246ff Gerrit-Change-Number: 41302 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-CC: osmith <osmith(a)sysmocom.de> Gerrit-Attention: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Thu, 06 Nov 2025 09:31:25 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes
1
0
0
0
[XS] Change in libosmocore[master]: tests/osmo_io_test (io_uring): test_segmentation: Fix infinite loop i...
by jolly
06 Nov '25
06 Nov '25
Attention is currently required from: pespin. jolly has posted comments on this change by pespin. (
https://gerrit.osmocom.org/c/libosmocore/+/41297?usp=email
) Change subject: tests/osmo_io_test (io_uring): test_segmentation: Fix infinite loop in read_cb rc=0 ...................................................................... Patch Set 2: Code-Review+1 -- To view, visit
https://gerrit.osmocom.org/c/libosmocore/+/41297?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment Gerrit-Project: libosmocore Gerrit-Branch: master Gerrit-Change-Id: I47b5fff04c601cd08ab2d46b88336247b2193808 Gerrit-Change-Number: 41297 Gerrit-PatchSet: 2 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: jolly <andreas(a)eversberg.eu> Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Attention: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Thu, 06 Nov 2025 09:29:35 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes
1
0
0
0
[XS] Change in libosmocore[master]: tests/osmo_io_test: test_segmentation: Use osmo_iofd_close() API
by jolly
06 Nov '25
06 Nov '25
Attention is currently required from: pespin. jolly has posted comments on this change by pespin. (
https://gerrit.osmocom.org/c/libosmocore/+/41299?usp=email
) Change subject: tests/osmo_io_test: test_segmentation: Use osmo_iofd_close() API ...................................................................... Patch Set 1: Code-Review+1 -- To view, visit
https://gerrit.osmocom.org/c/libosmocore/+/41299?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment Gerrit-Project: libosmocore Gerrit-Branch: master Gerrit-Change-Id: Id910bfb4e0965700e2d378a513a9bf889b929d44 Gerrit-Change-Number: 41299 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: jolly <andreas(a)eversberg.eu> Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Attention: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Thu, 06 Nov 2025 09:28:18 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes
1
0
0
0
[XS] Change in libosmo-sigtran[osmith/2.1.3]: ipa: fix a minor memleak when receiving invalid IPA CCM messages
by osmith
06 Nov '25
06 Nov '25
osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmo-sigtran/+/41352?usp=email
) Change subject: ipa: fix a minor memleak when receiving invalid IPA CCM messages ...................................................................... ipa: fix a minor memleak when receiving invalid IPA CCM messages Change-Id: I1b828c16350d10398810e60acbb35663f215c63f (cherry picked from commit e17a1fca7aa13a52a8b05fe249c8ee4f25bdf422) --- M src/ipa.c 1 file changed, 3 insertions(+), 2 deletions(-) git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/52/41352/1 diff --git a/src/ipa.c b/src/ipa.c index 6ca5b50..11b8b04 100644 --- a/src/ipa.c +++ b/src/ipa.c @@ -112,6 +112,7 @@ static int ipa_rx_msg_ccm(struct osmo_ss7_asp *asp, struct msgb *msg) { uint8_t msg_type = msg->l2h[0]; + int rc = 0; LOGPASP(asp, DLSS7, LOGL_DEBUG, "%s:%s\n", __func__, msgb_hexdump(msg)); @@ -135,12 +136,12 @@ default: LOGPASP(asp, DLSS7, LOGL_NOTICE, "Unknown CCM Message 0x%02x: %s\n", msg_type, msgb_hexdump(msg)); - return -1; + rc = -1; } msgb_free(msg); - return 0; + return rc; } struct osmo_ss7_as *ipa_find_as_for_asp(struct osmo_ss7_asp *asp) -- To view, visit
https://gerrit.osmocom.org/c/libosmo-sigtran/+/41352?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange Gerrit-Project: libosmo-sigtran Gerrit-Branch: osmith/2.1.3 Gerrit-Change-Id: I1b828c16350d10398810e60acbb35663f215c63f Gerrit-Change-Number: 41352 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de> Gerrit-CC: lynxis lazus <lynxis(a)fe80.eu>
1
0
0
0
[S] Change in libosmo-sigtran[osmith/2.1.3]: Bump version: 2.1.2.2-a679-dirty → 2.1.3
by osmith
06 Nov '25
06 Nov '25
osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmo-sigtran/+/41354?usp=email
) Change subject: Bump version: 2.1.2.2-a679-dirty → 2.1.3 ...................................................................... Bump version: 2.1.2.2-a679-dirty → 2.1.3 Change-Id: I0a079e17bf2f5fa286c78a6a67cc675215a3d58e --- M debian/changelog M src/Makefile.am 2 files changed, 9 insertions(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/54/41354/1 diff --git a/debian/changelog b/debian/changelog index a417bb8..424cca4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libosmo-sigtran (2.1.3) unstable; urgency=medium + + [ Alexander Couzens ] + * ipa: fix a minor memleak when receiving invalid IPA CCM messages + * ipa: fix a minor memleak for unknown IPA packets + + -- Oliver Smith <osmith(a)sysmocom.de> Thu, 06 Nov 2025 10:21:35 +0100 + libosmo-sigtran (2.1.2) unstable; urgency=medium [ Neels Janosch Hofmeyr ] diff --git a/src/Makefile.am b/src/Makefile.am index 6492979..9d76f24 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -35,7 +35,7 @@ # This is _NOT_ the library release version, it's an API version. # Please read Chapter 6 "Library interface versions" of the libtool # documentation before making any modification -LIBVERSION=11:2:0 +LIBVERSION=11:3:0 libosmo_sigtran_la_SOURCES = \ ipa.c \ -- To view, visit
https://gerrit.osmocom.org/c/libosmo-sigtran/+/41354?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange Gerrit-Project: libosmo-sigtran Gerrit-Branch: osmith/2.1.3 Gerrit-Change-Id: I0a079e17bf2f5fa286c78a6a67cc675215a3d58e Gerrit-Change-Number: 41354 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de>
1
0
0
0
[XS] Change in libosmo-sigtran[osmith/2.1.3]: ipa: fix a minor memleak for unknown IPA packets
by osmith
06 Nov '25
06 Nov '25
osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmo-sigtran/+/41353?usp=email
) Change subject: ipa: fix a minor memleak for unknown IPA packets ...................................................................... ipa: fix a minor memleak for unknown IPA packets When the IPA protocol is unknown, the msg isn't freed. Change-Id: Idb77d3d7dc9db1076b110fb4d17c951b161e77e2 (cherry picked from commit f16fdf58059b2dea8e940c45c11779c7d4634c3f) --- M src/ipa.c 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/53/41353/1 diff --git a/src/ipa.c b/src/ipa.c index 11b8b04..daccb34 100644 --- a/src/ipa.c +++ b/src/ipa.c @@ -328,6 +328,7 @@ break; default: rc = ss7_asp_rx_unknown(asp, hh->proto, msg); + msgb_free(msg); } return rc; -- To view, visit
https://gerrit.osmocom.org/c/libosmo-sigtran/+/41353?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange Gerrit-Project: libosmo-sigtran Gerrit-Branch: osmith/2.1.3 Gerrit-Change-Id: Idb77d3d7dc9db1076b110fb4d17c951b161e77e2 Gerrit-Change-Number: 41353 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osmith(a)sysmocom.de> Gerrit-CC: lynxis lazus <lynxis(a)fe80.eu>
1
0
0
0
[XS] Change in libosmo-sigtran[master]: ipa: fix a minor memleak for unknown IPA packets
by laforge
06 Nov '25
06 Nov '25
laforge has submitted this change. (
https://gerrit.osmocom.org/c/libosmo-sigtran/+/41306?usp=email
) Change subject: ipa: fix a minor memleak for unknown IPA packets ...................................................................... ipa: fix a minor memleak for unknown IPA packets When the IPA protocol is unknown, the msg isn't freed. Change-Id: Idb77d3d7dc9db1076b110fb4d17c951b161e77e2 --- M src/ipa.c 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved pespin: Looks good to me, but someone else must approve diff --git a/src/ipa.c b/src/ipa.c index 6c661a9..3b2b6da 100644 --- a/src/ipa.c +++ b/src/ipa.c @@ -355,6 +355,7 @@ break; default: rc = ss7_asp_rx_unknown(asp, hh->proto, msg); + msgb_free(msg); } return rc; -- To view, visit
https://gerrit.osmocom.org/c/libosmo-sigtran/+/41306?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged Gerrit-Project: libosmo-sigtran Gerrit-Branch: master Gerrit-Change-Id: Idb77d3d7dc9db1076b110fb4d17c951b161e77e2 Gerrit-Change-Number: 41306 Gerrit-PatchSet: 2 Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
1
0
0
0
[XS] Change in libosmo-sigtran[master]: ipa: fix a minor memleak when receiving invalid IPA CCM messages
by laforge
06 Nov '25
06 Nov '25
laforge has submitted this change. (
https://gerrit.osmocom.org/c/libosmo-sigtran/+/41305?usp=email
) Change subject: ipa: fix a minor memleak when receiving invalid IPA CCM messages ...................................................................... ipa: fix a minor memleak when receiving invalid IPA CCM messages Change-Id: I1b828c16350d10398810e60acbb35663f215c63f --- M src/ipa.c 1 file changed, 3 insertions(+), 2 deletions(-) Approvals: fixeria: Looks good to me, approved Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved diff --git a/src/ipa.c b/src/ipa.c index 8035889..6c661a9 100644 --- a/src/ipa.c +++ b/src/ipa.c @@ -122,6 +122,7 @@ static int ipa_rx_msg_ccm(struct osmo_ss7_asp *asp, struct msgb *msg) { uint8_t msg_type = msg->l2h[0]; + int rc = 0; LOGPASP(asp, DLSS7, LOGL_DEBUG, "%s:%s\n", __func__, msgb_hexdump(msg)); @@ -145,12 +146,12 @@ default: LOGPASP(asp, DLSS7, LOGL_NOTICE, "Unknown CCM Message 0x%02x: %s\n", msg_type, msgb_hexdump(msg)); - return -1; + rc = -1; } msgb_free(msg); - return 0; + return rc; } struct osmo_ss7_as *ipa_find_as_for_asp(struct osmo_ss7_asp *asp) -- To view, visit
https://gerrit.osmocom.org/c/libosmo-sigtran/+/41305?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged Gerrit-Project: libosmo-sigtran Gerrit-Branch: master Gerrit-Change-Id: I1b828c16350d10398810e60acbb35663f215c63f Gerrit-Change-Number: 41305 Gerrit-PatchSet: 1 Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
1
0
0
0
← Newer
1
...
103
104
105
106
107
108
109
...
114
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
Results per page:
10
25
50
100
200