Attention is currently required from: neels.
Hello Jenkins Builder, pespin,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-upf/+/28287
to look at the new patch set (#2).
Change subject: move libosmo-gtlv to libosmo-pfcp.git
......................................................................
move libosmo-gtlv to libosmo-pfcp.git
Related: SYS#5599
Change-Id: Id72cdf94da60d4b6d09d0044c74e672c4412c15d
---
M configure.ac
M contrib/jenkins.sh
M include/osmocom/Makefile.am
D include/osmocom/gtlv/Makefile.am
D include/osmocom/gtlv/gtlv.h
D include/osmocom/gtlv/gtlv_dec_enc.h
D include/osmocom/gtlv/gtlv_gen.h
M include/osmocom/pfcp/Makefile.am
M src/Makefile.am
D src/libosmo-gtlv/Makefile.am
D src/libosmo-gtlv/gtlv.c
D src/libosmo-gtlv/gtlv_dec_enc.c
D src/libosmo-gtlv/gtlv_gen.c
M src/libosmo-pfcp/Makefile.am
M tests/Makefile.am
D tests/libosmo-gtlv/Makefile.am
D tests/libosmo-gtlv/gtlv_dec_enc_test.c
D tests/libosmo-gtlv/gtlv_dec_enc_test.ok
D tests/libosmo-gtlv/gtlv_test.c
D tests/libosmo-gtlv/gtlv_test.ok
D tests/libosmo-gtlv/test_gtlv_gen/Makefile.am
D tests/libosmo-gtlv/test_gtlv_gen/gen__myproto_ies_auto.c
D tests/libosmo-gtlv/test_gtlv_gen/gtlv_gen_test.c
D tests/libosmo-gtlv/test_gtlv_gen/gtlv_gen_test.ok
D tests/libosmo-gtlv/test_gtlv_gen/myproto_ies_custom.c
D tests/libosmo-gtlv/test_gtlv_gen/myproto_ies_custom.h
D tests/libosmo-gtlv/test_tliv/Makefile.am
D tests/libosmo-gtlv/test_tliv/gen__myproto_ies_auto.c
D tests/libosmo-gtlv/test_tliv/myproto_ies_custom.c
D tests/libosmo-gtlv/test_tliv/myproto_ies_custom.h
D tests/libosmo-gtlv/test_tliv/tliv_test.c
D tests/libosmo-gtlv/test_tliv/tliv_test.ok
M tests/libosmo-pfcp/Makefile.am
M tests/testsuite.at
34 files changed, 8 insertions(+), 4,769 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-upf refs/changes/87/28287/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-upf/+/28287
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: Id72cdf94da60d4b6d09d0044c74e672c4412c15d
Gerrit-Change-Number: 28287
Gerrit-PatchSet: 2
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: neels <nhofmeyr(a)sysmocom.de>
Gerrit-MessageType: newpatchset
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libosmo-pfcp/+/28305
to look at the new patch set (#2).
Change subject: NOT FOR MERGE: testing jenkins job
......................................................................
NOT FOR MERGE: testing jenkins job
Change-Id: I71f06c444eee36d6e53dcad5acf08e00cecb0344
---
M README.md
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-pfcp refs/changes/05/28305/2
--
To view, visit https://gerrit.osmocom.org/c/libosmo-pfcp/+/28305
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-pfcp
Gerrit-Branch: master
Gerrit-Change-Id: I71f06c444eee36d6e53dcad5acf08e00cecb0344
Gerrit-Change-Number: 28305
Gerrit-PatchSet: 2
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-MessageType: newpatchset
Attention is currently required from: pespin.
Hello Jenkins Builder, fixeria,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-cbc/+/28298
to look at the new patch set (#2).
Change subject: cbsp_server.h: Move function to the proper section
......................................................................
cbsp_server.h: Move function to the proper section
Change-Id: I47f694c2ffa1df50394ff01977ddb85768657062
---
M src/cbsp_server.h
1 file changed, 4 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-cbc refs/changes/98/28298/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-cbc/+/28298
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-cbc
Gerrit-Branch: master
Gerrit-Change-Id: I47f694c2ffa1df50394ff01977ddb85768657062
Gerrit-Change-Number: 28298
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newpatchset
Attention is currently required from: pespin.
Hello Jenkins Builder, fixeria,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-cbc/+/28299
to look at the new patch set (#3).
Change subject: Rework cbsp_cbc_create() params
......................................................................
Rework cbsp_cbc_create() params
There's no need to pass the specific params. Let's simply get whatever
need from the global config in the function.
This makes it easier to extend it to more params if needed.
Also, when we add SBc-AP support, the params that have to be passed to
the counter part function are different, so let's simplify param
passing here.
While at it, rename also the callback function to contain "cbsp" on it,
since it is cbsp specific.
Change-Id: Ia2362757275e7cbce82b64c7c2a0798276d964c3
---
M src/cbc_main.c
M src/cbsp_server.c
M src/cbsp_server.h
M src/cbsp_server_fsm.c
4 files changed, 8 insertions(+), 10 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-cbc refs/changes/99/28299/3
--
To view, visit https://gerrit.osmocom.org/c/osmo-cbc/+/28299
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-cbc
Gerrit-Branch: master
Gerrit-Change-Id: Ia2362757275e7cbce82b64c7c2a0798276d964c3
Gerrit-Change-Number: 28299
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newpatchset