-
Notifications
You must be signed in to change notification settings - Fork 294
Description
when my gnb start it says
`--== srsRAN gNB (commit 11c9bba) ==--
Lower PHY in executor sequential baseband mode.
Available radio types: zmq.
Cell pci=1, bw=20 MHz, 1T1R, dl_arfcn=437000 (n65), dl_freq=2185 MHz, dl_ssb_arfcn=436850, ul_freq=1995 MHz
N2: Connection to AMF on 192.168.50.26:38412 completed
==== gNB started ===
Type to view help
Remote control server listening on 127.0.0.1:55555
/home/nicolas/srsRAN_Project/lib/pdcp/pdcp_entity_rx.cpp:537: srsran::security::security_result srsran::pdcp_entity_rx::apply_deciphering_and_integrity_check(srsran::byte_buffer, uint32_t):
Assertion failed - Worker index exceeds number of crypto workers. worker_idx=2 max_nof_crypto_workers=2
Aborted`
i don't see max_nof_crypto_workers=2 in configuration file
can you help how to solve this