Attention is currently required from: pespin.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/docker-playground/+/34215 )
Change subject: Introduce osmo-dia2gsup-master, ttcn3-dia2gsup-test
......................................................................
Patch Set 5: Code-Review+2
(2 comments)
File osmo_dia2gsup-master/Dockerfile:
https://gerrit.osmocom.org/c/docker-playground/+/34215/comment/25e310d9_24e…
PS2, Line 19: rebar3 escriptize
> I tried but $distro-erlang image is already changing the user to some non-root user which then doesn […]
Ok, fine then.
https://gerrit.osmocom.org/c/docker-playground/+/34215/comment/6eb8b157_c98…
PS2, Line 26: --config /data/osmo_dia2gsup.config
> Ack
Done
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/34215
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I646096d5a010df02af75aefa33b023b55997a6d7
Gerrit-Change-Number: 34215
Gerrit-PatchSet: 5
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 28 Aug 2023 13:36:54 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Comment-In-Reply-To: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: comment
Attention is currently required from: laforge, pespin.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-abis/+/34223 )
Change subject: osmo_ortp: register a PayloadType for RTP_PT_CSDATA
......................................................................
Patch Set 1: Code-Review+2
(2 comments)
File src/trau/osmo_ortp.c:
https://gerrit.osmocom.org/c/libosmo-abis/+/34223/comment/4873b6f0_8c7055b3
PS1, Line 42: static PayloadType *payload_type_clearmode;
> I wonder why do we need all these static variables taking memory if they are not really used at all […]
TBH, I have no idea. We can try getting rid of them in a separate patch.
https://gerrit.osmocom.org/c/libosmo-abis/+/34223/comment/9e3017dd_72168a09
PS1, Line 307: rtp_profile_set_payload(osmo_pt_profile, RTP_PT_AMR, &payload_type_amr);
> I'm unable to find where does payload_type_amr come from, I don't see it declared anywhere... […]
It's provided by libortp:
```
include/ortp/payloadtype.h:ORTP_VAR_PUBLIC PayloadType payload_type_amr;
```
--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/34223
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I48e91d2c4e9124ee1b7eb88e26af24603aa69f25
Gerrit-Change-Number: 34223
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 28 Aug 2023 13:34:00 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment