Attention is currently required from: arehbein, laforge.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/33197 )
Change subject: stream: Add server-side (segmentation) support for IPA
......................................................................
Patch Set 10: Code-Review-1
(4 comments)
File tests/stream/stream_test.c:
https://gerrit.osmocom.org/c/libosmo-netif/+/33197/comment/6c22a2d7_5b571ab5
PS10, Line 540: osmo_stream_cli_set_addr(osc, "127.0.0.11");
better use 127.0.0.1 here, all IP addresses being available in linux specific iirc.
https://gerrit.osmocom.org/c/libosmo-netif/+/33197/comment/e3d5961c_a5eebe4b
PS10, Line 621: rc = clock_gettime(CLOCK_MONOTONIC, &start);
osmo_clock_gettime() everywhere.
https://gerrit.osmocom.org/c/libosmo-netif/+/33197/comment/f089df7d_f2c4134f
PS10, Line 629: rc = clock_gettime(CLOCK_MONOTONIC, &now);
osmo_clock_gettime.
I don't even know how is that working as expected, since you are not using the proper API.
https://gerrit.osmocom.org/c/libosmo-netif/+/33197/comment/82e8ae27_3232c33a
PS10, Line 684: rc = test_segm_ipa_stream_srv_run(tall_test, host, port, srv);
we don't usually do this kind of return in tests. Simply exit(1) or assert() wherever something goes wrong. This makes it easier to debug.
--
To view, visit https://gerrit.osmocom.org/c/libosmo-netif/+/33197
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: I6c91ff385cb5f36ab6b6c96d0e44997995d0d24c
Gerrit-Change-Number: 33197
Gerrit-PatchSet: 10
Gerrit-Owner: arehbein <arehbein(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-CC: daniel <dwillmann(a)sysmocom.de>
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-Attention: arehbein <arehbein(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Mon, 10 Jul 2023 08:25:33 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: laforge, pespin, dexter.
jolly has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-mgw/+/33548 )
Change subject: ASCI: Support conference briding with 1..n connections
......................................................................
Patch Set 3:
(8 comments)
Commit Message:
https://gerrit.osmocom.org/c/osmo-mgw/+/33548/comment/1d760bac_784ed256
PS2, Line 12: than 2 connections.
> please rephrase this, I don't understand: […]
Due to reworking the commit message changed.
https://gerrit.osmocom.org/c/osmo-mgw/+/33548/comment/675aa63f_c157604f
PS2, Line 15: set to (one of) the other connection that shall send out RTP.
> connection(s)
Due to reworking the commit message changed.
https://gerrit.osmocom.org/c/osmo-mgw/+/33548/comment/7d982948_9ab5963a
PS2, Line 16: All connection that send RTP have "send_next" pointer set to the next
> connections
Due to reworking the commit message changed.
Patchset:
PS2:
> mh. […]
The patch uses a loop now. It is a fundamental change, so worth looking at the whole patch again.
File src/libosmo-mgcp/mgcp_protocol.c:
https://gerrit.osmocom.org/c/osmo-mgw/+/33548/comment/116aa25d_ce72ab4f
PS2, Line 970: if (llist_count(&endp->conns) >= endp->type->max_conns) {
> It is not immediately obvious for me where you now check endp->type->max_conns. […]
In the current version of the patch the max_conns are not set (remain 0) for RTP bridge endpoints. The checks will be performed only if max_conns != 0.
File src/libosmo-mgcp/mgcp_trunk.c:
https://gerrit.osmocom.org/c/osmo-mgw/+/33548/comment/439ae64a_6a7ee7f8
PS2, Line 311: /* Interconnect payload of connections depending on their mode.
> "Interconnect payload of connections" I wonder what this means. […]
Due to reworking this change is not required anymore.
https://gerrit.osmocom.org/c/osmo-mgw/+/33548/comment/143f945e_7596cefa
PS2, Line 352: *
> For public functions we usually use doxygen syntax. […]
Due to reworking this change is not required anymore.
https://gerrit.osmocom.org/c/osmo-mgw/+/33548/comment/7bde8063_1acd94e6
PS2, Line 353: */
> maybe the function should be called mgcp_trunk_connect_conn. […]
Due to reworking this change is not required anymore.
--
To view, visit https://gerrit.osmocom.org/c/osmo-mgw/+/33548
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: Ic99a55ab5a3a6170e940403fadd52697e99f2f3a
Gerrit-Change-Number: 33548
Gerrit-PatchSet: 3
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: dexter <pmaier(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 10 Jul 2023 08:21:44 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: jolly <andreas(a)eversberg.eu>
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Comment-In-Reply-To: dexter <pmaier(a)sysmocom.de>
Gerrit-MessageType: comment
Attention is currently required from: arehbein, laforge.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/33655 )
Change subject: msgb: Add helper macro to decide if a segment is incomplete
......................................................................
Patch Set 1: Code-Review-1
(1 comment)
Patchset:
PS1:
> I think this *highly* specific to one use case and better be defined in the context of this use case […]
Agree
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/33655
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ifc7cf0629e93864bfb3e36c64143d4ccc777e4b6
Gerrit-Change-Number: 33655
Gerrit-PatchSet: 1
Gerrit-Owner: arehbein <arehbein(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-Attention: arehbein <arehbein(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Mon, 10 Jul 2023 08:15:33 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: comment
Attention is currently required from: pespin, dexter.
jolly has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-mgw/+/33546 )
Change subject: ASCI: Add new mode for voice group/broadcast call
......................................................................
Patch Set 2:
(3 comments)
Commit Message:
https://gerrit.osmocom.org/c/osmo-mgw/+/33546/comment/48d525e5_6e735452
PS1, Line 19: Because there is no transcoding within the endpoint, only one connection
> I'm not getting this paragraph. […]
Changed the description.
File src/libosmo-mgcp/mgcp_protocol.c:
https://gerrit.osmocom.org/c/osmo-mgw/+/33546/comment/e4a9dc66_b2c10984
PS1, Line 1091: && (conn->conn->mode & MGCP_CONN_SEND_ONLY)
> I'm not a big fan of reusing the flags for the SEND_ONLY for CONFECHO mode here, it makes stuff diff […]
Due to reworking this change is not required anymore.
File tests/mgcp/mgcp_test.c:
https://gerrit.osmocom.org/c/osmo-mgw/+/33546/comment/d77dd5a6_ea4a4c0b
PS1, Line 715: /* Check that LOOPBACK disables all output */
> I have the feeling you are presenting 2 patches in one here. […]
Due to reworking this change is not required anymore.
--
To view, visit https://gerrit.osmocom.org/c/osmo-mgw/+/33546
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: I0639c663e119d85bef1010c7aa45e2f133a9daf0
Gerrit-Change-Number: 33546
Gerrit-PatchSet: 2
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: dexter <pmaier(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 10 Jul 2023 08:14:12 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment
jolly has abandoned this change. ( https://gerrit.osmocom.org/c/osmo-mgw/+/33547 )
Change subject: ASCI: Replace "priv" pointer of connection instance
......................................................................
Abandoned
Due to rework of the patches, this one is obsolete.
--
To view, visit https://gerrit.osmocom.org/c/osmo-mgw/+/33547
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: Icefacf0f91ae068e4f0cd65244d92735045b7c26
Gerrit-Change-Number: 33547
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: abandon