debug: add more print
This commit is contained in:
parent
f2e465c33e
commit
cf8cd37685
@ -451,11 +451,12 @@ void Xapp::startup_subscribe_requests(void ){
|
||||
|
||||
if(sz <= 0)
|
||||
mdclog_write(MDCLOG_INFO,"Subscriptions cannot be sent as GNBList in RNIB is NULL");
|
||||
|
||||
std::cout << "pre for loop \n";
|
||||
for(int i = 0; i<sz; i++){
|
||||
std::cout << "Sending subscriptions to: " << gnblist[i] << std::endl;
|
||||
|
||||
// give the message to subscription handler, along with the transmitter.
|
||||
|
||||
strcpy((char*)meid,gnblist[i].c_str());
|
||||
|
||||
// char *strMsg = "Subscription Request from HelloWorld XApp\0";
|
||||
|
Loading…
Reference in New Issue
Block a user