New Fixes for cell bring up post cell down for CLA
[o-du/l2.git] / src / cu_stub / cu_f1ap_msg_hdl.c
index b3b6886..819063d 100644 (file)
@@ -7655,6 +7655,10 @@ uint8_t procGnbDuUpdate(F1AP_PDU_t *f1apMsg)
          return RFAILED;
       }
    }
+   else
+   {
+      memset(&f1apMsgDb, 0, sizeof(F1apMsgDb));
+   }
 
    return ROK;
 }