aboutsummaryrefslogtreecommitdiffstats
path: root/src/bsc_hack.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bsc_hack.c')
-rw-r--r--src/bsc_hack.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bsc_hack.c b/src/bsc_hack.c
index 68080ce58..d4a477809 100644
--- a/src/bsc_hack.c
+++ b/src/bsc_hack.c
@@ -880,6 +880,10 @@ static void patch_tables(struct gsm_bts *bts)
/* patch Control Channel Description 10.5.2.11 */
type_3->control_channel_desc = bts->chan_desc;
+
+ /* patch BSIC */
+ msg_2[6] = bts->bsic;
+ nanobts_attr_bts[sizeof(nanobts_attr_bts)-1] = bts->bsic;
}