Skip to content

Fixing errored/missing circular dependency protection

Raphael Defosseux requested to merge fix-circular-dependency-protection into develop

One file was completely removed because it was a duplicate and never called

Some files are still be left untouched because they are complete or almost duplicate:

  • openair2/LAYER2/nr_rlc/asn1_utils.h and openair2/LAYER2/rlc_v2/asn1_utils.h
  • openair2/LAYER2/nr_rlc/tests/LOG/log.h and openair2/LAYER2/rlc_v2/tests/LOG/log.h
  • openair3/NAS/COMMON/commonDef.h and openair2/COMMON/commonDef.h
  • openair3/NAS/COMMON/networkDef.h and openair2/COMMON/networkDef.h
  • openair3/NAS/COMMON/API/NETWORK/as_message.h and openair2/COMMON/as_message.h
  • openair3/M3AP/m3ap_MME_generate_messages.h and openair2/M2AP/m2ap_MCE_generate_messages.h
  • common/utils/T/tracer/defs.h and common/utils/T/defs.h
  • common/utils/itti_analyzer/common/queue.h and openair3/UTILS/queue.h
  • common/utils/collection/tree.h and openair3/UTILS/tree.h
  • common/utils/collection/queue.h and common/utils/itti_analyzer/common/queue.h
  • executables/threads_t.h and targets/COMMON/threads_t.h
  • executables/stats.h and targets/RT/USER/stats.h

Merge request reports