Add more verbosity

This commit is contained in:
Erik Foris 2024-03-22 15:11:06 +01:00
parent a34e83b524
commit 93d45e3c58

View File

@ -87,6 +87,8 @@ void Xapp::stop(void){
void Xapp::startup(SubscriptionHandler &sub_ref) { void Xapp::startup(SubscriptionHandler &sub_ref) {
std::cout << "Startup beeing called";
subhandler_ref = &sub_ref; subhandler_ref = &sub_ref;
if (GNB_ID == "") { if (GNB_ID == "") {
@ -139,6 +141,9 @@ void Xapp::startup(SubscriptionHandler &sub_ref) {
true true
) )
{ {
std::cout << "Send sub. req.";
std::cout << "yeet";
startup_subscribe_requests(); startup_subscribe_requests();
} }