Attention is currently required from: osmith.
Hello Jenkins Builder, osmith,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43649?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed: Code-Review+1 by osmith, Verified+1 by Jenkins Builder
Change subject: library/HTTP2_*: Add initial HTTP2 client/server support ......................................................................
library/HTTP2_*: Add initial HTTP2 client/server support
An HTTP2 client is implemented through the HTTP2_Adapter module, while an HTTP2 server is implemented throught the HTTP2_Server_Emulation module.
This is just an initial working solution (already being used clientand server side upcoming SMF_Tests 5G SBI patches), the interface may be changes and extended in the future (eg. we may want to add some intermediate layer using HTTP2_Message in the HTTP2_Adapter instead of writing raw HTTP2_Send/HTTP2_Recv records.)
Change-Id: I3ab440517e925a7c402dd4055c223ef568405adc --- M deps/Makefile A library/HTTP2_Adapter.ttcn A library/HTTP2_CodecPort.ttcn A library/HTTP2_CodecPort_CtrlFunct.ttcn A library/HTTP2_CodecPort_CtrlFunctDef.cc A library/HTTP2_Functions.ttcn A library/HTTP2_Server_Emulation.ttcn A library/HTTP2_Templates.ttcn 8 files changed, 1,122 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/49/43649/2