X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=examples%2Freceiver.c;h=215fd54cd100bcadcb7d06acb0cb76dae806f285;hb=2b3c393e660c5e1037191f43cc70537da8316b89;hp=6d31bb22a13e8eaf0acc262895fb8aaa8dea4140;hpb=8790bf0c4f4f08fd05853afa67e211112b344a42;p=ric-plt%2Flib%2Frmr.git diff --git a/examples/receiver.c b/examples/receiver.c index 6d31bb2..215fd54 100644 --- a/examples/receiver.c +++ b/examples/receiver.c @@ -54,7 +54,7 @@ int main( int argc, char** argv ) { rmr_mbuf_t* msg = NULL; // message received int stat_freq = 10; // write stats after reciving this many messages int i; - char* listen_port; + char* listen_port = "4560"; // default to what has become the standard RMR port long long count = 0; long long bad = 0; long long empty = 0;