SRSUE: Restore old nr attach status

This commit is contained in:
David Rupprecht 2021-03-01 14:35:12 +01:00 committed by David Rupprecht
parent 6c9ff3ac92
commit 3cf68e796d
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ int ue::init(const all_args_t& args_, srslte::logger* logger_)
ret = SRSLTE_ERROR;
}
if (lte_stack->init(args.stack, lte_phy.get(), gw_ptr.get())) {
if (lte_stack->init(args.stack, lte_phy.get(), lte_phy.get(), gw_ptr.get())) {
srslte::console("Error initializing stack.\n");
ret = SRSLTE_ERROR;
}