Add more verbosity
This commit is contained in:
parent
a34e83b524
commit
93d45e3c58
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user