neels has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-mgw/+/18590 )

Change subject: trunk: get rid of virt_trunk pointer
......................................................................


Patch Set 10: Code-Review-1

(9 comments)

(marking -1 so you have a chance to read the comments before merging)

https://gerrit.osmocom.org/c/osmo-mgw/+/18590/10/src/libosmo-mgcp/mgcp_vty.c
File src/libosmo-mgcp/mgcp_vty.c:

https://gerrit.osmocom.org/c/osmo-mgw/+/18590/10/src/libosmo-mgcp/mgcp_vty.c@557
PS10, Line 557:         struct mgcp_trunk *trunk = mgcp_trunk_by_num(g_cfg, 
MGCP_VIRT_TRUNK_ID);
OSMO_ASSERT(trunk)?


https://gerrit.osmocom.org/c/osmo-mgw/+/18590/10/src/libosmo-mgcp/mgcp_vty.c@572
PS10, Line 572:         struct mgcp_trunk *trunk = mgcp_trunk_by_num(g_cfg, 
MGCP_VIRT_TRUNK_ID);
OSMO_ASSERT(trunk)?


https://gerrit.osmocom.org/c/osmo-mgw/+/18590/10/src/libosmo-mgcp/mgcp_vty.c@582
PS10, Line 582:         struct mgcp_trunk *trunk = mgcp_trunk_by_num(g_cfg, 
MGCP_VIRT_TRUNK_ID);
OSMO_ASSERT(trunk)?


https://gerrit.osmocom.org/c/osmo-mgw/+/18590/10/src/libosmo-mgcp/mgcp_vty.c@620
PS10, Line 620:         struct mgcp_trunk *trunk = mgcp_trunk_by_num(g_cfg, 
MGCP_VIRT_TRUNK_ID);
OSMO_ASSERT(trunk)?


https://gerrit.osmocom.org/c/osmo-mgw/+/18590/10/src/libosmo-mgcp/mgcp_vty.c@631
PS10, Line 631:         struct mgcp_trunk *trunk = mgcp_trunk_by_num(g_cfg, 
MGCP_VIRT_TRUNK_ID);
OSMO_ASSERT(trunk)?


https://gerrit.osmocom.org/c/osmo-mgw/+/18590/10/src/libosmo-mgcp/mgcp_vty.c@642
PS10, Line 642:         struct mgcp_trunk *trunk = mgcp_trunk_by_num(g_cfg, 
MGCP_VIRT_TRUNK_ID);
OSMO_ASSERT(trunk)?


https://gerrit.osmocom.org/c/osmo-mgw/+/18590/10/src/libosmo-mgcp/mgcp_vty.c@653
PS10, Line 653:         struct mgcp_trunk *trunk = mgcp_trunk_by_num(g_cfg, 
MGCP_VIRT_TRUNK_ID);
...


https://gerrit.osmocom.org/c/osmo-mgw/+/18590/10/src/libosmo-mgcp/mgcp_vty.c@880
PS10, Line 880:                         continue;
so, where/how is the virtual trunk written to config?


https://gerrit.osmocom.org/c/osmo-mgw/+/18590/10/src/libosmo-mgcp/mgcp_vty.c@891
PS10, Line 891:                         vty_out(vty, "  rtp keep-alive %d%s",
...especially since these commands apparently only work for the virtual trunk, 
as mentioned above? Am I missing something?



--
To view, visit https://gerrit.osmocom.org/c/osmo-mgw/+/18590
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: I81934fbd211b225ab7920e78510729c8e22607b3
Gerrit-Change-Number: 18590
Gerrit-PatchSet: 10
Gerrit-Owner: dexter <pma...@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <lafo...@osmocom.org>
Gerrit-Reviewer: neels <nhofm...@sysmocom.de>
Gerrit-Reviewer: pespin <pes...@sysmocom.de>
Gerrit-Comment-Date: Wed, 10 Jun 2020 19:52:23 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment

Reply via email to