From eaf006225425e146657a09c7360aca1f9615886d Mon Sep 17 00:00:00 2001 From: Joerg Hofrichter Date: Fri, 4 Dec 2020 11:28:22 +0100 Subject: mpm: rpc_server: fix get_log_buf for MPM Shell Fix the issue that the method 'get_log_buf' was not accessible from MPM Shell. --- mpm/python/usrp_mpm/rpc_server.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mpm/python/usrp_mpm/rpc_server.py') diff --git a/mpm/python/usrp_mpm/rpc_server.py b/mpm/python/usrp_mpm/rpc_server.py index 5d55c07e4..4e424c780 100644 --- a/mpm/python/usrp_mpm/rpc_server.py +++ b/mpm/python/usrp_mpm/rpc_server.py @@ -53,7 +53,8 @@ class MPMServer(RPCServer): RPC calls to appropiate calls in the periph_manager and dboard_managers. """ # This is a list of methods in this class which require a claim - default_claimed_methods = ['init', 'update_component', 'reclaim', 'unclaim'] + default_claimed_methods = ['init', 'update_component', 'reclaim', 'unclaim', + 'get_log_buf'] ########################################################################### # RPC Server Initialization -- cgit v1.2.3