Project

General

Profile

Actions

Bug #3679

closed

bsc_vty.c iterates trx to regen sysinfo manually, skips bcch_change_mark bump

Added by neels over 5 years ago. Updated almost 4 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
10/31/2018
Due date:
% Done:

100%

Spec Reference:

Description

See gsm_bts_set_system_infos() in bsc_init.c, which increments bcch_change_mark.
Compare bts_resend_cmd in bsc_vty.c which does

        llist_for_each_entry_reverse(trx, &bts->trx_list, list)
                gsm_bts_trx_set_system_infos(trx);

and doesn't increment bcch_change_mark.

Does this need fixing?

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)