X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrsch%2Fsch_utils.c;h=0b65fb454eef71705c9f7ddfe0be4d3f3bb303ed;hb=0f3443e19182284b96f302a545e578cd55225dae;hp=3c3ff18b9cb36250bdc009cb619cf020c5dfe0f7;hpb=0d85ce70f63a02a38930c728a58702f9c8505e04;p=o-du%2Fl2.git diff --git a/src/5gnrsch/sch_utils.c b/src/5gnrsch/sch_utils.c index 3c3ff18b9..0b65fb454 100644 --- a/src/5gnrsch/sch_utils.c +++ b/src/5gnrsch/sch_utils.c @@ -1429,6 +1429,11 @@ LcInfo* handleLcLList(CmLListCp *lcLL, uint8_t lcId, ActionTypeLL action) } return NULLP; } + case PRINT: + case TRAVERSE_ALL: + { + break; + } default: { DU_LOG("\nERROR --> SCH: Action type wrong: %d",action);