Commit a23a702a authored by Robert Schmidt's avatar Robert Schmidt

Setup response handler decoder no SI

parent f670cc67
...@@ -466,7 +466,7 @@ int DU_handle_F1_SETUP_RESPONSE(instance_t instance, uint32_t assoc_id, uint32_t ...@@ -466,7 +466,7 @@ int DU_handle_F1_SETUP_RESPONSE(instance_t instance, uint32_t assoc_id, uint32_t
// tmp // tmp
for (int i=0; i<num_cells_to_activate; i++) for (int i=0; i<num_cells_to_activate; i++)
AssertFatal(resp.cells_to_activate[i].num_SI > 0, "System Information %d is missing", i); AssertFatal(resp.cells_to_activate[i].num_SI == 0, "System Information handling not implemented");
LOG_D(F1AP, "Sending F1AP_SETUP_RESP ITTI message\n"); LOG_D(F1AP, "Sending F1AP_SETUP_RESP ITTI message\n");
f1_setup_response(&resp); f1_setup_response(&resp);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment