Add more verbosity
This commit is contained in:
@@ -87,6 +87,8 @@ void Xapp::stop(void){
|
||||
|
||||
void Xapp::startup(SubscriptionHandler &sub_ref) {
|
||||
|
||||
std::cout << "Startup beeing called";
|
||||
|
||||
subhandler_ref = &sub_ref;
|
||||
|
||||
if (GNB_ID == "") {
|
||||
@@ -139,6 +141,9 @@ void Xapp::startup(SubscriptionHandler &sub_ref) {
|
||||
true
|
||||
)
|
||||
{
|
||||
std::cout << "Send sub. req.";
|
||||
std::cout << "yeet";
|
||||
|
||||
startup_subscribe_requests();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user