Attention is currently required from: fixeria, pespin.
daniel has posted comments on this change by daniel. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/41535?usp=email )
Change subject: Fix warning in tcap_transaction_tracking_test
......................................................................
Patch Set 2:
(1 comment)
File tests/tcap/tcap_transaction_tracking_test.c:
https://gerrit.osmocom.org/c/libosmo-sigtran/+/41535/comment/9b343bcc_73230… :
PS1, Line 231: 0
> Better use `NULL` for pointers.
Acknowledged
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sigtran/+/41535?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: Ib3b361e2d16a9dab9b93ec9c211340f80f475b42
Gerrit-Change-Number: 41535
Gerrit-PatchSet: 2
Gerrit-Owner: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 02 Dec 2025 15:08:33 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: fixeria <vyanitskiy(a)sysmocom.de>
Attention is currently required from: daniel, pespin.
fixeria has posted comments on this change by daniel. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/41535?usp=email )
Change subject: Fix warning in tcap_transaction_tracking_test
......................................................................
Patch Set 1:
(1 comment)
File tests/tcap/tcap_transaction_tracking_test.c:
https://gerrit.osmocom.org/c/libosmo-sigtran/+/41535/comment/039700fc_ef8c7… :
PS1, Line 231: 0
Better use `NULL` for pointers.
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sigtran/+/41535?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: Ib3b361e2d16a9dab9b93ec9c211340f80f475b42
Gerrit-Change-Number: 41535
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: daniel <dwillmann(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 02 Dec 2025 14:52:52 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Attention is currently required from: daniel, pespin.
fixeria has posted comments on this change by daniel. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/41534?usp=email )
Change subject: Link tests dynamically
......................................................................
Patch Set 1:
(1 comment)
Commit Message:
https://gerrit.osmocom.org/c/libosmo-sigtran/+/41534/comment/a39b67c0_da103… :
PS1, Line 7: dynamically
BTW, tests are currently linked dynamically despite the `-static` (not sure if it does anything at all). By linking with `*.a` you actually link the binaries against those `*.a` files statically.
It might be me using different automake/libtool versions, but with and without this patch I am getting this (note the `dynamically linked`):
```
libosmo-sigtran$ file tests/xua/xua_test
tests/xua/xua_test: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=e1300c5a2faf7d859d5b649de7ce7dbd73e79523, for GNU/Linux 4.4.0, not stripped
```
The only difference is `libosmo-sigtran.so` not showing up in ldd output with your patch, because you're now linking it _statically_ (all `*.o` objects become part for the test binaries).
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sigtran/+/41534?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: I074f243b62a516534099c88f691a28065cd763dd
Gerrit-Change-Number: 41534
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: daniel <dwillmann(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 02 Dec 2025 14:43:26 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Attention is currently required from: daniel, pespin.
fixeria has posted comments on this change by daniel. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/41534?usp=email )
Change subject: Link tests dynamically
......................................................................
Patch Set 1:
(2 comments)
Commit Message:
https://gerrit.osmocom.org/c/libosmo-sigtran/+/41534/comment/fd722267_34b6b… :
PS1, Line 9: Remove -static linker flag and use built libs
I see you're explaining what you're doing, but not why. Could you please elaborate?
https://gerrit.osmocom.org/c/libosmo-sigtran/+/41534/comment/f81eec36_a4af5… :
PS1, Line 11: Change-Id: I7ff720280bf66b71c21d13af4351f1d8299c658c
two change IDs? Is this referencing libosmo-gprs.git?
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sigtran/+/41534?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: I074f243b62a516534099c88f691a28065cd763dd
Gerrit-Change-Number: 41534
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: daniel <dwillmann(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 02 Dec 2025 14:32:14 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No