further CGP hack updates

This commit is contained in:
Keith Whyte 2023-03-31 06:32:01 +02:00
parent 0b2dafe094
commit 553b74a96e

View file

@ -84,7 +84,7 @@ once() {
category_msc $item $bts
done
for item in location_update chreq chan_sdcch chan_tch; do
for item in handover location_update chreq chan_sdcch chan_tch cm_serv_rej all_allocated assignment; do
rm -rf $item-*
for bts in "${!BTS[@]}" ; do
category_bts $item $bts
@ -98,7 +98,7 @@ once() {
done
done
rm -rf BTS_uptime-* EGPRS_* BYTES-* PCU_RACH-* PDCH-*
rm -rf BTS_uptime-* EGPRS_* BYTES-* PCU_RACH-* PDCH-* MS_PRESENT-*
for bts in "${!BTS[@]}" ; do
@ -146,9 +146,19 @@ once() {
done
cd ..
mkdir MS_PRESENT-$_name || exit
cd MS_PRESENT-$_name
for f in ../statsd/gauge-PCU-$_name.bts.0.ms.present.rrd ; do
ln -s $f MS-`echo $f | awk -F'.' '{print $6"."$7}'`.rrd
done
cd ..
done
find -name chreq-total.rrd -type l -delete
find -name cm_serv_rej-rrd.rrd -type l -delete
}
if [ "$1" == "" ] ; then