From 832822961d8c78bd6aa2558ef760b4bb9454ecd3 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 1 Feb 2009 16:22:19 +0000 Subject: [PATCH] Enable CCCH LOAD INDICATION always, from 0% upwards, and report it every second --- src/bsc_hack.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bsc_hack.c b/src/bsc_hack.c index 0dcb28394..db8a68345 100644 --- a/src/bsc_hack.c +++ b/src/bsc_hack.c @@ -93,8 +93,8 @@ SET BTS ATTRIBUTES BS_colour_code: 7h BTS Air Timer T3105: 4 ,unit 10 ms btsIsHopping: FALSE - periodCCCHLoadIndication: 255sec - thresholdCCCHLoadIndication: 100% + periodCCCHLoadIndication: 1sec + thresholdCCCHLoadIndication: 0% cellAllocationNumber: 00h = GSM 900 enableInterferenceClass: 00h = Disabled fACCHQual: 6 (FACCH stealing flags minus 1) @@ -140,7 +140,7 @@ SET BTS ATTRIBUTES unsigned char msg_2[] = { 0x41, 0x01, 0x00, 0xFF, 0xFF, 0x09, 0x3F, 0x0A, 0x04, 0x61, 0x00, 0x0B, - 0xFF, 0x0C, 0x64, 0x62, 0x00, 0x66, 0x00, 0x6E, 0x06, 0x18, 0x1F, 0x19, + 0x01, 0x0C, 0x00, 0x62, 0x00, 0x66, 0x00, 0x6E, 0x06, 0x18, 0x1F, 0x19, 0x0A, 0x0F, 0x14, 0x19, 0x1E, 0x7B, 0x0B, 0x23, 0x14, 0x28, 0x00, 0x04, 0x03, 0x2A, 0x7F, 0x2B, 0x00, 0xFA, 0x8F, 0x7D, 0x33, 0x2C, 0x1F, 0x29, 0x5A, 0x5A, 0x5A, 0x87, 0x94, 0x23, 0x28, 0x95, 0x23, 0x28, 0x35, 0x01,