Skip to content

Correctly initialize protocol_ctxt in F1 code

Robert Schmidt requested to merge f1-undefined into develop

In the previous version, not all fields, and in particular the eNB_index, were not initialized, leading to errors when they were used (e.g., the PDCP code checks that eNB_index == 0).

Merge request reports