X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fapp%2Frc_xapp.cpp;h=2ebfba0b636d87faeea9c4f0adb97b78f3a62a5d;hb=11a46a4ddf9a5ee409a3ca7686f458ae7de9dadb;hp=cdf46a046ddffa7714cd0ad47a65fbf680319a21;hpb=f54c7f2e5ea5dd191972a3cf4550845ee0da629e;p=ric-app%2Fts.git diff --git a/test/app/rc_xapp.cpp b/test/app/rc_xapp.cpp index cdf46a0..2ebfba0 100644 --- a/test/app/rc_xapp.cpp +++ b/test/app/rc_xapp.cpp @@ -41,7 +41,9 @@ using namespace std; class ControlServiceImpl : public api::MsgComm::Service { ::grpc::Status SendRICControlReqServiceGrpc(::grpc::ServerContext* context, const ::api::RicControlGrpcReq* request, ::api::RicControlGrpcRsp* response) override { - cout << "[RC] Received a new gRPC message\n"; + + cout << "[RC] gRPC message received\n==============================\n" + << request->DebugString() << "==============================\n"; /* TODO check if this is related to RICControlAckEnum