We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6d370 commit 1b58d9fCopy full SHA for 1b58d9f
include/srsran/ngap/ngap_configuration_helpers.h
@@ -27,7 +27,8 @@ inline srs_cu_cp::ngap_configuration make_default_ngap_config()
27
cfg.plmn = "00101";
28
cfg.tac = 7;
29
s_nssai_t slice_cfg;
30
- slice_cfg.sst = 1;
+ slice_cfg.sst = 1;
31
+ cfg.ue_context_setup_timeout_s = std::chrono::seconds{2};
32
cfg.slice_configurations.push_back(slice_cfg);
33
34
return cfg;
0 commit comments