osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/dahdi-tools/+/41174?usp=email )
Change subject: xpp/echo_loader: make get_ver static
......................................................................
xpp/echo_loader: make get_ver static
Fix the following errors seen with CFLAGS=-g in the master-dahdi-tools
job in jenkins:
/usr/bin/ld: ./.libs/libecholoader.a(libecholoader_la-echo_loader.o): in function `init_octasic':
/build/xpp/echo_loader.c:598:(.text+0x1777): undefined reference to `get_ver'
/usr/bin/ld: ./.libs/libecholoader.a(libecholoader_la-echo_loader.o): in function `echo_ver':
/build/xpp/echo_loader.c:883:(.text+0x2503): undefined reference to `get_ver'
Related: https://stackoverflow.com/a/77501693
Change-Id: I835d82c11f02c9635923d93fa36b46bbb46a9b48
---
M xpp/echo_loader.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/dahdi-tools refs/changes/74/41174/1
diff --git a/xpp/echo_loader.c b/xpp/echo_loader.c
index 827f6ef..117414e 100644
--- a/xpp/echo_loader.c
+++ b/xpp/echo_loader.c
@@ -564,7 +564,7 @@
return cOCT6100_ERR_OK;
}
-inline int get_ver(struct astribank *astribank)
+static inline int get_ver(struct astribank *astribank)
{
return spi_send(astribank, 0, 0, 1, 1);
}
--
To view, visit https://gerrit.osmocom.org/c/dahdi-tools/+/41174?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: dahdi-tools
Gerrit-Branch: master
Gerrit-Change-Id: I835d82c11f02c9635923d93fa36b46bbb46a9b48
Gerrit-Change-Number: 41174
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libosmo-abis/+/41162?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed:
Verified+1 by Jenkins Builder
Change subject: trau: add TW-TS-007 compression and decompression functions
......................................................................
trau: add TW-TS-007 compression and decompression functions
These are high-level functions that convert a CSD RTP payload
between CLEARMODE and TW-TS-007 formats.
Change-Id: I10a86f5e4a7323cf06fb1d2624757c34bd23218f
---
M include/osmocom/trau/twts007.h
M src/trau/twts007.c
2 files changed, 186 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/62/41162/2
--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/41162?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I10a86f5e4a7323cf06fb1d2624757c34bd23218f
Gerrit-Change-Number: 41162
Gerrit-PatchSet: 2
Gerrit-Owner: falconia <falcon(a)freecalypso.org>
Gerrit-Reviewer: Jenkins Builder
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libosmo-abis/+/41161?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed:
Verified+1 by Jenkins Builder
Change subject: trau: add TW-TS-007 packing and unpacking functions
......................................................................
trau: add TW-TS-007 packing and unpacking functions
TW-TS-007 packing and unpacking functions in <osmocom/trau/twts007.h>
are symmetric, as much as feasible, with their CLEARMODE counterparts
in <osmocom/trau/csd_v110.h>, <osmocom/trau/csd_ra2.h> and
<osmocom/trau/csd_raa_prime.h>. This symmetry is intended to aid
implementation of CSD RTP endpoints (TRAU<->RTP functions and IWFs
in the CN) that support both payload formats, and it will also serve
as a building block for dedicated format conversion functions.
Change-Id: Ie81280d2b90f69fbdde9fa968f747a35ea123f79
---
M include/Makefile.am
A include/osmocom/trau/twts007.h
M src/Makefile.am
A src/trau/twts007.c
4 files changed, 173 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/61/41161/2
--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/41161?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: Ie81280d2b90f69fbdde9fa968f747a35ea123f79
Gerrit-Change-Number: 41161
Gerrit-PatchSet: 2
Gerrit-Owner: falconia <falcon(a)freecalypso.org>
Gerrit-Reviewer: Jenkins Builder
Attention is currently required from: fixeria, laforge, pespin.
Hello Jenkins Builder, fixeria, laforge, pespin,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39262?usp=email
to look at the new patch set (#16).
The following approvals got outdated and were removed:
Verified+1 by Jenkins Builder
Change subject: SGSN: add testcases for PDP Context Status
......................................................................
SGSN: add testcases for PDP Context Status
Both the network and the UE can add a TLV which
describes the active PDPs from their perspective.
Change-Id: I5a29e667f53cc2834fbddd2c5dc901d3e6ae72c7
---
M library/L3_Templates.ttcn
M sgsn/SGSN_Tests.ttcn
M sgsn/expected-results.xml
3 files changed, 201 insertions(+), 9 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/62/39262/16
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39262?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I5a29e667f53cc2834fbddd2c5dc901d3e6ae72c7
Gerrit-Change-Number: 39262
Gerrit-PatchSet: 16
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>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Attention is currently required from: fixeria, pespin.
osmith has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41126?usp=email )
Change subject: s1gw: test S1GW originated PFCP Heartbeat
......................................................................
Patch Set 3: Code-Review+1
(1 comment)
File s1gw/S1GW_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41126/comment/77ef2d4b_11bc… :
PS3, Line 1025:
to let jenkins use this, mp_rest_enable needs to be enabled by default for nightly in the config (could be a separate patch too)
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41126?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I28fb46be037a488e225d20a16b83d0479c6e067d
Gerrit-Change-Number: 41126
Gerrit-PatchSet: 3
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(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: Mon, 29 Sep 2025 06:53:26 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes