Added RIC subsequent Action and time to Wait in subscription request
[ric-app/admin.git] / src / run_xapp.sh
1 #! /bin/bash
2 SAMPLES=../schemas/samples.json
3 A1_SCHEMA=../schemas/rate-control-policy.json
4 VES_SCHEMA=../schemas/ves_schema.json
5 VES_POST_INTERVAL=10
6 #VES_URL=http://192.168.100.34:9200/acxapp/_doc
7 VES_URL=http://127.0.0.1:6350
8 THREADS=1
9 gNodeB=NYC123
10 OP_MODE=REPORT
11 #echo "Running ./adm-ctrl-xapp -s $SAMPLES -a $A1_SCHEMA -i $VES_POST_INTERVAL -g $gNodeB -v $VES_SCHEMA -t $THREADS";
12 ./adm-ctrl-xapp -s $SAMPLES -a $A1_SCHEMA -u $VES_URL -i $VES_POST_INTERVAL -g $gNodeB -v $VES_SCHEMA -t $THREADS -c $OP_MODE --verbose