Change in osmo-pcu[master]: VTY: install talloc context introspection commands

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Sat Feb 8 11:02:32 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/17092 )

Change subject: VTY: install talloc context introspection commands
......................................................................

VTY: install talloc context introspection commands

Change-Id: I2e1e26be1162b0fb695969e5ac265704adaf9d5c
---
M src/pcu_main.cpp
M src/pcu_vty.c
2 files changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



diff --git a/src/pcu_main.cpp b/src/pcu_main.cpp
index 9b1319c..a33b655 100644
--- a/src/pcu_main.cpp
+++ b/src/pcu_main.cpp
@@ -269,6 +269,7 @@
 	gprs_ns_set_log_ss(DNS);
 	bssgp_set_log_ss(DBSSGP);
 
+	pcu_vty_info.tall_ctx = tall_pcu_ctx;
 	vty_init(&pcu_vty_info);
 	pcu_vty_init();
 
diff --git a/src/pcu_vty.c b/src/pcu_vty.c
index 94215d7..9cae777 100644
--- a/src/pcu_vty.c
+++ b/src/pcu_vty.c
@@ -1210,6 +1210,7 @@
 
 	logging_vty_add_cmds();
 	osmo_stats_vty_add_cmds();
+	osmo_talloc_vty_add_cmds();
 
 	install_node(&pcu_node, config_write_pcu);
 	install_element(CONFIG_NODE, &cfg_pcu_cmd);

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I2e1e26be1162b0fb695969e5ac265704adaf9d5c
Gerrit-Change-Number: 17092
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200208/d01df3ab/attachment.htm>


More information about the gerrit-log mailing list