X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fric_stub%2Fric_e2ap_msg_hdl.c;h=025f07668d21bcabef44c19fa0b183323d746a04;hb=refs%2Fchanges%2F71%2F12071%2F1;hp=b73965834ec7b3059196a4c29fc588104bd88658;hpb=0992b1493542e0771a54b66d595166ca30f5c881;p=o-du%2Fl2.git diff --git a/src/ric_stub/ric_e2ap_msg_hdl.c b/src/ric_stub/ric_e2ap_msg_hdl.c index b73965834..025f07668 100644 --- a/src/ric_stub/ric_e2ap_msg_hdl.c +++ b/src/ric_stub/ric_e2ap_msg_hdl.c @@ -1851,7 +1851,6 @@ uint8_t fillRicActionDef(RICactionDefinition_t *ricActionDef, uint8_t ricActionI /* Granularity Period */ actionFormat1->granulPeriod = RIC_ACTION_GRANULARITY_PERIOD(configType, ricActionId); /* In ms */ - DU_LOG("\nPBORLA configType %d ricActionId %d, actionFormat1->granulPeriod %d", configType, ricActionId, actionFormat1->granulPeriod ); /* Prints the Msg formed */ xer_fprint(stdout, &asn_DEF_E2SM_KPM_ActionDefinition, &actionDef);