Attention is currently required from: msuraev.
osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/29735 )
Change subject: Replace apt-get with apt
......................................................................
Patch Set 1: Code-Review-1
(1 comment)
Patchset:
PS1:
I think we should go the other way and use apt-get instead everywhere, otherwise the following warning gets printed:
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/29735
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I1f759fd9dcb7b72161b837e4799cff3efad441af
Gerrit-Change-Number: 29735
Gerrit-PatchSet: 1
Gerrit-Owner: msuraev <msuraev(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: msuraev <msuraev(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 13 Oct 2022 12:46:39 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: osmith.
msuraev has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/29735 )
Change subject: Replace apt-get with apt
......................................................................
Patch Set 1:
This change is ready for review.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/29735
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I1f759fd9dcb7b72161b837e4799cff3efad441af
Gerrit-Change-Number: 29735
Gerrit-PatchSet: 1
Gerrit-Owner: msuraev <msuraev(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 13 Oct 2022 12:38:11 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-mgw/+/29733 )
Change subject: mgcp_client: pool: Improve documentation of some internal fields
......................................................................
mgcp_client: pool: Improve documentation of some internal fields
Change-Id: Ic9823ab0a3f101549452a7c7a0b1b5b21aaa837c
---
M include/osmocom/mgcp_client/mgcp_client_pool_internal.h
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/33/29733/1
diff --git a/include/osmocom/mgcp_client/mgcp_client_pool_internal.h b/include/osmocom/mgcp_client/mgcp_client_pool_internal.h
index 95f5525..588ba04 100644
--- a/include/osmocom/mgcp_client/mgcp_client_pool_internal.h
+++ b/include/osmocom/mgcp_client/mgcp_client_pool_internal.h
@@ -2,6 +2,7 @@
/* Struct to handle a member of a pool of MGWs. */
struct mgcp_client_pool_member {
+ /* Entry in llist mgcp_client_pool->pool. */
struct llist_head list;
/* Reference number assinged by VTY. This number is used to manage the pool from the VTY and to identify it in
@@ -31,7 +32,7 @@
* mgcp_client_vty_init() and actively registered by the API user using mgcp_client_pool_register_single() */
struct mgcp_client *mgcp_client_single;
- /* A list that manages the pool members (see above) */
+ /* A list that manages the pool members (see mgcp_client_pool_member->list above) */
struct llist_head pool;
/* String to use for indentation when writing the configuration file to the VTY. This field is populated by
--
To view, visit https://gerrit.osmocom.org/c/osmo-mgw/+/29733
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: Ic9823ab0a3f101549452a7c7a0b1b5b21aaa837c
Gerrit-Change-Number: 29733
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange