blob: 49bfd96ac9ce6f143c1d3d264f80d41b546a8832 [file] [log] [blame]
Ron Shachame7dfeb82020-04-24 14:46:48 -04001
2==================================================================================
Ron Shachame7dfeb82020-04-24 14:46:48 -04003 Copyright (c) 2020 AT&T Intellectual Property.
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16==================================================================================
17
E. Scott Danielsf7b69b82020-04-28 14:17:08 -040018Traffic Steering
Ron Shacham394029b2020-06-02 13:48:42 -040019================
Ron Shachame7dfeb82020-04-24 14:46:48 -040020
E. Scott Danielsf7b69b82020-04-28 14:17:08 -040021This repository contains the source for the RIC traffic steering application.
Ron Shacham394029b2020-06-02 13:48:42 -040022
23This xApp can be onboarded through the xApp Onboarder. The xapp descriptor
24is under the xapp-descriptor/ directory.
25
26Then the xapp can be deployed through the App Manager.
27
28In order for Traffic Steering xApp to carry out the Traffic Steering Use Case,
29the following needs to be done:
30* QP xApp needs to be onboarded and deployed (see xapp descriptor in that repo)
31* QP Driver xApp needs to be onboarded and deployed (see xapp descriptor in that repo)
32* SDL must contain network data
33
34Mock network data
35=================
36
37Currently, there is no xapp available to receive RAN metrics and write to SDL.
38
39The Traffic Steering Use Case can be run with mock data. Everything needed to write this
40mock data is included in this repo. Directions are as follows:
41
42cd test/populatedb
43
44chmod a+x populate_db.sh
45
46./populate_db.sh
47
48This script will build a docker image locally and also install a helm chart in the kubernetes cluster to run the image.
49
50The code that is run will write the necessary data to SDL
51