X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Frun_xapp.sh;h=ec8ba55e503beb0845686e476cadd383a7d6f6fc;hb=4e545a8b013e60f2ff59254cb3fe435012d8fe5a;hp=184882463e454534884608d4796e3c4ec4617fb2;hpb=b9d7e9c232a4371ddfed51c58e5a57f87b057229;p=ric-app%2Fadmin.git diff --git a/src/run_xapp.sh b/src/run_xapp.sh index 1848824..ec8ba55 100755 --- a/src/run_xapp.sh +++ b/src/run_xapp.sh @@ -1,12 +1,13 @@ #! /bin/bash SAMPLES=../schemas/samples.json -A1_SCHEMA=../schemas/adm-ctrl-xapp-schema.json +A1_SCHEMA=../schemas/rate-control-policy.json VES_SCHEMA=../schemas/ves_schema.json VES_POST_INTERVAL=10 #VES_URL=http://192.168.100.34:9200/acxapp/_doc VES_URL=http://127.0.0.1:6350 THREADS=1 -gNodeB=NYC123,ABC345,CDR331 +gNodeB=NYC123 OP_MODE=REPORT +XAPP_ID="ric-xapp-1-sjwn"; #echo "Running ./adm-ctrl-xapp -s $SAMPLES -a $A1_SCHEMA -i $VES_POST_INTERVAL -g $gNodeB -v $VES_SCHEMA -t $THREADS"; -./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 +./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 -x $XAPP_ID --verbose