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/.

fixeria gerrit-no-reply at lists.osmocom.org
Thu Feb 6 10:27:12 UTC 2020


fixeria has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/92/17092/1

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: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200206/da9809a3/attachment.htm>


More information about the gerrit-log mailing list