Skip to content

Commit

Permalink
cu-cp: fix unit test failure due to UE destruction concurrent with CU…
Browse files Browse the repository at this point in the history
…-CP destruction
  • Loading branch information
Francisco Paisana committed Feb 5, 2024
1 parent 2c6d370 commit 1b58d9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/srsran/ngap/ngap_configuration_helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ inline srs_cu_cp::ngap_configuration make_default_ngap_config()
cfg.plmn = "00101";
cfg.tac = 7;
s_nssai_t slice_cfg;
slice_cfg.sst = 1;
slice_cfg.sst = 1;
cfg.ue_context_setup_timeout_s = std::chrono::seconds{2};
cfg.slice_configurations.push_back(slice_cfg);

return cfg;
Expand Down

0 comments on commit 1b58d9f

Please sign in to comment.