Project

General

Profile

Actions

Bug #5866

closed

osmo-bsc: Fix neighbor cfg check only being run in osmo_bsc_main.c

Added by arehbein over 1 year ago. Updated about 1 year ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
01/20/2023
Due date:
% Done:

100%

Spec Reference:

Description

When configuring neighbors for a BTS through the local BTS number, for example as in

...
 bts 1
 ...
 neighbor bts <some number>
 ...
...

neighbors_check_cfg is only called after the config parser in src/osmo-bsc/osmo_bsc_main.c has run. This is probably why on implementation on the CTRL command apply-config-file, this wasn't added as part of the config parser, resulting in different behavior between startup and runtime behavior exposed by CTRL w.r.t. config parsing.

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)