Initial commit of source directory
[ric-app/hw.git] / src / run_xapp.sh
1 #! /bin/bash
2 /*
3 ==================================================================================
4
5         Copyright (c) 2018-2019 AT&T Intellectual Property.
6
7    Licensed under the Apache License, Version 2.0 (the "License");
8    you may not use this file except in compliance with the License.
9    You may obtain a copy of the License at
10
11        http://www.apache.org/licenses/LICENSE-2.0
12
13    Unless required by applicable law or agreed to in writing, software
14    distributed under the License is distributed on an "AS IS" BASIS,
15    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16    See the License for the specific language governing permissions and
17    limitations under the License.
18 ==================================================================================
19  */
20 export RMR_SEED_RT="routes.txt"
21 export RMR_RTG_SVC="9999"
22 export XAPP_NAME="HELLOWORLD_XAPP"
23 export HW_PORTS="4560"
24 export MSG_MAX_BUFFER="2048"
25 export THREADS="1"
26 export VERBOSE="0"
27 export CONFIG_FILE="config/config-file.json"
28 export GNODEB="NYC123"
29 export XAPP_ID="3489-er492k-92389"
30 export A1_SCHEMA_FILE="schemas/hwxapp-policy.json"
31 export VES_SCHEMA_FILE="schemas/hwxapp-ves.json"
32 export VES_COLLECTOR_URL="127.0.0.1:6350"
33 export VES_MEASUREMENT_INTERVAL="10"
34 export LOG_LEVEL="MDCLOG_ERR"
35 export OPERATING_MODE="CONTROL"
36
37
38